summary refs log tree commit diff stats
path: root/testament/important_packages.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-181-1/+2
| | | This reverts commit 00c31e87660d9db813871f5aa23661bf6b9bbdcb.
* [ci skip] disable two packages until #11764 is mergednarimiran2019-10-141-2/+2
|
* Fixes #12187 (#12321)Clyybber2019-10-081-2/+1
| | | | | | * Fixes #12187 * Point to fork of compactdict Since the original repo is now archived / read-only
* azure: disable failing testsLeorize2019-10-031-1/+1
|
* test more packagesnarimiran2019-10-021-3/+13
|
* add tensordsl test (#12166)Arne Döring2019-09-111-0/+1
| | | | | | * add tensordsl test * simpler
* fix commands for testing packagesnarimiran2019-09-041-3/+3
|
* enable testing of more packagesnarimiran2019-08-301-2/+3
|
* disable testing of 'norm' packagenarimiran2019-08-271-1/+1
|
* new gensym handling (#11985)Andreas Rumpf2019-08-231-4/+4
| | | | | | | | | | | * new .gensym implementation * make astspec test green again * introduce a --useVersion switch to group compatibility switches * fixes #10180 * fixes #11494 * fixes #11483 * object constructor fields and named parameters are also not gensym'ed * disabled broken package
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-081-1/+0
| | | | | | | | | | | | | | | | | | | * IC: C codegen is aware of IC * manual: minor change to make VSCode's RST plugin render it properly * IC: minor refactoring * testament: code refactorings * rodutils: removed dead code * IC: always build the compiler with the IC feature * IC: C codegen improvements * IC: implement the undocumented -d:nimMustCache option for testing purposes * IC: added first basic tests * IC: extensive testing of the deserialization feature * testament: refactoring; better IC tests * IC: removes 'nimMustCache' flag; readonly does the same * testament: minor refactoring * update Nimble version * testament: removed dead code and imports; IC: added simple test * IC: progress