Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Remove Range type parameter from AST nodes #15

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Conversation

MichaReiser
Copy link
Member

This PR removes the range type parameter from all AST nodes because ruff doesn't use it and removes the all-node-ranges features.

Removing the generic type argument should help with compile time of downstream creates because Rust already generates all code for the AST nodes when compiling the ast (no monomorphization in downstream crates)

@MichaReiser
Copy link
Member Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

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

Successfully merging this pull request may close these issues.

2 participants