Etan Kissling
1662762c01
rename RangeError
-> RangeDefect
in test name ( #214 )
...
The `Allocating with a negative size throws a RangeError` test actually
tests for `RangeDefect`, so rename the test accordingly.
2024-02-17 19:31:52 +00:00
tersec
326ef09a46
remove dead code under Nim 1.6+ ( #206 )
2023-07-31 21:07:48 +00:00
Miran
2ab76e2cc2
fix warnings encountered with Nim 1.6 ( #128 )
...
* fix warnings encountered with Nim 1.6
* Create shims/stddefects.nim with aliases for all defects
2022-07-27 10:10:26 +02:00
tersec
f173efc500
stylecheck: nnkArglist -> nnkArgList ( #127 )
...
* stylecheck: nnkArglist -> nnkArgList
* --stylecheck:error iff >= 1.6.0
2022-07-18 11:02:40 +00:00
Jordan Hrycaj
9c3596d9de
Migrate to unittest2
( #125 )
...
* Migrate to `unittest2`
why:
Global symbol overflow when running NIM 1.2 on Github ci suggests that
unit tests run sort of separately. The replacement library `unittest2`
provides that.
* Build ci dependencies
2022-07-08 10:34:21 +01:00
Jacek Sieka
1edeabb453
Renames ( #17 )
...
* renames and warning fixes
* gitignore: nimcache
2019-12-20 13:23:30 +01:00
Jacek Sieka
904f84c8e0
add ranges
2019-07-06 20:45:27 +02:00