-
Notifications
You must be signed in to change notification settings - Fork 117
[bugfix] Add version checks for TMod and TMod4 #794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bugfix] Add version checks for TMod and TMod4 #794
Conversation
* Throw `ConfigError` for TMod4 versions less than 4.1.0. * Change the corresponding docs.
|
@jenkins-cscs retry all |
|
@teojgo Can you also do the same for standard Tmod. There the minimum version is |
vkarak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, except for a small correction.
|
@jenkins-cscs retry none |
Codecov Report
@@ Coverage Diff @@
## master #794 +/- ##
==========================================
- Coverage 91.64% 91.51% -0.13%
==========================================
Files 78 78
Lines 9775 9791 +16
==========================================
+ Hits 8958 8960 +2
- Misses 817 831 +14
Continue to review full report at Codecov.
|
ConfigErrorfor TMod4 versions older than 4.1.0.ConfigErrorfor TMod versions older than 3.2.Fixes #780
Fixes #781