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
Add test for enum-based overload resolution (issue #233) (#234)
Add test coverage to verify that overloaded methods with different
enum parameter types dispatch correctly. This confirms that the
existing scoped enum handling already supports overload resolution
via isinstance() type checks.
Changes:
- Add overloaded process(MyEnum) and process(MyEnum2) to enums.hpp
- Declare process methods in enums.pxd
- Add tests verifying correct dispatch and rejection of wrong enum types
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <[email protected]>
0 commit comments