robotpy / robotpy-cppheaderparser

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

Nested classes bug fix #38

Closed RduMarais closed 3 years ago

virtuald commented 4 years ago

Thanks for the fix!

Please add a testcase to https://github.com/robotpy/robotpy-cppheaderparser/blob/master/test/test_CppHeaderParser.py so we don't accidentally break it in the future. The easiest way to do this is to copy/paste one of the existing testcases (towards the bottom) and then modify it to fit your usage.

virtuald commented 3 years ago

cppheaderparser will be abandoned soon in favor of https://github.com/robotpy/cxxheaderparser (which doesn't have this bug), so I'm closing this. I encourage you to check out the new library, it should be a lot more robust.