Jean-Michaël Celerier

Results 664 comments of Jean-Michaël Celerier

thanks ! if you have any lead on how to fix this properly I can also look into it

+1, bitten with this. You should at least change the examples on the front page because they give hope that the delegate is able to do this.

@marcmo Wouldn't C++17's [template argument deduction](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0127r1.html) help overcome this ?

hmmm... maybe it is because the example sets `INSTALL_DIR` while the CMake module looks for `INSTALL_PATH` ?

I solve it in my own code by doing ``` #include #if defined(BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS) #undef BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS #endif ``` beforehand but I guess there should be a better way. Certainly the check...

> The CI builds on AppVeyor pass, but they use the following build command (it is mingw inside msys2): hi, compared to this configuration I'm building with clang and libc++,...

I'm seeing the same thing on fedora 40 aarch64 (asahi linux) on a different codebase. Trace: ``` Thread 1 "ld.mold" hit Breakpoint 1.1, mold::elf::OutputSection::create_range_extension_thunks (this=0x40cbe27ca80, ctx=...) at /usr/src/debug/mold-2.31.0-1.fc40.aarch64/elf/thunks.cc:257 257 assert(thunk->size()...

Here's a small reproducer: [data.zip](https://github.com/rui314/mold/files/15450594/data.zip) ``` $ ld.mold --version mold 2.31.0 (compatible with GNU ld) $ ld.mold -EL --hash-style=gnu --build-id --eh-frame-hdr -m aarch64linux -shared obj.o lib.a ld.mold: /builddir/build/BUILD/mold-2.31.0/elf/thunks.cc:257: void mold::elf::OutputSection::create_range_extension_thunks(mold::elf::Context&)...

At least in terms of "user API", maybe it could be possible to enable support for OSC 1.1 wildcard pattern over LISTEN queries as a possible extension ? This will...