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

Recursion/Cycles #302

Open
krakjoe opened this issue May 19, 2024 · 2 comments
Open

Recursion/Cycles #302

krakjoe opened this issue May 19, 2024 · 2 comments
Assignees

Comments

@krakjoe
Copy link
Owner

krakjoe commented May 19, 2024

Supporting recursion means we need to be able to collect cyclic references to persistent variables created while copying.

I don't have any good ideas for this yet ...

@krakjoe krakjoe self-assigned this May 19, 2024
@krakjoe
Copy link
Owner Author

krakjoe commented May 20, 2024

For now, I have added XFAIL to the couple of failing tests ... self referencing structures shouldn't crash like it always has but will cause leaks until we have solved this problem.

I would rather no releases are published until this problem is solved, I will try to give it time over the coming week ... busy week, going back to work.

@realFlowControl
Copy link
Collaborator

#325 fixes the leak in the mean time, not nice, but "it works™"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants