-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[doNOTmerge] check if filesize increase depends on comment title #18487
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
Conversation
No, it does not depend on the number of functions. |
Test Results 6 files 6 suites 22h 0m 36s ⏱️ Results for commit 27ae438. ♻️ This comment has been updated with latest results. |
Is it by chance class checksum which changes after changing in class methods? |
Note that if I add many other functions the filesize does not change. Only if a parameter "const int" instead of "int" appears. |
For me checksum remains. |
EDIT: False alarm, it seems it's not related to the const int. |
@ferdymercury |
But I need there MENU comments anyway, so I will need to still modify the roottests ? Or only comments of members are stored but not comments of functions ? |
Yes, only persistent members comments stored in the file. |
You can check here that is stored in streamer infos of hsimple.root file. |
The CheckSum should only change if you change the type (or name) of any persistent data member. The comment should have no effect (hopefully) |
This Pull request:
Changes or fixes:
See #18459 (comment)