Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serializing a loop/cycle in the structures crashes the interpreter #63

Open
KOLANICH opened this issue Jun 1, 2022 · 1 comment
Open
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@KOLANICH
Copy link

KOLANICH commented Jun 1, 2022

import dhall
el = {}
el["a"] = el
dhall.dumps(el)
@s-zeng
Copy link
Owner

s-zeng commented Jun 1, 2022

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 s-zeng added documentation Improvements or additions to documentation good first issue Good for newcomers labels Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants