summary refs log tree commit diff stats
path: root/lib/system/assertions.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix error in assertions document (#12925) [backport]flywind2019-12-181-1/+1
|
* Fix many broken linksJjp1372019-10-221-1/+1
| | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
* Fixes #12044 (#12071)Ico Doornekamp2019-08-281-5/+5
|
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-101-2/+2
| | | | --styleCheck:error
* assertions: fixes #11545 (#11605)alaviss2019-07-011-3/+5
| | | | | | | | | | | | | | * assertions: properly fix #11545 * tests/assert: enable excessiveStackTrace * tests/assert: add test case for #11545 * tfailedassert_stacktrace: disable excessiveStackTrace * assertions: weird workaround for failing tests This fixes megatest on *nix, but have no idea why
* assertions: make assert follow excessiveStackTrace (#11574)alaviss2019-06-251-3/+1
|
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
| | | | | * allow void macro result * add test for void macro result type
* move system.dollars in a separate file (#10829)Miran2019-03-131-2/+14
|
* system: some documentation improvements (#10809)Miran2019-03-111-1/+1
|
* move assertions and iterators out of system.nim (#10597)Miran2019-03-071-0/+89
* move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions