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

Remove AST checker's dependency on resolver #3368

Merged
merged 1 commit into from
Mar 6, 2023
Merged

Conversation

charliermarsh
Copy link
Member

No description provided.

@charliermarsh charliermarsh enabled auto-merge (squash) March 6, 2023 21:41
@charliermarsh charliermarsh merged commit 8437399 into main Mar 6, 2023
@charliermarsh charliermarsh deleted the charlie/resolver branch March 6, 2023 21:45
charliermarsh added a commit that referenced this pull request Mar 7, 2023
This PR productionizes @MichaReiser's suggestion in #1820 (comment), by creating a separate crate for the `ast` module (`rust_python_ast`). This will enable us to further split up the `ruff` crate, as we'll be able to create (e.g.) separate sub-linter crates that have access to these common AST utilities.

This was mostly a straightforward copy (with adjustments to module imports), as the few dependencies that _did_ require modifications were handled in #3366, #3367, and #3368.
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.

None yet

1 participant