Skip to content

Retire layer paths used throughout the code #1531

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

Merged
merged 8 commits into from
Dec 22, 2023
Merged

Retire layer paths used throughout the code #1531

merged 8 commits into from
Dec 22, 2023

Conversation

Keavon
Copy link
Member

@Keavon Keavon commented Dec 22, 2023

This removes all layer paths from the legacy layer system. It also goes through every usage of u64 in the whole project and turns their instances into their type alias (DocumentId, NodeId, and LayerId). Future cleanup should turn those type aliases into newtypes so this can be enforced.

Closes #1525

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

Successfully merging this pull request may close these issues.

Remove references to LayerId and Vec<u64> layer paths
1 participant