Dennis Klein

Results 46 issues of Dennis Klein

Dear developers, we are using Boost.DLL for a small plugin system. Some plugins are linked into the executable following this guide: https://www.boost.org/doc/libs/1_76_0/doc/html/boost_dll/tutorial.html#boost_dll.tutorial.linking_plugin_into_the_executable. The `boost::dll::shared_library self(boost::dll::program_location());` statement however is causing two...

### Explain what you would like to see improved The other day I had another attempt on fixing our ``-related compilation errors of ROOT (see e.g. https://github.com/root-project/root/issues/7881). I found that...

- [x] Checked for duplicates ### Describe the bug In the cling source tree: ```console ❯ grep -R -n GetISysRoot include/cling/Utils/Platform.h:98: bool GetISysRoot(std::string& SysRoot, bool Verbose = false); ``` ###...

bug

tests/docs and multipart send coming tomorrow, but should already be enough for a first round of discussion.

1. `--control none` (which would still allow to have `--catch-signals 1`) 2. `bool DeviceRunner::fDoNotLoadBuiltinControlPlugin` (no need to add a CLI option)

feature

States with auto transitions are sometimes not interesting to the user, it should be possible to filter them (essentially without having to know explicitly which states have an auto transition):...

feature

Based on user feedback it seems easy to miss a return value of `false` (which usually means that the requested transition is illegal in the current state). Possible ideas to...

feature

In `ipc://` and `tcp://` based `shmem` transport, small queue sizes are not accurate as *by default* generous kernel buffer sizes are assigned to the underlying unix/tcp sockets. Currently, the user...

feature

On Fedora 36's Boost 1.76 and FairMQ with `-DCMAKE_CXX_STANDARD=20`: ``` FAILED: fairmq/CMakeFiles/FairMQ.dir/StateMachine.cxx.o /usr/lib64/ccache/c++ -DBOOST_ERROR_CODE_HEADER_ONLY -DFAIRMQ_HAS_STD_FILESYSTEM=1 -DFAIRMQ_HAS_STD_PMR=1 -DFMT_LOCALE -DFMT_SHARED -DFairMQ_EXPORTS -I/home/dklein/projects/FairMQ2/fairmq -I/home/dklein/projects/FairMQ2 -I/home/dklein/projects/FairMQ2/build -isystem /home/dklein/projects/FairMQ2/extern/PicoSHA2 -fdiagnostics-color=always -Og -g -Wshadow -Wall -Wextra...

bug

discussed privately with @ktf and @rbx. * It is currently [implemented on top in O2](https://github.com/AliceO2Group/AliceO2/blob/dev/Framework/Core/include/Framework/FairMQDeviceProxy.h) * Providing such an API directly in `fair::mq::Device` could save some indirections * Should the...

feature