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

Separate out the python interface functions to different module #175

Merged
merged 12 commits into from
Nov 3, 2023

Conversation

SooluThomas
Copy link
Contributor

Summary

This PR addresses the comment #124 (comment), to separate out the list of error categories .value() enum as an include or macro so that this builder function doesn't continue to grow in lib.cpp as we continue to add more exceptions.

The only way to get this done was to move out the python interface functions to a different file and to keep the enum in the same file.

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

@mbhealy mbhealy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this addresses the original comment.

python_lib/qss_compiler/lib.cpp Outdated Show resolved Hide resolved
python_lib/qss_compiler/lib.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking for better filename suggestions 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same... Looking for better filename suggestions 😄

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@SooluThomas SooluThomas dismissed kitbarton’s stale review October 31, 2023 17:58

Addressed the requested changes in b1d5536 and 1883909

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

@mbhealy mbhealy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

github-actions bot commented Nov 2, 2023

clang-tidy review says "All clean, LGTM! 👍"

@SooluThomas SooluThomas merged commit b21a2df into main Nov 3, 2023
2 checks passed
@SooluThomas SooluThomas deleted the soo-separate-pybind-enum branch November 3, 2023 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants