Dennis Klein
Dennis Klein
> Could you provide a minified example to reproduce the issue? See https://github.com/dennisklein/doublestaticinit for a small reproducer. It depends on CMake and [singularity](https://github.com/hpcng/singularity). If you do not have those deps,...
> I could run `vagrant box add`, then run `vagrant up` with two Vagrantfiles that upload the same box to `qemu:///system` and `qemu+ssh://example.com/system`. This usecase seems a bit out of...
thx, just the clang format seems broken, if I apply it on my machine, it converts everything back. Which version of clang-format do you use? Are you sure, you use...
`clang-format version 6.0.1 (tags/RELEASE_601/final)` Then I would say do not apply clang-format and we will do it once it is merged. It is anyways not a strict requirement yet. Most...
Ah, could you please open a `[WIP]` pull request already?
#93 got merged, container adoption topic still pending in #110, needs a bit more time.
Was discussing this with Matthias a bit more. Actually, I think we should not expose pointer types to the user at all, but just take and give plain move-only `FairMQMessage`s...
This article has a lot of answers on how to implement our interfaces with value semantics: https://akrzemi1.wordpress.com/2012/02/03/value-semantics/ > Regarding what factory returns i am not certain, it indeed can return...
[(lldb) thread backtrace all.txt](https://github.com/FairRootGroup/FairMQ/files/7720692/lldb.thread.backtrace.all.txt) Attaching another potential instance of this mentioned by @ktf on mattermost.
> > Can't we have some ProcessPendingEvents which will keep track of the not yet processed RegionEvents? > I'm not sure where we could hook this up. If it syncronous,...