summary refs log tree commit diff stats
path: root/testament/important_packages.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [other] test more packages (#11687)Miran2019-07-081-1/+2
|
* [other] test 6 more nimble packages (#11464)Miran2019-06-111-3/+8
|
* better documentation for the new `shr`narimiran2019-06-041-2/+2
|
* disable 3 packages until they merge their pending PRs which fix failuresnarimiran2019-06-031-3/+3
|
* disable parsetoml package until it's fixed upstreamAraq2019-05-271-1/+1
|
* disable testing of nimly packagenarimiran2019-04-151-1/+1
|
* make nimble packages testing more robust (#10984)Miran2019-04-091-32/+60
| | | | | * better tests for the existing packages * enable testing for packages not in packages.json * add new packages
* proper fixnarimiran2019-03-261-1/+1
|
* fix nim-chronicles test: there is a new dependencynarimiran2019-03-261-1/+1
|
* disable testing of nim-chronicles until is fixednarimiran2019-03-261-1/+1
|
* testament: catch failing nimble tests (#10832)Miran2019-03-131-3/+3
| | | | | * testament: catch failing nimble tests and clean up a bit * fix name collision
* better nimpy testnarimiran2019-03-061-1/+1
| | | | As discussed with @yglukhov.
* fix nimble package testsnarimiran2019-02-221-3/+2
|
* add more nimble packages to the test (#10707)Miran2019-02-191-1/+8
|
* add more nimble packages for testing (#10671)Miran2019-02-151-21/+37
|
* new AppVeyor configuration that should test the compiler against sele… ↵Andreas Rumpf2019-02-091-2/+2
| | | | (#10549)
* testament: test nimble packages is beginning to workAraq2019-02-041-23/+22
|
* testament: revive ability to test specific important Nimble packagesAraq2019-02-021-0/+29