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
This is the incorrect format and causes dependency resolution to fail.
Actual Behavior
The correct format would be foo (>= 1.0) | foo (<< 2.0)
Also to note, the double carrot (<<) is not a typo... I think we have some handling for converting < to << and > to >> but it may be insufficient (or maybe I'm mis-remembering altogether).
Steps To Reproduce
No response
Are you willing to submit PRs to contribute to this bug fix?
Yes, I am willing to implement it.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Given a spec with package constraints:
The output in the control file looks like
This is the incorrect format and causes dependency resolution to fail.
Actual Behavior
The correct format would be
foo (>= 1.0) | foo (<< 2.0)
Also to note, the double carrot (
<<
) is not a typo... I think we have some handling for converting<
to<<
and>
to>>
but it may be insufficient (or maybe I'm mis-remembering altogether).Steps To Reproduce
No response
Are you willing to submit PRs to contribute to this bug fix?
The text was updated successfully, but these errors were encountered: