We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've seen a couple issues where people make typos in their TcLinkTo pragmas that silently break their projects.
Most commonly:
And these all break things. We could probably also catch these in the CI, where we're mainly focused on the pytmc pragma linting right now.
The text was updated successfully, but these errors were encountered:
For easy reference: https://github.com/pcdshub/pytmc/blob/master/pytmc/bin/pragmalint.py
Also semi-related in that we want to warn/error on such failures: pcdshub/pytmc#277
Sorry, something went wrong.
No branches or pull requests
We've seen a couple issues where people make typos in their TcLinkTo pragmas that silently break their projects.
Most commonly:
And these all break things. We could probably also catch these in the CI, where we're mainly focused on the pytmc pragma linting right now.
The text was updated successfully, but these errors were encountered: