wlav
wlav
Going through old reports ... this was fixed with https://github.com/wlav/CPyCppyy/commit/02072bbd818501364b37c133364e02976af4cc10 and released with cppyy 3.5.0.
Interesting, since even with py13, https://github.com/wlav/cppyy/issues/273 doesn't fail for me.
As for the PR, I'm much rather use a more descriptive name and put a compatibility function in `CPyCppyy.h`. I'll do that later: I'm going to remove all Python2 stuff,...
Was support for `numpy` types added to the ROOT fork of cppyy? AFAIK, this has never worked in master.
Interesting; never saw that error before. Should be fixed now, although I don't quite understand how/why. Must have been some changes in pip behavior over time.
Thanks ... looks like I updated the `setup.py` files, but not the `project.toml` files. :/
Don't change the indentation convention (the patch goes to 2 spaces instead of 4 for some reason). If the `insert` fails, just return `nullptr`. The error set at that point...
I'm surprised if this compiles ... I'd be even more surprised if any of these converters are ever called.
Not sure; certainly there are differences: that `cppdef` crashes in Cling when using master (should be `cppexec`, although it should crash, of course) and that `cast` fails to convert but...
This implementation means there can only ever be 1 reduce method, or can it now be overridden in a derived class? If the latter, isn't it sufficient to make this...