Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refs #17114: workaround for arm64 which should segfault but does not (#17178) | Timothee Cour | 2021-02-25 | 1 | -0/+2 |
| | | | | | | | * refs #17114: workaround for arm64 which should segfault but does not * fixup * Update lib/std/wrapnils.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | [backport] run nimpretty on os-related stuff | narimiran | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -0/+2 |
| | |||||
* | Give NilAccessError a message (#11706) | Dominik Picheta | 2019-07-11 | 1 | -1/+1 |
| | |||||
* | Make range checks in semConv (#7164) | Oscar NihlgÄrd | 2019-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | * Remove NaN/Inf/NegInf magic * Make range checks in semConv * fix the failing line * fix `firstOrd` and `lastOrd` * fix `localError` * remove debug comment * Cleanup, fix failing test * make tests green | ||||
* | fixes #5599 (#5610) | Andreas Rumpf | 2017-03-26 | 1 | -4/+0 |
| | |||||
* | Fix #5550 (#5553) | Ryan Gonzalez | 2017-03-18 | 1 | -1/+1 |
| | |||||
* | make segfaults compilation robust on Windows | Araq | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | new segfaults.nim stdlib module works on Windows | Araq | 2017-01-20 | 1 | -4/+38 |
| | |||||
* | first implementation of segfaults stdlib module | Andreas Rumpf | 2017-01-20 | 1 | -0/+54 |