You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered in PR #274, the latest version of rattler-build degrades our compatibility to the point where we no longer pass some integration tests.
It is good to see that this early alert system is working as intended! So we need to go in and figure out what happened and if we need to make any improvements to maintain our current level of compatibility.
The text was updated successfully, but these errors were encountered:
The conversion script should default to use .* when the version is ambiguous, but it should also provide a warning.
Here's some example rattler-build output to use for inspiration:
Error:
× Failed to parse recipe
Error:
× Parsing: an unspecified error occurred.
╭─[34:7]
33 │ - jpeg 9e
34 │ - zlib 1.2.13
· ─────┬─────
· ╰── This match spec is ambiguous. Do you mean `zlib ==1.2.13` or `zlib 1.2.13.*`?
35 │ # Optional dependencies
╰────
As discovered in PR #274, the latest version of
rattler-build
degrades our compatibility to the point where we no longer pass some integration tests.It is good to see that this early alert system is working as intended! So we need to go in and figure out what happened and if we need to make any improvements to maintain our current level of compatibility.
The text was updated successfully, but these errors were encountered: