Jacek Sieka
5c5e01cef0
fix compile-time hash, port to unittest2 ( #145 )
...
* enable compile-time testing for most of the test suite (some parts
that were skipping things turned out to be bugs)
* port to unittest2 and use its recent compile-time testing support
2024-11-25 14:17:39 +01:00
jangko
1ce276db1e
bug 92 workaround
2023-06-14 13:22:52 +07:00
jangko
7b7db2a73a
signed int exp
2023-06-14 08:31:28 +07:00
jangko
8ea95078f4
signed int addsub
2023-06-14 07:38:23 +07:00
jangko
f2959e5135
signed int bitwise
2023-06-13 22:17:43 +07:00
Mamy Ratsimbazafy
ddfa6c608a
Fix 32-bit failure on Nim 1.6 ( #116 )
...
* Nim 1.6 compiletime can now be affected by https://github.com/status-im/nim-stint/issues/92 ?
* seems like it happens on runtime too
2022-01-13 12:04:26 +01:00
andri lim
d98b77c88d
fixes #94 , implement conversion constructor
2019-12-13 16:19:41 +02:00
andri lim
8cc9116d1e
cosmetics changes
2019-10-23 21:55:47 +09:00
andri lim
07411e31a5
fixes test_uint_addsub typo
2019-10-23 21:55:47 +09:00
andri lim
79dfae7d32
fixes typo
2019-10-23 21:55:47 +09:00
andri lim
4aff306a6f
improve int addsub coverage + compile time test
2019-10-23 21:55:47 +09:00
Yuriy Glukhov
ad09fe3a94
Corrected package structure
2018-05-08 17:42:42 +03:00
mratsim
6d2562ff5f
Implement absolute value and signed modulo/division
2018-04-26 12:27:02 +02:00