-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[main] rootbrowse: instance a TRint instead of TApplication #20681
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
ferdymercury
left a comment
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.
Thanks a lot!
On Line 133: shouldn't it be "TRint" rather than "TApplication" ? Or since it is parent class, it doesn't matter?
It being a virtual function it's probably equivalent, but I'm not sure so I'll change it to TRint, thanks! |
f5c6509 to
5f17c05
Compare
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.
Thank you very much! You'll backport it to 6.38, right?
Test Results 20 files 20 suites 3d 11h 31m 5s ⏱️ Results for commit f913676. ♻️ This comment has been updated with latest results. |
This gives 2 advantages: it executes .rootlogon.C on startup (like the old rootbrowse did) and it provides an interactive prompt to the user while using rootbrowse.
5f17c05 to
f913676
Compare
pcanal
left a comment
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.
Thanks.
This gives 2 advantages: it executes .rootlogon.C on startup (like the old rootbrowse did) and it provides an interactive prompt to the user while using rootbrowse.
Checklist:
This PR fixes #20674