Python-C++ Bindings Meeting
Discussion on developments in Python-C++ bindings surrounding the Cppyy project, and broader interactive C++ as a service based on the CppInterOp project.
Present:
Jonas, Vipul, Sasha, Steven, Yasser
Vipul:
* catching up with mails and code reviews
* plan to look at the migration this week
* also looking cppyy overload resolution
Jonas:
* Worked on using limited API for the ROOT CPython
Yasser:
* Working on updating our DSL on top of the compiler-research forks
* Also looking forward to reflection for str-to-enum, serialization, etc.
* The added tests by Emry with the 3 failing test
* https://github.com/compiler-research/cppyy/pull/197
AOB :Equality comparison for collections
* Jonas talked about how he wants to make the equality comparison operator
follow more C++ semantics and raise type errors if a comparison is not
allowed in C++
* Yasser was very enthusiastic about this subject, encouraging to follow this
path and also think about how it should work when comparing collections