Don't override semver prerelease for master/main/trunk#51
Merged
AnHeuermann merged 5 commits intoOpenModelica:masterfrom Sep 17, 2025
Merged
Don't override semver prerelease for master/main/trunk#51AnHeuermann merged 5 commits intoOpenModelica:masterfrom
AnHeuermann merged 5 commits intoOpenModelica:masterfrom
Conversation
- No longer override prerelease of semver version if on master/main/trunk branch - Fixes missing version v4.2.0-dev from MSL from OMPackageManager - Adding tests for `new_libentry`
Member
Author
|
I also need to update |
Member
Author
Done in #52 |
Member
Author
|
Mhh... I'm still missing something. The master version of the MSL should provide index.json {
"libs": {
"Modelica": {
"git": "https://github.com/OpenModelica/OpenModelica-ModelicaStandardLibrary.git",
"versions": {
"4.2.0-master": {
"convertFromVersion": [
"3.0.0",
"3.0.1",
"3.1.0",
"3.2.0",
"3.2.1",
"3.2.2",
"3.2.3"
],
"path": "Modelica",
"provides": [
"4.0.0",
"4.1.0"
],
"support": "noSupport",
"uses": {
"Complex": "4.2.0-dev",
"ModelicaServices": "4.2.0-dev"
},
"version": "4.2.0-master",
"zipfile": "https://github.com/OpenModelica/OpenModelica-ModelicaStandardLibrary/archive/0f27e460c7639c3e138766572f30842142367379.zip"
}
}
}
}
} |
Member
Author
|
Regenerating |
Member
Author
|
It should be - "4.2.0-dev": {
+ "master": {
"convertFromVersion": [
"3.0.0",
"3.0.1",
"3.1.0",
"3.2.0",
"3.2.1",
"3.2.2",
"3.2.3"
],
"path": "Modelica",
"provides": [
"4.0.0",
"4.1.0"
],
"support": "noSupport",
"uses": {
"Complex": "4.2.0-dev",
"ModelicaServices": "4.2.0-dev"
},
"version": "4.2.0-dev",
"zipfile": "https://github.com/OpenModelica/OpenModelica-ModelicaStandardLibrary/archive/0f27e460c7639c3e138766572f30842142367379.zip"
},I have to fix this tomorrow. |
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.
Issue
Should fix OpenModelica/OpenModelicaLibraryTesting#222.
Changes
new_libentry