You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The robotpy-cppheaderparser package, which is used to parse the headers, indeed parses the member function as a method (with a wrong name). Maybe this could be reported upstream.
Given this input header:
and parsing it with:
I get (shortened for brevity):
It looks like
m_startBlockFinder
got interpreted as a method with name>
instead of being recognized as a member.The text was updated successfully, but these errors were encountered: