robotpy / robotpy-cppheaderparser

DEPRECATED: use cxxheaderparser instead
Other
123 stars 39 forks source link

Struct members with default initialiser lists are unparsed #63

Open auscompgeek opened 3 years ago

auscompgeek commented 3 years ago

I believe this is the root cause of https://github.com/robotpy/robotpy-wpimath/issues/7. Looks like we have workarounds for this all over the place in the RobotPy generation YAML files.

virtuald commented 3 years ago

it's going to be really difficult to fix this, better to migrate to cxxheaderparser instead; but I want to finish commands v2 before starting on that.