Jacek Sieka
ebbb391b9e
ptrops: add makeUncheckedArray ( #193 )
...
turns a pointer into an array pointer of the same type
2023-06-12 14:13:18 +02:00
Jacek Sieka
d087c039c2
fix `baseAddr`, move to `ptrops` ( #156 )
...
* return `nil` for empty openArrays / avoid returning `16`
* move to `ptrops`, deprecate `ptr_arith` fully
2022-11-18 15:22:29 +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
5ada369741
ptrops: add
2019-09-26 18:25:19 +03:00