NimYAML/yaml
Vindaar 253a4623e4 circumvent RangeError, which will be wrongly caught
Converting an integer via `T(number)` to some integer will cause a
range error, if it doesn't fit. Maybe it didn't in the past, which is
why the code worked before? Some other error was thrown?
With this code anyway it crashed, because it threw an internal error.
2018-10-12 16:00:39 +02:00
..
private fix for null terminator not accessable in strings anymore 2018-10-12 16:00:39 +02:00
dom.nim experimental: notnil 2018-08-24 13:30:05 +02:00
hints.nim Revert "Actual fix for #40" because it's shit 2017-07-10 19:52:34 +02:00
parser.nim Make it work with new not nil 2018-10-12 16:00:39 +02:00
presenter.nim Moved private sources to yaml/private 2017-02-06 20:39:04 +01:00
serialization.nim circumvent RangeError, which will be wrongly caught 2018-10-12 16:00:39 +02:00
stream.nim Make it work with new not nil 2018-10-12 16:00:39 +02:00
taglib.nim [soft] take out yTagNimNilString/Seq and related (?) nil tests 2018-10-12 16:00:39 +02:00
tojson.nim further `nil` fixes in `tojson` and `serialization` 2018-10-12 16:00:39 +02:00