Improve version number handling. - #92
Open
vaillancourt wants to merge 1 commit into
Open
Conversation
vaillancourt
commented
Jul 31, 2026
Contributor
- Add more formal distinct numbers for the version, allowing better comparison when building against multiple versions of the library.
- Add the "next version" as a "patch" value to make this useful (when comparing version 0.16.X against "master")
- This value needs to be updated once a new version has been produced.
Contributor
Author
|
The reason I've created this is that we're currently at 0.16.2, and I noticed a specific change in behaviour in our software when "just moving" to 0.16.6. To help diagnose things and adapt some behaviour (in our case, something related to multi-threading), better handling of the version would help a lot. I've applied the same change to all the versions until 0.16.2 (see my branches), but I don't think anything within the current project's infrastructure that allow to apply such a thing. So I suppose this is essentially to help "future us". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.