Felix Krause
940675a52e
Reworked loading API
...
* moved load procs to yaml/loading.nim
* moved input YamlStream into ConstructionContext
* made ConstructionContext a non-ref object
* harmonized code style & comments
* renamed yaml/serialization.nim to yaml/native.nim
2023-08-29 23:23:15 +02:00
Felix Krause
39444f6536
Consolidated exceptions
2023-03-18 13:54:45 +01:00
Felix Krause
a72966374f
fixes #90
2021-05-18 00:28:24 +02:00
Felix Krause
f123924d32
fix for --gc:orc; some memory improvements
2021-05-17 23:51:35 +02:00
Felix Krause
e3e810fce0
all tests green again
2020-11-10 19:07:46 +01:00
Felix Krause
6238104622
started making serializationTests green again
2020-11-06 21:39:50 +01:00
Felix Krause
1d707b184e
started updating other parts of the codebase
2020-11-03 22:08:21 +01:00
Vindaar
1babb26616
move echo statement for internal stacktrace into if branch
...
No need to echo internal stacktrace, if there is no parent to echo for.
2018-10-12 16:00:39 +02:00
Vindaar
ba06599b7d
echo internal stack trace if not release, check if parent is nil
2018-10-12 16:00:39 +02:00
Vindaar
db1a2c4041
allow echoing internal stacktrace if compiling with d:debug
...
`internalError` and `yAssert` now allow to echo the internal stack
traces if the `d:debug` compile flag is set.
2018-10-12 16:00:39 +02:00
Felix Krause
b15f3dbae9
Even more fixes to event output
2017-02-14 22:22:56 +01:00
Felix Krause
c581f1acc2
Added YamlParser.display()
...
* renders events with proper tag and anchor names
2017-02-14 19:40:40 +01:00
Felix Krause
0ef9cbf535
Moved private sources to yaml/private
2017-02-06 20:39:04 +01:00