Is your change request related to a problem? Please describe.
Assertion errors can be hard to read due to the mangled names. Demangling would be helpful. Might even be helpful for error messages in general.
Describe the solution you'd like
Demangle the names by a heuristic and detect mangled names by a std::regex_match() test.
Describe possible alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered, if any.
Additional context
Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
See alsi #220. The mentioned Demangler should fulfill this requirement automatically. Simpy apply it to the necessary locations.
DESCRIPTION
Is your change request related to a problem? Please describe. Assertion errors can be hard to read due to the mangled names. Demangling would be helpful. Might even be helpful for error messages in general.
Describe the solution you'd like Demangle the names by a heuristic and detect mangled names by a
std::regex_match()
test.Describe possible alternatives you've considered A clear and concise description of any alternative solutions or features you've considered, if any.
Additional context Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
See alsi #220. The mentioned
Demangler
should fulfill this requirement automatically. Simpy apply it to the necessary locations.IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST