Commit 8ce89e7
authored
Improve conflict error (#1529)
The newly added path that fails when we're picking something that
conflicts with something we already selected would do name=version
instead of using the original constraint, which means it's wrong in
cases where we use e.g. `<`.
Before:
│ we already selected "ruby3.2-fluentd-1.18"="1.18.0-r1" which conflicts
with "ruby3.2-fluentd"="1.18"
After:
│ we already selected "ruby3.2-fluentd-1.18=1.18.0-r1" which conflicts
with "ruby3.2-fluentd<1.18"
Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>1 parent d47f064 commit 8ce89e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
796 | | - | |
| 796 | + | |
797 | 797 | | |
798 | 798 | | |
799 | 799 | | |
| |||
0 commit comments