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

Utilities for Copying of (Sub)graphs in Core #528

Closed
iamrecursion opened this issue Nov 6, 2019 · 0 comments
Closed

Utilities for Copying of (Sub)graphs in Core #528

iamrecursion opened this issue Nov 6, 2019 · 0 comments
Labels
p-lowest Should be completed at some point

Comments

@iamrecursion
Copy link
Contributor

Summary

As we implement more sophisticated transformations, passes, and optimisations on Core, we will need the ability to easily copy sub-graphs.

Value

Core graphs can be copied.

Specification

  • Write a utility function that copies a Core graph starting from a given node.
  • The function must take care to handle cycles and references properly.

Acceptance Criteria & Test Cases

  • A utility function exists for copying of Core graphs.
@iamrecursion iamrecursion transferred this issue from another repository Jun 23, 2020
This was referenced Jun 23, 2020
@joenash joenash added Category: Core p-lowest Should be completed at some point labels Jun 23, 2020
@wdanilo wdanilo closed this as completed Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-lowest Should be completed at some point
Projects
None yet
Development

No branches or pull requests

3 participants