-
Notifications
You must be signed in to change notification settings - Fork 36
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pubgrub-rs/pubgrub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: astral-sh/pubgrub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 11 files changed
- 2 contributors
Commits on Feb 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b4ebc8b - Browse repository at this point
Copy the full SHA b4ebc8bView commit details -
Expose internal interfaces used by uv
This wrapper avoids accessing the `incompatibility_store` directly in uv code. Before: ```rust let dep_incompats = self.pubgrub.add_version( package.clone(), version.clone(), dependencies, ); self.pubgrub.partial_solution.add_version( package.clone(), version.clone(), dep_incompats, &self.pubgrub.incompatibility_store, ); ``` After: ```rust self.pubgrub.add_incompatibility_from_dependencies(package.clone(), version.clone(), dependencies); ``` `add_incompatibility_from_dependencies` is one of the main methods for the custom interface to pubgrub.
Configuration menu - View commit details
-
Copy full SHA for 5426859 - Browse repository at this point
Copy the full SHA 5426859View commit details -
Configuration menu - View commit details
-
Copy full SHA for b084e83 - Browse repository at this point
Copy the full SHA b084e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for e61ccf6 - Browse repository at this point
Copy the full SHA e61ccf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3efb681 - Browse repository at this point
Copy the full SHA 3efb681View commit details -
Fix-ups to tag generating action (#3)
* Use new GitHub output syntax * Fix tag message
Configuration menu - View commit details
-
Copy full SHA for 5a9ec7f - Browse repository at this point
Copy the full SHA 5a9ec7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc35e8a - Browse repository at this point
Copy the full SHA bc35e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa945b - Browse repository at this point
Copy the full SHA 8aa945bView commit details -
Add method to return undecided packages (#37)
This is used in uv for logging
Configuration menu - View commit details
-
Copy full SHA for 4d3d87f - Browse repository at this point
Copy the full SHA 4d3d87fView commit details -
Allow backtracking to before a specific package (#38)
This allows discarding a previously made decision if it turned out to be a bad decision, even if all options with this decision have not yet been rejected. We allow attempting to backtrack on packages that were not decided yet to avoid the caller from making the duplicative check. astral-sh/uv#8157
Configuration menu - View commit details
-
Copy full SHA for 99190fe - Browse repository at this point
Copy the full SHA 99190feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11f5d45 - Browse repository at this point
Copy the full SHA 11f5d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for b70cf70 - Browse repository at this point
Copy the full SHA b70cf70View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev...main