-
Notifications
You must be signed in to change notification settings - Fork 60
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
Scm version6.x.x #130
Scm version6.x.x #130
Conversation
veon82
commented
Nov 7, 2017
- New class RTCVersion
- Fix compatibility with RTC version >= 6.0.0
Fix retrieve method of baseline if major version is greater or equal than 6.x.x
…nd for RTC version >= 6.0.0
I love that change! Would make sense to support multiple version with that check. |
rtcFunctions.py
Outdated
v2c = version2compare.split('.') | ||
if thisver == v2c: | ||
return True | ||
for n,v in enumerate(thisver): |
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.
can this part be simplified? Please change the variable n and v to something more expressive
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.
I'll try, now I'm going to sleep cause it's 5:00am here.
Late night programming is never good :)
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.
yeah looks like we live in the same timezone. At 5.00am programming is not good anymore^^
The |
Oh... Thank you very much @gpflaum So I guess I cant merge this pull request, because it makes it incompatible with versions previous 6.0.1. Do you agree @veon82 ? EDIT: |
I apologize, I should have looked pertinent issues. |
Yes, thats fine |
Fix retrieve method of baseline if major version is greater or equal than 6.x.x
…nd for RTC version >= 6.0.0
…nto scmVersion6.x.x
Done. |
And thank you for figuring out the majority of the work needed to get v6 working :) |
I confirm that this is working in RTC 6.0.4. It would be nice to merge this PR into master already. |
Finally merged it. Thanks a lot @veon82. Sorry for taking ages :S |