summary refs log tree commit diff stats
path: root/tests/manyloc/keineschweine/enet_server
Commit message (Collapse)AuthorAgeFilesLines
* replace getOpt with getopt (#22515)Nan Xiao2023-08-191-1/+1
|
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move sha1, md5 to nimble packages * boot the compiler * fixes tests * build the documentation * fixes docs * lol, I forgot koch.nim * add `nimHasChecksums` define * clone checksums but maybe copying is better * bump nimble hash * use ChecksumsStableCommit * fixes tests * deprecate them * fixes paths * fixes koch
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-2/+2
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-1/+1
|
* remove deprecated modules (#10215)Miran2019-01-071-1/+1
| | | | | | | | | | | | | | | | | | * removed from `compiler`: * lists (deprecated 2 years ago) * removed from `lib` (all deprecated 3 years ago): * ssl * matchers * httpserver * removed from `lib/deprecated`: * unsigned * actors (and three accompanying tests) * parseurl * moved to `lib/deprecated`: * securehash (the reason for not directly removing - it was deprecated (only) one year ago)
* lots of small changesArne Döring2018-12-111-1/+1
|
* removes deprecated T/P typesAraq2018-11-161-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-043-63/+63
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-041-1/+1
|
* nimrod.cfg isn't working anymore, rename to nim.cfgdef2015-02-151-0/+0
|
* Clean up tests/manylocdef2015-02-041-0/+1
| | | | named_argument_bug still fails
* further adaptationsAraq2014-08-291-2/+2
|
* manyloc test should be green againAraq2013-06-041-1/+1
|
* added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-136-0/+672