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

Get rid of parent backlinking #28

Closed
mstechly opened this issue May 3, 2024 · 0 comments · Fixed by #115
Closed

Get rid of parent backlinking #28

mstechly opened this issue May 3, 2024 · 0 comments · Fixed by #115
Assignees

Comments

@mstechly
Copy link
Contributor

mstechly commented May 3, 2024

Right now each "subobject" of Routine (e.g.: Connection, Port, children) have a link to their parent.
This is an artifact of the old implementation and causes a lot of issues: makes serialization more complicated, might lead to very hard to trace issues with pydantic, etc.

Getting rid of those backlinks would make Routine structure much simpler, though introducing this change might be non-trivial, as compilation depends on those backlinks to parents.

CC: @dexter2206

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

Successfully merging a pull request may close this issue.

2 participants