Pin odelia at v0.3.1, so a dependent can require it - #91
Open
aornugent wants to merge 1 commit into
Open
Conversation
phylloptim needs only odelia's headers and asks for >= 0.2.0, but its Remotes pinned v0.2.1 exactly. A dependent that requires a later odelia then presents pak with two pinned refs for one package and the solve fails before anything is built -- which is what blocks traitecoevo/plant#619, where the storage pool's domain check needs odelia's step rejection, added in 0.3.0. Nothing here reads the new interface. odelia 0.3.0 leaves a system that declares neither hook untouched, and phylloptim builds clean against 0.3.1 at -O2 with its own suite passing. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
aornugent
added a commit
to aornugent/plant
that referenced
this pull request
Aug 14, 2026
The domain check needs odelia >= 0.3.1, and phylloptim pinned odelia at v0.2.1 in its own Remotes -- two pinned refs for one package, so pak refused to solve and CI failed before building anything. Verified by bisection: reverting the odelia pin solves in 95 packages, bumping it conflicts. traitecoevo/phylloptim#91 lifts that pin. Taking phylloptim from master rather than a commit that predates it lets this resolve as soon as traitecoevo#91 lands; with traitecoevo#91 in place the solve returns odelia 0.3.1 and phylloptim 0.2.1. plant does not call set_traits, so master's fourteenth argument does not reach here. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
phylloptim needs only odelia's headers and asks for
odelia (>= 0.2.0),but its
Remotespinnedv0.2.1exactly. A dependent that requires alater odelia then hands pak two pinned refs for one package and the solve
fails before anything is built.
That is what blocks traitecoevo/plant#619, where TF24's storage pool
declares its domain to the solver and needs odelia's step rejection,
added in 0.3.0.
Nothing here reads the new interface, and odelia 0.3.0 leaves a system
declaring neither hook untouched. Built at -O2 against odelia 0.3.1:
suite 932 pass, 0 fail, 1 skip.
Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com