-
Notifications
You must be signed in to change notification settings - Fork 20
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
Part 2 of static analysis code improvements #1453
Conversation
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.
There are plenty variables that are in the code and are not used (thus the compiler will complain). The approach I took was to comment them out for now and put a flag FIXME
and bring them to subsystem experts to see if they are ok to get removed, so I'm tagging Tom, Einar, Lene Kristian and Matt directly at point where I'd need confirmation. I think many of them are there for future developement, in those cases, we can keep them commented until they are needed.
Also no changes observed in the CI tests: |
23aaf3e
to
00e9b49
Compare
I went through all the issues assign to me ... most are ok to delete, but I want to keep some. It wouldn't let me commit in-line. |
Thanks Matt, I'll do one commit to address them all! |
@bloodyyugo I pushed it now, please approve if it looks 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.
Good to go.
I'm going to merge this now, and address the TS related (only 4 files, the rest are all good) questions in a new PR. |
sorry to be late to the party! but maybe only one deletion to make @tvami :) |
No worries, still in time for part 3 so we are good! Thanks |
I am updating ldmx-sw, here are the details.
What are the issues that this addresses?
Part 2 of #1176
Check List
Running
the warnings/errors are gone after this PR.