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
MichaReiser merged 1 commit into
mainfrom
remove-custom-range
Jun 23, 2023
Merged

Remove Range type parameter from AST nodes#15
MichaReiser merged 1 commit into
mainfrom
remove-custom-range

Conversation

@MichaReiser

Copy link
Copy Markdown
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
Copy Markdown
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