Closed tpaviot closed 4 years ago
It's quite hard to debug since 3.3.0 includes a big undocumented code refactoring, in only 3 commits see https://github.com/robotpy/robotpy-cppheaderparser/compare/3.2.0...3.3.0
Try https://github.com/robotpy/robotpy-cppheaderparser/pull/40 and let me know if that addresses your issue.
I use to work with 3.2.0 release, but I have a regression when trying to update to latest revision. It seems a regression was introduced in the 3.3.0 release. Indeed, let
header.hxx
be the following header file:Trying to parse with CppHeaderParser 3.3.0, I get the following issue:
With 3.2.0, I have no exception raised, the output dict is:
ping @rainman110