Replies: 2 comments 1 reply
-
Just checking whether anyone (apart from me) thinks that this is a Good Idea. I'd kind of like to get this into the 2.0 release - which is imminent, I believe. |
Beta Was this translation helpful? Give feedback.
-
Talked to Peter. We decided to go ahead with this change - so pushed in c8f8386. |
Beta Was this translation helpful? Give feedback.
-
Hi.
I wanted to ask a question of the user community - and also to test whether community discussions will work/how community discussions work.
Please comment if you have an opinion on the feature...or if you don't.
Background:
All good :-)
Then I remembered that the existing "--demangle-cpp" (and related lcovrc options) didn't behave this way :-(
So I went ahead and implemented a local change (not pushed) which aligns the “--demangle” option with the “-Xlinker”-like flag behaviour that I gave to the other (new) flags.
I'm not sure if anyone would want this new behaviour - or if anyone cares one way or the other.
This could be just making changes for the sake of making changes – and could be simply dropped.
I also think that there are very few users who need demangling other than simple
c++filt
.Normalizing all the options to act in the same way appeals to my sense of symmetry…but is likely unnecessary, and is overkill.
If done, this WOULD break at least one existing command line:
$ genhtml -o foo --demangle myData.info <- oops…will see ‘myData.info’ as the demangle script, and will complain that there is no tracefile
Not sure if this is a huge issue or not.
So..what do you think?
Thanks you in advance for your feedback.
Henry
Beta Was this translation helpful? Give feedback.
All reactions