endrazine / wcc

The Witchcraft Compiler Collection
Other
1.85k stars 107 forks source link

Demangled symbols aren't displayed/made accessible #32

Open follower opened 5 years ago

follower commented 5 years ago

Thanks for your work on wcc. I'd been looking for an excuse to try it out and had the opportunity to use it recently.

Hit a couple of issues along the way so thought I'd mention them.

The app[*] I was investigating was C++ based but I discovered that the wsh C++ symbol demangling functionality appears to have been disabled at some point.

My current understanding is:

Unsure if this is in any way related to #24.

It would be useful to have access/visibility into the demangled symbols so hopefully this information will give someone (maybe me? :D ) a starting point to enabling this.


[] Funny story: So, the app I was poking around in was KiCad--the FLOSS electronic design software--which is implemented via the wxWidgets framework. Currently there's no way to automate the schematic-related functionality so I wondered if wcc might help provide a way to do so. Only to eventually discover that KiCad currently implements its core functionality as a (somewhat non-standard) shared library already! :D (Although, given how it's implemented, using* the functionality still seems like a non-trivial task...)

endrazine commented 5 months ago

Hi, Thanks for reaching out. Feel free to submit a patch to solve the demangling issue :)