mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 00:41:28 +00:00
Fix infinite recursion when using json.to on ref with cycle.
This commit is contained in:
committed by
Dominik Picheta
parent
8d61262372
commit
2bb2e6975e
@@ -354,6 +354,4 @@ when isMainModule:
|
||||
let dataDeser = to(dataParsed, Test)
|
||||
doAssert dataDeser.name == "FooBar"
|
||||
doAssert dataDeser.fallback.kind == JFloat
|
||||
doAssert dataDeser.fallback.getFloat() == 56.42
|
||||
|
||||
# TODO: Cycles lead to infinite loops.
|
||||
doAssert dataDeser.fallback.getFloat() == 56.42
|
||||
Reference in New Issue
Block a user