-
Notifications
You must be signed in to change notification settings - Fork 8
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
Idea: hook to check for mixed and/or pinned TwinCAT versions #28
Comments
This would get some use from me for sure, it's broadly helpful. Some scattered thoughts about this:
Unrelated thoughts:
|
True, but that's not something that happens regularly. Also as you mentioned, you don't have to use it.
Yeah, I thought about that as well :D. I think that is one that Jakob mentions in his video. Maybe I'll find some time to do this.
The TwinCAT community and projects are growing faster than someone can keep up :). I've started to use it a bit and have mixed feelings. On the one hand it is great that a lot of standard cases are already taken care of. On the other hand, the project is in the alpha phase, there's scarse documentation and it is quite complex, but the people of MTS are very helpfull and put a lot of time and effort into it.
Maybe, but I think it is find for now. I've been spamming this pre-commit every chance I get ^^. |
closed by #29 |
We had a discussion here TcOpenGroup/TcOpen#731 about the mixed TwinCAT versions and pinned ones in the tsproj files. Would it be an idea to add another pre-commit to check for this? I can add it.
Something like
check-twincat-versions --target-version 4024.22 --pinned
Different cases:
Optionally, I can also add an
--fix
option, that would fix--pinned
and if a--target-version
is given.The text was updated successfully, but these errors were encountered: