wlav

Results 359 comments of wlav

In `DeclCollector::HandleInterestingDecl(DeclGroupRef DGR)`, the current transaction (`m_CurTransaction`) is nullptr. @vgvassilev: any idea how this could happen?

Ah, quite. I checked upstream and it had grown one already. Yes, I confirm that that fixes it!

Fix and test are in repo. Thanks all!

Released with cppyy 3.5.0 and its dependencies.

Interesting one ... the printout can't be helped, that's a Cling problem of not providing callbacks on errors. Even `cppdef` simply captures `stderr`. :/ Here, the issue seems to be...

Yes, was b/c void returns were a separate implementation from non-void returns. Now fixed in repo: https://github.com/wlav/cppyy-backend/commit/9611a92593ab4b1e95faad4d44908c2caa739862 .

The code in `clingwrapper.cxx` shouldn't depend on Python, so it can't set a `SyntaxError`. Moreover, as said above, there is no information programmatically available from Cling as to what the...

The raising of `runtime_error` fix is released with cppyy 3.5.0 and its dependencies.

Mismatch between installed compiler (`clang-14`) and installed standard lib (it states `warning "Libc++ only supports Clang 16 and later"`). Note that `cppyy` still uses `clang-13`; work is underway on 17....

Yes, it's a conda thing on Mac. The pip install should not suffer from it. Looks like this is being fixed, though: https://github.com/conda-forge/cppyy-cling-feedstock/pull/62 However, what is really needed is an...