compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Enable template features #215

Closed maximusron closed 2 months ago

maximusron commented 3 months ago

This PR consolidates interfaces in CppInterOp that allows:

vgvassilev commented 3 months ago

@maximusron, here is how we can apply git-clang-format on multiple commits: https://github.com/vgvassilev/clad/pull/847

Can you update the CI action with that here too?

maximusron commented 3 months ago

Oh yeah I will do that, was wondering why the clang-format was throwing errors

maximusron commented 2 months ago

@vgvassilev the builds are failing because cppyy-backend has not been updated to the new usage of GetClassMethods where we have migrated to passing the result by reference as an out parameter.

https://github.com/compiler-research/cppyy-backend/pull/93

vgvassilev commented 2 months ago

The clang-format report seems bogus. This change requires changes to cppyy and that's why the other tests failed.