Re: Deprecation warnings

2019-12-04 Thread Araq
You can simply use `uint` (or `int`) instead which works with every Nim version.

Re: Deprecation warnings

2019-12-04 Thread mratsim
The proc that now accepts csize_t instead of csize should have a deprecated overload to ease the transition (or a converter but converters tend to create hidden bugs in my opinion)