summary refs log tree commit diff stats
path: root/lib/pure/segfaults.nim
Commit message (Collapse)AuthorAgeFilesLines
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-1/+1
| | | | | | | | | | | | | | | * enable style:usages for stdlib tests * freeAddrInfo * more tests * importc * bufSize * fix more * => parseSql and renderSql
* refs #17114: workaround for arm64 which should segfault but does not (#17178)Timothee Cour2021-02-251-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 Sieka2020-04-281-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 stuffnarimiran2019-09-301-1/+1
|
* last stdlib cleanupsAraq2019-09-211-0/+2
|
* Give NilAccessError a message (#11706)Dominik Picheta2019-07-111-1/+1
|
* Make range checks in semConv (#7164)Oscar NihlgÄrd2019-05-101-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 Rumpf2017-03-261-4/+0
|
* Fix #5550 (#5553)Ryan Gonzalez2017-03-181-1/+1
|
* make segfaults compilation robust on WindowsAraq2017-01-271-1/+1
|
* new segfaults.nim stdlib module works on WindowsAraq2017-01-201-4/+38
|
* first implementation of segfaults stdlib moduleAndreas Rumpf2017-01-201-0/+54