Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a document to toOpenArray proc (#23905) | Tomohiro | 2024-08-01 | 1 | -0/+6 |
| | |||||
* | revert #23436; remove workaround (#23653) | ringabout | 2024-05-28 | 1 | -2/+0 |
| | | | revert #23436 | ||||
* | fixes #22852; fixes #23435; fixes #23645; SIGSEGV when slicing string or ↵ | ringabout | 2024-05-27 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | seq[T] with index out of range (#23279) follow up https://github.com/nim-lang/Nim/pull/23013 fixes #22852 fixes #23435 fixes #23645 reports rangeDefect correctly ```nim /workspaces/Nim/test9.nim(1) test9 /workspaces/Nim/lib/system/indices.nim(116) [] /workspaces/Nim/lib/system/fatal.nim(53) sysFatal Error: unhandled exception: value out of range: -2 notin 0 .. 9223372036854775807 [RangeDefect] ``` | ||||
* | workaround #23435; real fix pending #23279 (#23436) | ringabout | 2024-04-18 | 1 | -0/+2 |
| | | | | | | | workaround #23435 related to https://github.com/nim-lang/Nim/issues/22852 see also #23279 | ||||
* | fixes #22852; real bugfix is tied to bug #22672 (#23013) | Andreas Rumpf | 2023-11-30 | 1 | -1/+4 |
| | |||||
* | Markdown code blocks migration part 9 (#22506) | Amjad Ben Hedhili | 2023-08-19 | 1 | -6/+6 |
| | | | | | * Markdown code blocks migration part 9 * fix [skip ci] | ||||
* | fixes #20026; marks system procs which can raise defects (#20864) | ringabout | 2022-11-22 | 1 | -15/+18 |
| | | | | | | | | | * marks system procs which can raise defects * add tests * add more systemRaisesDefect * add comment | ||||
* | koch boot compiler with orc (#20467) | ringabout | 2022-09-30 | 1 | -2/+1 |
| | | | | | | | | | | | * koch boot compiler with orc * use orc * workaround bugs * move it * move the data | ||||
* | moderate system cleanup & refactor (#20355) | metagn | 2022-09-28 | 1 | -0/+156 |
* system refactor, move out 600 lines * compilation, slice, backwardsindex, misc_num moved out of system * some procs/types moved into arithmetics, basic_types * system no longer depends on syncio * some procs moved around to fit with their surroundings * make exceptions an import, old ops to misc_num * move instantiationInfo back * move back nim version, fix windows echo * include compilation * better docs for imported modules, fix unsigned ops also remove ze, ze64, toU8, toU16, toU32 with nimPreviewSlimSystem * fix terminal * workaround IC test & weird csize bug, changelog * move NimMajor etc back to compilation, rebase for CI * try ic fix * form single `indices`, slim out TaintedString, try fix IC * fix CI, update changelog, addQuitProc * fix CI * try fix CI * actually fix CI finally hopefully * Update lib/system/compilation.nim Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> * update kochdocs * hopefully fix csize uses for slimsystem * fix tquit Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> |