-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
tyMulti-file analysis & type inferenceMulti-file analysis & type inference
Description
I know I said this morning I was OK either way, but after reading this PR and thinking about it more, I really do favor putting all this in a separate crate. I don't see any shared code between the old ruff_python_semantic code and the new, and looking through the old semantic model code, I'm not really seeing where there would be shared code between them in the future (or even any direct dependency between them). I think the code we are likely to share is in other crates; ruff_python_semantic we are basically replacing. I think it will be a lot clearer, both for maintainers of the old semantic model and for development of the new, if we use a new crate.
_Originally posted by @carljm in #11860 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tyMulti-file analysis & type inferenceMulti-file analysis & type inference