apteryks
apteryks
Don't know if that's related, but there are still some tests failure with GDB 11.1. Failed Tests (2): LDC :: debuginfo/classtypes_gdb.d LDC :: debuginfo/print_gdb.d
Still the case on 1.27.1 (tested: i686-linux and armhf-linux).
OK, I had missed it in the above thread somehow; the manpages are only built when the build system is configured in "maintainer mode", like so: ``` ./configure --enable-maintainer-mode ```
> @thepowersgang I've just tested [2c4f89f](https://github.com/thepowersgang/mrustc/commit/2c4f89f87692f27246d1bc1e42c8d43df8514a71) on aarch64 and the issue still here on 1.54.0. > > Shall I create a new issue for 1.54.0? It appears to work for...
That'd be commit 842b2bf89099dc91f2c643d0d85d1abd54eb7e85 of vcr. It's packaged in GNU Guix as `ruby-vcr-expat` with a prominent comment about not updating it from such commit (due to the license being nonfree...
> I believe this repo is just a mirror, consider moving your PR here instead: https://github.com/root-project/root/pulls (subdirectory interpreter/cling). Thanks! This repo has 182 PR merged already, and I see no...
Ah! That is confusing. I'll try migrating the PR then, thanks.
> Yes, you can. But PR need to happen in the big ROOT repo and are automatically synced to this standalone repo. Sorry for the hassle. I believe a Github...
The above links were very insightful, but I'm not using GCC 8 (I'm using a mixture of GCC 10.3.0 for the build and GCC 12.2.0 in my user profile (Guix)....
OK, I've done the experiment, and I now get: ``` $ /gnu/store/wkgf0f1605w5j4k39bma9w8y17j8nycb-cling-0.9-1.d78d1a0/bin/cling ****************** CLING ****************** * Type C++ code and press enter to run it * * Type .q to...