Skip to content

resolver: handle unbounded version requirements in conflict message - #343

Open
micprog wants to merge 1 commit into
masterfrom
unbounded_req_panic
Open

resolver: handle unbounded version requirements in conflict message#343
micprog wants to merge 1 commit into
masterfrom
unbounded_req_panic

Conversation

@micprog

@micprog micprog commented Aug 4, 2026

Copy link
Copy Markdown
Member

Half-bounded or wildcard requirements (e.g. >=1.0, *) have no top and/or bottom bound, which panicked the unwraps when formatting the conflict-resolution message. Render the available bounds instead, and sort unbounded requirements as the extreme version in the sort helpers.

@micprog
micprog requested a review from fischeti August 4, 2026 12:44
Half-bounded or wildcard requirements (e.g. `>=1.0`, `*`) have no top
and/or bottom bound, which panicked the unwraps when formatting the
conflict-resolution message. Render the available bounds instead, and
sort unbounded requirements as the extreme version in the sort helpers.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@micprog
micprog force-pushed the unbounded_req_panic branch from 630bda4 to 62aa463 Compare August 5, 2026 13:49

@fischeti fischeti left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

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