summary refs log tree commit diff stats
path: root/tests/manyloc/keineschweine
Commit message (Collapse)AuthorAgeFilesLines
* replace getOpt with getopt (#22515)Nan Xiao2023-08-195-5/+5
|
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-027-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* defaults to ORC (#19972)ringabout2022-09-232-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * defaults to Orc * bootstrap using refc * use gc * init orc defines * unregister orc * fix gc * fix commands * add prepareMutation for orc * enable deepcopy for orc * prepareMutation * more fixes * some cases * bug #20081 * partial fixes * partial fixes * fixes command line * more fixes * build Nim with refc * use gc * more fixes * rstore * orc doesn't support threadpool * more shallowCopy * more fixes * fixes unsafeNew * workarounds * small * more fixes * fixes some megatest * tcodegenbugs1 refc * fxies megatest * build nimble with refc * workaround tensordsl tests * replace shallowCopy with move * fixes action * workaround * add todo * fixes important packages * unpublic unregisterArcOrc * fixes cpp * enable windows Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
* fix #17952: fix both false positives and false negatives for reInvalidSpec ↵Timothee Cour2021-05-081-20/+20
| | | | | | | | | (#17956) * fix #17952: fix both false positives and false negatives for reInvalidSpec * handle megatest properly * fix for tests/stdlib/tbase64.nim
* use lowercase --define switches (#17283)flywind2021-03-072-3/+3
|
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-1/+0
| | | | | * --nilseqs is now a deprecated noop * fix tests; fix: future => sugar
* remove tests/deps/ (#17132)Timothee Cour2021-02-231-5/+10
| | | | | | | | | * remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-221-1/+6
|
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-2/+2
| | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
* fixed article duplication typos (#16216)ihlec2020-12-021-1/+1
|
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-032-2/+2
|
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-026-9/+9
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test
* 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
* Remove the uses of {.procvar.} pragma (#14359)Kaushal Modi2020-05-151-3/+3
| | | | | | | This pragma did nothing. Ref: - https://github.com/nim-lang/Nim/issues/2172#issuecomment-383276469 - https://github.com/nim-lang/Nim/issues/12975
* remove deprecated procs (#12535)Andreas Rumpf2019-11-052-2/+2
|
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-312-41/+38
|
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
|
* Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-181-1/+1
| | | This reverts commit 00c31e87660d9db813871f5aa23661bf6b9bbdcb.
* Fixes #12187 (#12321)Clyybber2019-10-081-1/+1
| | | | | | * Fixes #12187 * Point to fork of compactdict Since the original repo is now archived / read-only
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-272-5/+5
|
* cleanup keineschweine test; removes unused moduleAraq2019-05-241-295/+0
|
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-221-1/+1
|
* remove deprecated modules (#10215)Miran2019-01-073-3/+3
| | | | | | | | | | | | | | | | | | * 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)
* make tests green; better output for when megatest execution failsAraq2018-12-114-4/+4
|
* lots of small changesArne Döring2018-12-1113-13/+13
|
* removes deprecated T/P typesAraq2018-11-167-25/+25
|
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-0/+1
|
* make more tests greenAndreas Rumpf2018-08-132-4/+4
|
* make tests green againAndreas Rumpf2018-07-052-5/+5
|
* make tests green againAndreas Rumpf2018-05-028-86/+86
|
* make more tests greenAndreas Rumpf2018-04-302-2/+2
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-239-9/+5
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-2/+3
|
* Make countLines() the same as len(splitLines(s)) (#5470)Simon Krauter2017-03-031-1/+1
| | | | | The result of countLines() is now increased by 1 compared to the old version. Fixes #5460.
* make tests green againAndreas Rumpf2016-11-242-2/+2
|
* Always use https:// in git cloneSimon Ruderich2016-09-151-1/+1
| | | | git:// is unencrypted.
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-1/+1
|
* Removed local TAU constant.gmpreussner2016-03-171-1/+0
|
* Fix a few deprecation warningsdef2016-01-252-2/+2
|
* implements final version of multiline commentsAndreas Rumpf2016-01-171-2/+2
|
* makes tests greenAndreas Rumpf2016-01-153-4/+4
|
* fix test failures due to import errorsAman Gupta2015-10-021-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0434-2196/+2196
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Rename PNimrodNode to NimNodedef2015-03-173-63/+63
|
* Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-044-9/+9
|
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-042-4/+4
|
* Fix typosFederico Ceratto2015-02-152-3/+3
|
* nimrod.cfg isn't working anymore, rename to nim.cfgdef2015-02-152-0/+0
|
* Clean up tests/manylocdef2015-02-0413-121/+113
| | | | named_argument_bug still fails
* s/nimrod/nim/g; s/babel/nimble/gFlaviu Tamas2015-01-091-3/+3
|