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

universal-lock: ignore dependencies that are disjoint with a forked resolver state's marker expressions #4194

Closed
Tracked by #3347
BurntSushi opened this issue Jun 10, 2024 · 0 comments · Fixed by #4339
Assignees

Comments

@BurntSushi
Copy link
Member

This is very similar to #4102, but for general marker expressions. For example, if a resolver state was forked via a dependency specification like quux ; sys_platform == "linux", and then we come across a dependency specification like foo ; sys_platform == "windows", then we should ignore that dependency entirely in that specific fork of the resolver because it can never happen.

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 a pull request may close this issue.

1 participant