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

Various features required for beta #216

Merged
merged 15 commits into from
Oct 23, 2023
Merged

Various features required for beta #216

merged 15 commits into from
Oct 23, 2023

Conversation

virtuald
Copy link
Member

No description provided.

and ptype.typename.segments[-1].name == cdata.ctx.cpp_name
):
# don't try to predict the type, use py::self instead
fctx.cpp_code = f"py::self {operator} py::self"
Copy link
Member

Choose a reason for hiding this comment

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

I think this fixes #160, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yay

- Exit on error
- Ignore invalid expressions
- There's a new editable_wheel command that replaced develop, and it
  broke my workflow. It's still brittle, but hopefully we can get rid of
  setuptools soon
@virtuald virtuald merged commit 4bcadba into main Oct 23, 2023
26 checks passed
@virtuald virtuald deleted the 2024-beta branch October 23, 2023 02:55
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.

Comparisons with same type don't use py::self
2 participants