summary refs log tree commit diff stats
path: root/testament/important_packages.nim
Commit message (Collapse)AuthorAgeFilesLines
* disable fragments (#19341)flywind2022-01-081-1/+1
| | | The original repo has moved to Rust, while the package path stay unchanged. And it causes troubles to https://github.com/nim-lang/Nim/pull/19338
* enable multiple packages (arraymancer, fidget ...) (#19311)flywind2022-01-031-3/+3
| | | | The cause of arraymancer failure has been tracked here: https://github.com/mratsim/Arraymancer/issues/505 And it was fixed by https://github.com/mratsim/Arraymancer/pull/542
* re-enable chronos testing once again [backport:1.2] (#19222)Andreas Rumpf2021-12-071-1/+1
|
* Update dependency (#19151)OxFred2021-11-171-1/+1
|
* Use testament to check Norm test pass (#19018)Constantine Molchanov2021-11-031-1/+1
| | | | | | | | | | | * Use testament to check Norm test pass This is what I actually use to test Norm, so it's better to use it. This should not currently pass. This is expected because this is exactly the problem I want to highlight with this PR. My tests do indeed not pass at the moment. * Remove clearNimblePath from testament command. Co-authored-by: flywind <xzsflywind@gmail.com>
* disable testing of `fidget`, to make CIs greennarimiran2021-10-111-1/+1
|
* activate winim (#18907)flywind2021-09-271-1/+1
| | | `winim` is dependent on windows API.
* active some packages (#18825)flywind2021-09-091-4/+4
|
* fixes #12642 (#18811)Andreas Rumpf2021-09-061-3/+2
| | | | | | | | | | | | | | | | | | | * fixes #12642 * update important packages; refs #18804 * fixes #18805; refs #18806 * fixes a regression * Update testament/categories.nim Co-authored-by: flywind <xzsflywind@gmail.com> * progress * progress Co-authored-by: flywind <xzsflywind@gmail.com>
* add weave to important packages (#17665)flywind2021-09-051-0/+1
| | | | | * add weave to important packages * Update testament/important_packages.nim
* fixes #18543 (#18601)Andreas Rumpf2021-07-271-0/+1
| | | | | * fixes #18543 * make tests green again
* more important packages (#18472)flywind2021-07-101-0/+6
|
* Revert "disable pkg manu (#18292)" (#18307)Antonis Geralis2021-06-201-1/+1
| | | This reverts commit fc76565574b86566e4a642b9aac541e025cf5de3.
* disable pkg manu (#18292)Timothee Cour2021-06-171-1/+1
|
* use more meaningful name than "workaround14447" (#18237)Miran2021-06-111-1/+1
|
* pkg/pixie: use latest (#18069)Timothee Cour2021-05-231-1/+1
|
* disable pkg/fidget refs https://github.com/treeform/fidget/issues/155 (#18043)Timothee Cour2021-05-181-1/+1
|
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-111-1/+1
| | | | | | | | | | | | | | | * fix #17467 1st call to rand is now non-skewed; allow passing 0 as seed * changelog + fallback * document behavior for seed == 0 * address comments * _ * fix tests, disable kdtree * re-enable kdtree with -d:nimLegacyRandomInitRand
* re-enable nimquery (#17936)Timothee Cour2021-05-041-1/+1
|
* disable telebot, refs https://github.com/ba0f3/telebot.nim/issues/59 (#17860)Timothee Cour2021-04-261-1/+1
|
* bring back jstin after forking a new one (#17844)flywind2021-04-251-0/+1
| | | ref https://github.com/nim-lang/Nim/pull/17765#issuecomment-822019094
* unit separator (#17730)Andreas Rumpf2021-04-201-1/+1
| | | | | * use the ASCII Unit Separator so that error messages can be handled precisely by the tooling * updated testament
* remove jstin from important packages (#17765)flywind2021-04-181-1/+0
| | | | | Ref https://github.com/nim-lang/Nim/pull/17759 https://github.com/LemonBoy/jstin/blob/master/src/jstin.nim is already archived and cannot pass CI anymore.
* enable some packages (#17629)flywind2021-04-031-3/+3
|
* implement RFCs/294 ; disallow enum <=> enum conversion (#16351)Timothee Cour2021-04-031-2/+3
| | | | | | | | | | | * fix https://github.com/nim-lang/RFCs/issues/294 ; disallow enum <=> enum conversion * fix the runnableExamples that was the instigator of this RFC * legacy -d:nimLegacyConvEnumEnum * use -d:nimLegacyConvEnumEnum in important_package nimgame2 * add test for enum cast * improve changelog * add changelog: Changes affecting backward compatibility * cleanup changelog * fix changelog
* nim: unbreak CI; testament: add allowedFailure logic for tests that may fail ↵Timothee Cour2021-03-281-23/+24
| | | | but should still run (#17513)
* disable package 'chronicles' until 'chronos' is fixednarimiran2021-03-261-1/+1
|
* re-enable fidget (#17229)flywind2021-03-251-1/+2
|
* IC: green tests (#17311)Andreas Rumpf2021-03-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * IC: renamed to_packed_ast module to ic module * IC: don't store the --forceBuild flag, makes it easier to test * IC: enable hello world test * Codegen: refactorings for IC; changed the name mangling algorithm * fixed the HCR regressions * life is too short for HCR * tconvexhull is now allowed to use deepCopy * IC exposed a stdlib bug, required a refactoring * codegen: code cleanups * IC: even if a module is outdated, its dependencies might come from disk * IC: progress * IC: better name mangling, module IDs are not stable * IC: another refactoring helping with --ic:on --gc:arc * disable arraymancer on Windows for the time being * disable arraymancer altogether * IC: make basic test work with 'nim cpp' * IC: progress on --ic:on --gc:arc * wip; name mangling for type info
* use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code ↵Timothee Cour2021-03-121-142/+139
| | | | | | | | cleanups (#17301) * use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code cleanups * workaround for nimcrypto not having `--path:.`; remove workaround "two are special snowflakes" * add comment explaining why nimcrypto fails and what packages need to be testable
* re-enable pkg optionsutils (#17231)Timothee Cour2021-03-021-1/+1
|
* add 'pixie' to important_packages (#17215)Miran2021-03-011-0/+1
|
* `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)Timothee Cour2021-02-241-1/+1
| | | | | | | * std/options: $some(3) is now "some(3)", not "Some(3)", `$none(int)` is now `"none(int)"` instead of `"None[int]"` * fix tests * disable optionsutils
* important_packages: document that packages tested should ideally have recent ↵Timothee Cour2021-02-221-1/+15
| | | | release tags (#17134)
* disable chronos (#17131)flywind2021-02-201-2/+3
|
* important_packages: add fusion (#17094)Timothee Cour2021-02-201-0/+3
|
* [backport:1.2] update nimble commit hash (#17109)Miran2021-02-191-3/+3
|
* [backport:1.2] update the nimble commit hash to the latest one (#16971)Miran2021-02-091-3/+3
|
* disble fidget again (#16842)Timothee Cour2021-01-271-1/+1
|
* close #16810 (#16813)flywind2021-01-251-1/+1
|
* ref #16810 disable fidget (#16811)flywind2021-01-241-1/+1
|
* Fix bump CIClyybber2021-01-181-1/+1
|
* enable ggplotnim (#16538)flywind2021-01-011-1/+1
|
* disable ggplotnim, refs #16523 (#16524)Timothee Cour2020-12-301-1/+1
|
* disable grams (#16511)flywind2020-12-301-1/+2
|
* add zippy to important packages (#16442)flywind2020-12-231-0/+1
| | | | | * add zippy to important packages * minor
* disable pkg/criterion refs https://github.com/disruptek/criterion/issues/3 ↵Timothee Cour2020-12-221-1/+1
| | | | (#16443)
* bring back important packages; closes #16419 (#16424)flywind2020-12-211-2/+2
|
* disable ggplot and plotly (#16418)flywind2020-12-201-2/+2
|
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-1/+3
| | | | | | | | | | | | | | * added ic specific Nim code; WIP * make the symbol import mechanism lazy; WIP * ensure that modules can be imported multiple times * ambiguity checking * handle converters and TR macros properly * make 'enum' test category green again * special logic for semi-pure enums * makes nimsuggest tests green again * fixes nimdata * makes nimpy green again * makes more important packages work