Skip to content

Conversation

AlexanderStohr
Copy link

Add a line telling which operators are supported in case a '+' part is used in the spec.

Add a line telling which operators are supported in case a '+' part is used in the spec.
@AlexanderStohr
Copy link
Author

@rbarrois - can you please have a look? (automatic workflow does not start as the system considers me a "new" user for this area.)

>>> Version('1.0.0+build1') in SimpleSpec('==1.0.0+build2') # Include build in checks
False
When using '+' in the spec text only operators '==' and '!=' are supported whilst any variant of lower/greater is not.
Copy link
Owner

Choose a reason for hiding this comment

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

@AlexanderStohr I felt that this topic was already addressed in the previous sentence:

Build metadata has no ordering; thus, the only meaningful comparison including build metadata is equality.

Maybe I should add a few examples of comparing versions higher in the README? Or some more details in this example block?

Copy link
Author

Choose a reason for hiding this comment

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

I felt it was not obvious but only implicit by leaving out such examples.

Copy link
Author

Choose a reason for hiding this comment

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

comparing metadata can be done in principle by using a textual (ascii) or a numeric comparision. Right now its just up to the one that wants to do it - to do it on his own.

@AlexanderStohr
Copy link
Author

"Error: Version 3.4 with arch x64 not found"
it seems there is no longer a testing setup for that old version - removing it from the list of tests might be indicated.

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