Julianus Pfeuffer

Results 1011 comments of Julianus Pfeuffer

What if you introduce (c)typedefs for now? Let me try

Yes, a bit better. Still not quite completely refactored IMO: ![Bildschirmfoto 2022-07-25 um 15 34 20](https://user-images.githubusercontent.com/8102638/180791853-c58fd03c-49b6-4782-ab9d-25d708e8ae67.png) This applies to other if-cases and maybe more variables in the template code.

@uweschmitt Yes, I considered that already. Will do. @hroest I am not sure if it solves all our problems but it should be a) a bit more efficient due to...

Oh, by the way, libcpp_move requires a fairly recent Cython. Are you okay with that?

I think the culprit is, that at certain points autowrap makes use of the auto-conversion feature of Cython, e.g. when [assigning a std::vector to a python object](https://github.com/uweschmitt/autowrap/blob/master/autowrap/ConversionProvider.py#L1408) (special conversion provider...

Can you add a PR with a MWE as test that shows this behaviour?

Ok, while checking the code, it is obvious that the support was only added for the input_conversion. We need to take the changes from the linked PR #124 and do...

Yes separate tests would work great I think. Thank you!