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

Mutation node should have a predecessor node linking to the original value #28

Closed
laike9m opened this issue Sep 28, 2020 · 0 comments
Closed

Comments

@laike9m
Copy link
Owner

laike9m commented Sep 28, 2020

Right now there will only be nodes from arguments, like

a = []
a.extend(b)

There should be two links from a (line 1) and b to a (line 2), but right now there's one link from b.

@laike9m laike9m added the p1 label Sep 28, 2020
@laike9m laike9m added this to To do in Cyberbrain's Kanban via automation Oct 3, 2020
@laike9m laike9m moved this from To do to In progress in Cyberbrain's Kanban Oct 3, 2020
@laike9m laike9m closed this as completed in 8533f88 Oct 5, 2020
Cyberbrain's Kanban automation moved this from In progress to Done Oct 5, 2020
laixintao pushed a commit to laixintao/Cyberbrain that referenced this issue Oct 6, 2020
Former-commit-id: b04788d3603bfe7c99e27d54db2364920ac9a423
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant