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

Changing identifier causes dep graph inconsistency #1185

Closed
denisdefreyne opened this issue Jun 13, 2017 · 1 comment
Closed

Changing identifier causes dep graph inconsistency #1185

denisdefreyne opened this issue Jun 13, 2017 · 1 comment

Comments

@denisdefreyne
Copy link
Member

Changing the identifier of an item or layout can cause an inconsistency in the dependency graph, as the dependency graph’s vertices use the item/layout’s hash, which will have changed.

Steps to reproduce

TO DO

Expected behavior

No crash

Actual behavior

Crash — a (document, vertex) pair exists in the directed graph’s vertex hash, but looking up the vertex for that document yields nil instead of the vertex.

Details

TODO

Crash log

TODO

@denisdefreyne
Copy link
Member Author

CC @gpakosz — this is the issue you were seeing (the bug report is incomplete but I’ll finish it later)

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

No branches or pull requests

1 participant