dhall-python icon indicating copy to clipboard operation
dhall-python copied to clipboard

Serializing a loop/cycle in the structures crashes the interpreter

Open KOLANICH opened this issue 3 years ago • 1 comments

import dhall
el = {}
el["a"] = el
dhall.dumps(el)

KOLANICH avatar Jun 01 '22 09:06 KOLANICH

Dhall does not support directly recursive structures, or infinite structures. This could have a better error message though, so I'll leave this issue open until I or someone else fixes that

s-zeng avatar Jun 01 '22 13:06 s-zeng