summary refs log tree commit diff stats
path: root/tests/manyloc/nake/nakefile.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #17952: fix both false positives and false negatives for reInvalidSpec ↵Timothee Cour2021-05-081-5/+6
| | | | | | | | | (#17956) * fix #17952: fix both false positives and false negatives for reInvalidSpec * handle megatest properly * fix for tests/stdlib/tbase64.nim
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+1
|
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-2/+2
| | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff
* fix deprecations and other warnings (#13748)Miran2020-03-251-2/+2
|
* Remove long deprecated stuff (#10332)Miran2019-01-181-2/+3
|
* better docs: sequtilsnarimiran2019-01-161-1/+1
|
* make more tests greenAndreas Rumpf2018-04-301-2/+2
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
|
* make test greenAndreas Rumpf2016-05-301-2/+2
|
* makes tests greenAndreas Rumpf2016-01-151-1/+1
|
* Fixed tests for TravisCIYuriy Glukhov2015-10-221-1/+1
|
* fix test failures due to import errorsAman Gupta2015-10-021-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-7/+7
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* made some tests greenAraq2014-09-211-3/+3
|
* further adaptationsAraq2014-08-291-8/+8
|
* bugfixes mostly JS relatedAraq2013-05-011-0/+155