-
Notifications
You must be signed in to change notification settings - Fork 36
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
fork maint #154
fork maint #154
Commits on Jul 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dabc20e - Browse repository at this point
Copy the full SHA dabc20eView commit details
Commits on Jul 16, 2021
-
docs: more detailed msg in "cant happen" branch of satisfier (pubgrub…
…-rs#103) Example: thread 'main' panicked at 'internal error: entered unreachable code: while processing package trio: accum_term = 0.19 isn't a subset of incompat_term = 0.19.0, which means the last assignment should have been a decision, but instead it was a derivation. This shouldn't be possible! (Maybe your Version ordering is broken?)', /home/njs/src/pubgrub/src/internal/partial_solution.rs:411:17 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Fixes: pubgrub-rsgh-102
Configuration menu - View commit details
-
Copy full SHA for a2d2c65 - Browse repository at this point
Copy the full SHA a2d2c65View commit details
Commits on Aug 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f3ae14 - Browse repository at this point
Copy the full SHA 7f3ae14View commit details
Commits on Aug 21, 2021
-
feat: logging to help debugging (pubgrub-rs#107)
* feat: add logging to help debugging * debug: impl Display for partial solution * fix cherry picking * Fix display of assignments in partial_solution * debug: nits Co-authored-by: Jacob Finkelman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27c1da7 - Browse repository at this point
Copy the full SHA 27c1da7View commit details
Commits on Aug 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ca782bc - Browse repository at this point
Copy the full SHA ca782bcView commit details
Commits on May 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c597f74 - Browse repository at this point
Copy the full SHA c597f74View commit details
Commits on May 24, 2022
-
feat: use a VersionSet trait instead of Range (pubgrub-rs#108)
* refactor: introduce a trait for sets of versions * refactor: port report and incompatibility to version set * refactor: port errors to version set * refactor: port partial solution to version set * refactor: move DependencyConstraints to type_aliases * refactor: port core to version set * refactor: port solver to version set * refactor: replace old modules with ones based on version_set * refactor: update tests to version_set * feat: add serde bounds to OfflineDependencyProvider * refactor: update proptest.rs to VersionSet * docs: fix links * refactor: allow clippy type_complexity * Small docs changes
Configuration menu - View commit details
-
Copy full SHA for f9c8238 - Browse repository at this point
Copy the full SHA f9c8238View commit details
Commits on Jun 25, 2022
-
refactor: replace Range with a bounded implementation (pubgrub-rs#112)
* refactor: replace Range with a bounded implementation * fix: rewrite range proptest strategy * fix: deserialize SmallVec without Vec alloc * fix: remove not_equals * fix: re-add union and remove early out * fix: renamed V to VS in bench * refactor: simpler intersection Co-authored-by: Jacob Finkelman <[email protected]> * test: use deltas for range strategy Co-authored-by: Jacob Finkelman <[email protected]> * docs(range): added comment about discrete values * More restrictive for valid random range generation * Remove duplicate check in check_invariants * Add warning about non-unique ranges representations * Rename start_bounded into start_unbounded Co-authored-by: Jacob Finkelman <[email protected]> Co-authored-by: Matthieu Pizenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15ac3c7 - Browse repository at this point
Copy the full SHA 15ac3c7View commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 78562c5 - Browse repository at this point
Copy the full SHA 78562c5View commit details
Commits on Jun 11, 2023
-
refactor: clean up src/solver.rs (pubgrub-rs#127)
- Reduces nesting, to increase legibility of code - Turns expect into error - Removes unwrap()
Configuration menu - View commit details
-
Copy full SHA for afe2d3c - Browse repository at this point
Copy the full SHA afe2d3cView commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 879fd6b - Browse repository at this point
Copy the full SHA 879fd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c48fb - Browse repository at this point
Copy the full SHA 29c48fbView commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75618a0 - Browse repository at this point
Copy the full SHA 75618a0View commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8951e37 - Browse repository at this point
Copy the full SHA 8951e37View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67e3be2 - Browse repository at this point
Copy the full SHA 67e3be2View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb73235 - Browse repository at this point
Copy the full SHA eb73235View commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e84368 - Browse repository at this point
Copy the full SHA 6e84368View commit details -
perf!: use a priority queue (pubgrub-rs#104)
BREAKING CHANGE: Changes the API of DependencyProvider
Configuration menu - View commit details
-
Copy full SHA for fe309ff - Browse repository at this point
Copy the full SHA fe309ffView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for acfbe99 - Browse repository at this point
Copy the full SHA acfbe99View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0baa08 - Browse repository at this point
Copy the full SHA c0baa08View commit details