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 fixed assignments #16

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

aochagavia
Copy link
Contributor

Note for reviewers: this PR assumes that #15 has been merged. Ideally, I'd take my fix-nested-deps-issue branch as a base, but then the PR would end up being created in my own repository. Fortunately the whole code is in a single commit, so you can have a look at the last commit's diff (or wait till #15 is merged).

In previous commits we replaced some usages of fixed assignments. The
only remaining usage was for excluded packages, but since excluded
packages are basically negative assertions, we can reuse the (IMO
simpler) negative assertion system. As a bonus, we get a reduction in
LOC.
@aochagavia aochagavia force-pushed the remove-fixed-assignments branch from 22e5357 to a525ffb Compare January 25, 2024 08:42
@baszalmstra baszalmstra merged commit b448d76 into mamba-org:main Jan 25, 2024
3 checks passed
@aochagavia aochagavia deleted the remove-fixed-assignments branch January 25, 2024 10:37
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.

2 participants