Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following example fails using 4.0.0 and newer (but not with 3.3.0 and older):
import CppHeaderParser h = """ typedef C A; class B { public: A aMethod(); } """ CppHeaderParser.CppHeader(h, "string")
Following exception is raised:
Traceback (most recent call last): File "ess.py", line 12, in <module> CppHeaderParser.CppHeader(h, "string") File "/home/thomas/miniconda3/envs/bindgen/lib/python3.7/site-packages/CppHeaderParser/CppHeaderParser.py", line 2981, in __init__ self.finalize() File "/home/thomas/miniconda3/envs/bindgen/lib/python3.7/site-packages/CppHeaderParser/CppHeaderParser.py", line 1936, in finalize self.resolve_type(meth["rtnType"], rtnType) File "/home/thomas/miniconda3/envs/bindgen/lib/python3.7/site-packages/CppHeaderParser/CppHeaderParser.py", line 1551, in resolve_type result["typedefs"] += 1 KeyError: 'typedefs'
The text was updated successfully, but these errors were encountered:
Fix #43
9828843
#44
Sorry, something went wrong.
Merge pull request #44 from robotpy/fix-43
9a47726
Successfully merging a pull request may close this issue.
Following example fails using 4.0.0 and newer (but not with 3.3.0 and older):
Following exception is raised:
The text was updated successfully, but these errors were encountered: