summary refs log tree commit diff stats
path: root/testament/important_packages.nim
Commit message (Collapse)AuthorAgeFilesLines
* add criterion to important packages (#15604)Andy Davidoff2020-10-261-0/+1
| | | | | | | | | * add criterion to important packages * use a special nimscript for criterion tests * fix criterion speed differently Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* Revert "workaround https://github.com/citycide/glob/issues/49 glob broken ↵Bo Lingen2020-10-261-1/+1
| | | | | (#15647)" (#15728) This reverts commit 4ab1bd7e3301e22f0a5a9c62f9c90636932fde80.
* Try to fix CI failures (#15701)Clyybber2020-10-241-88/+87
| | | | | | | | | | | | | | | | | | | | | | * Use cligens release version * Rework important_packages main loop * Fix * Fix * Create pkgs dir * Don't use nimble develop since it doesn't work for binary only packages, and always install head * Use git to get the latest release/tag instead * Tackle the root cause * Reduce diff * Cleanup
* workaround https://github.com/citycide/glob/issues/49 glob broken (#15647)Timothee Cour2020-10-191-1/+1
|
* make testing for prologue more stable (#15491)flywind2020-10-051-1/+1
|
* cursor inference: makes combparser work; refactorings (#15411)Andreas Rumpf2020-09-261-1/+1
| | | | * cursor inference: makes combparser work; refactorings
* fixes #15210 [backport:1.2] (#15237)Andreas Rumpf2020-08-311-1/+1
| | | | | * fixes #15210 [backport:1.2] * use patched version of bigints library
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * Fix forward declaration issues in template/macro context * Correct forward declaration resolving for overloads * Remove old dead code * WIP consistent gensym ids * Minimize diff * Remove obsoleted hack * Add templInstCounter to give unique IDs to template instantiations * Remove obsoleted code * Eh, init in myOpen, not myProcess... * Remove optNimV019 * Add testcase for #13484
* Change testing commands for some packages (#15041)Miran2020-07-221-6/+4
|
* enable 'nimterop' testnarimiran2020-07-201-1/+1
|
* Clean up macros (#14959)Juan Carlos2020-07-141-1/+1
|
* Testament: Reenable arraymancer (#14831)Clyybber2020-06-271-1/+1
|
* followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent ↵Timothee Cour2020-06-261-1/+1
| | | | | | | iterators (#14817) * followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators * ggplotnim: remove -d:nimHasWorkaround14720
* CI: Install the pkg we cloned (#14770)Clyybber2020-06-241-9/+8
|
* cleanup [ci skip]narimiran2020-06-241-1/+0
|
* Fix Norm test path. (#14779)Constantine Molchanov2020-06-241-1/+1
|
* Enable fidget in important_packages. (#14742)treeform2020-06-231-2/+1
| | | | | | | | | | | * Enable fidget in important_packages. Fidget now works with `nimble test` and there is a CI: https://github.com/treeform/fidget/commits/master * Add libx11-dev to make fidget compile. * try libxcursor-dev * try xorg-dev
* unbreak CI, refs https://github.com/timotheecour/Nim/issues/167 (#14765)Timothee Cour2020-06-221-1/+2
|
* add legacy workaround; improve test so that it actually tests for the bugfixTimothee Cour2020-06-191-1/+1
|
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+0
| | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff
* fix #13166 tioselectors flaky test on freebsd+OSX (#14634)Timothee Cour2020-06-121-1/+2
|
* hotfix disable nitter refs https://github.com/timotheecour/Nim/issues/167 ↵Timothee Cour2020-06-081-1/+2
| | | | (#14603)
* fix #14421 items uses lent T (#14447)Timothee Cour2020-05-291-2/+2
| | | | | * fix #14421 items uses lent T for seq + openArray * add -d:nimWorkaround14447 * fix test
* install gtk3 on osx for package testing (#14388)Miran2020-05-181-7/+0
|
* Speed up testing of some packages (#14358)Danil Yarantsev2020-05-151-6/+6
|
* diable nimx (CI failure) refs https://github.com/timotheecour/Nim/issues/167 ↵Timothee Cour2020-05-101-1/+1
| | | | (#14293)
* Split testing important packages into two jobs (#14256)Miran2020-05-071-124/+133
| | | | | * split testing packages in two separate jobs * speed-up the slowest tests * special treatment for two packages
* Re-enabling INim (#14215)Tristram Oaten2020-05-041-1/+1
|
* test even more packagesnarimiran2020-04-301-1/+19
|
* add 14 more packages to 'important_packages' (#14141)Miran2020-04-281-2/+14
|
* fix nim CI; fix local testament (#14102)Timothee Cour2020-04-241-4/+5
|
* add timezones package to important_packages (#13987)Miran2020-04-151-0/+1
|
* Fix https://github.com/inim-repl/INim/issues/66 (#13984)Timothee Cour2020-04-151-1/+1
|
* enable important_pkg on OSX (#13954)Timothee Cour2020-04-141-1/+9
| | | | | | | | | * enable important_pkg on OSX * disable some important_packages on OSX * fixup * enable nigui by installing dependency
* Test packages on Linux (#13921)Miran2020-04-081-2/+1
| | | | | * test important packages on Linux * enable chronos
* Fix telebot test failed, closes ba0f3/telebot.nim#49 [ref #13812] (#13814)Huy Doan2020-03-311-1/+1
| | | I was update telebot to version 1.0.0, update folder structure follow `nimble` guideline
* fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)Timothee Cour2020-03-171-1/+1
| | | | | | * docgen: minor refactoring via docOutDir * fix css for `nim doc subdir/foo` without --outdir nor -o * tcompilesetting.nim: keep `git status` clean * re-enable pkg nimgame2 that got fixed upstream
* disable nimgame2 for nowAraq2020-03-131-1/+1
|
* disable chronos testing for nowAraq2020-03-111-1/+2
|
* [ci skip] important_packages: change the order in commented out packages toonarimiran2020-03-041-6/+6
|
* important_packages: change the order of arguments in the template (#13577)Miran2020-03-031-52/+51
| | | | Leads to a cleaner and less confusing code - an empty command doesn't mean 'nimble test' anymore.
* fix broken nim CI, disable blscurve (#13555)Timothee Cour2020-03-021-1/+1
|
* add ggplotnim to important_packages (#13206)Miran2020-02-141-0/+1
|
* Modify the test command for nimly (nimble-package) (#13053)loloiccl2020-01-071-1/+1
|
* testament/important_packages dont run hts (#13052)Brent Pedersen2020-01-071-1/+1
|
* a better way to test Arraymancernarimiran2019-11-131-2/+2
|
* better testing for nimcrypto; re-enable chronos testing (#12560)Andreas Rumpf2019-10-311-2/+2
|
* disable package 'chronos' for nownarimiran2019-10-241-1/+1
|
* [backport] package chronos now has dependenciesnarimiran2019-10-231-1/+1
|
* Revert "[ci skip] disable two packages until #11764 is merged"narimiran2019-10-231-2/+2
| | | | This reverts commit 48975bb3e7c1d5f8e1f81981cd5e3c028ccf37a5.