Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) | ringabout | 2023-05-02 | 3 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ringabout | 2022-09-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Cour | 2021-05-08 | 1 | -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) | flywind | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | remove tests/deps/ (#17132) | Timothee Cour | 2021-02-23 | 1 | -5/+10 |
| | | | | | | | | | * remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup | ||||
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 2 | -3/+3 |
| | | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test | ||||
* | Remove the uses of {.procvar.} pragma (#14359) | Kaushal Modi | 2020-05-15 | 1 | -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 | ||||
* | introduce csize_t instead of fixing csize (#12497) | Arne Döring | 2019-10-31 | 1 | -3/+1 |
| | |||||
* | Revert "Fixes #12187 (#12321)" (#12447) | Andreas Rumpf | 2019-10-18 | 1 | -1/+1 |
| | | | This reverts commit 00c31e87660d9db813871f5aa23661bf6b9bbdcb. | ||||
* | Fixes #12187 (#12321) | Clyybber | 2019-10-08 | 1 | -1/+1 |
| | | | | | | * Fixes #12187 * Point to fork of compactdict Since the original repo is now archived / read-only | ||||
* | Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) | Miran | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | make tests green; better output for when megatest execution fails | Araq | 2018-12-11 | 2 | -2/+2 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 4 | -4/+4 |
| | |||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 4 | -10/+10 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 2 | -4/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 2 | -5/+5 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-05-02 | 4 | -51/+51 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | Make countLines() the same as len(splitLines(s)) (#5470) | Simon Krauter | 2017-03-03 | 1 | -1/+1 |
| | | | | | The result of countLines() is now increased by 1 compared to the old version. Fixes #5460. | ||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Removed local TAU constant. | gmpreussner | 2016-03-17 | 1 | -1/+0 |
| | |||||
* | makes tests green | Andreas Rumpf | 2016-01-15 | 2 | -3/+3 |
| | |||||
* | fix test failures due to import errors | Aman Gupta | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 18 | -1668/+1668 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Replaced deprecated repeatStr() with repeat(). | Hans Raaf | 2015-03-04 | 2 | -7/+7 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | Clean up tests/manyloc | def | 2015-02-04 | 6 | -49/+49 |
| | | | | named_argument_bug still fails | ||||
* | some progress for jester+async | Araq | 2014-06-27 | 6 | -0/+7503 |
| | |||||
* | attempt to make some tests green | Araq | 2014-04-21 | 1 | -4/+0 |
| | |||||
* | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -2/+4 |
| | |||||
* | manyloc test should be green again | Araq | 2013-06-04 | 1 | -20/+21 |
| | |||||
* | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 15 | -0/+1735 |