wlav
wlav
Both issues fixed in repo.
Closing as presumed clarified.
This got fixed somewhere along the way (runs fine with 3.1.1). Closing ...
Upstream is pretty much done with LLVM13, and I'm working on migration right now. I understand from them that upgrades from LLVM13 onward should be easier, b/c many of the...
``` $ EXTRA_CLING_ARGS=--std=c++20 python Python 3.8.10 (default, Nov 14 2022, 12:59:47) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. using my private settings ... >>>...
Upstream released support for LLVM13 today, but I've been tracking their repo, so was ready to go. On Linux, anyway: I need to test the other platforms before releasing to...
`ACLiC` builds a shared library at run-time and loads it (which is also why it works in this case as the library will be available). I would not recommend it,...
I'm back to it, but trying to push out a release. This one will not be part of it: too invasive. :) There are two ways of using PCMs, depending...
What I meant with "initialization issue" is the way that the PCH is treated. PCHs aren't indexable (PCMs are, which is usually faster/better, but not always e.g. with extensive template...
Released with cppyy 2.4.2 and its dependencies.