Skip to content
New issue

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

generate_functions.py should ignore the assignment operators of the Detector class #1105

Open
thattil opened this issue Feb 20, 2025 · 1 comment · May be fixed by #1106 or #1107
Open

generate_functions.py should ignore the assignment operators of the Detector class #1105

thattil opened this issue Feb 20, 2025 · 1 comment · May be fixed by #1106 or #1107
Labels
action - Bug Something isn't working as expected priority - Low Low Priority status - Awaiting review Awaiting review to close issue
Milestone

Comments

@thattil
Copy link
Member

thattil commented Feb 20, 2025

currently have to manually remove it in python/src/detector.cpp

@thattil thattil added action - Bug Something isn't working as expected priority - Unclassified Priority not classified as yet status - Pending Task not yet started labels Feb 20, 2025
@thattil
Copy link
Member Author

thattil commented Feb 20, 2025

in def visit

Skip assignment operators

            if child.kind == cindex.CursorKind.CXX_METHOD and child.spelling == "operator=":
                continue

@thattil thattil added this to the 9.1.0 milestone Feb 20, 2025
@thattil thattil linked a pull request Feb 20, 2025 that will close this issue
@thattil thattil added priority - Low Low Priority status - On it Task in progress and removed priority - Unclassified Priority not classified as yet status - Pending Task not yet started labels Feb 20, 2025
@thattil thattil linked a pull request Feb 20, 2025 that will close this issue
@thattil thattil added status - Awaiting review Awaiting review to close issue and removed status - On it Task in progress labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action - Bug Something isn't working as expected priority - Low Low Priority status - Awaiting review Awaiting review to close issue
Projects
None yet
1 participant