summary refs log tree commit diff stats
path: root/tests/manyloc/keineschweine/keineschweine.nim
Commit message (Collapse)AuthorAgeFilesLines
* replace getOpt with getopt (#22515)Nan Xiao2023-08-191-1/+1
|
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+1
|
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
| | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff
* lots of small changesArne Döring2018-12-111-1/+1
|
* removes deprecated T/P typesAraq2018-11-161-4/+4
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-2/+3
|
* make tests green againAndreas Rumpf2016-11-241-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-55/+55
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
|
* Clean up tests/manylocdef2015-02-041-12/+12
| | | | named_argument_bug still fails
* added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-131-0/+725