[doNOTmerge] check if filesize increase depends on comment title#18487
[doNOTmerge] check if filesize increase depends on comment title#18487ferdymercury wants to merge 7 commits intoroot-project:masterfrom
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)