MatthiasKillat

Results 55 comments of MatthiasKillat

This is a draft version and there are probably some aspects missing. I implemented some similar prototype a while ago in a private repo but it had some different requirements...

I move forward with some little prototype next where I showcase that it works nicely. Should not require too much code for the core functionality.

Will be moved to another PR with the actual implementation.

Agreed. Without sufficient cores the tests are meaningless and will often fail due to timeouts. However, they need timeouts to safeguard against potential deadlocks of the SUT (if there is...

Actually the cleanup function is correct on master (and a cxx function). We should still consider renaming GenericRAII to ScopeGuard.

This is incomplete and requires agreement about the overall strategy before we proceed. It is, however a separate issue from https://github.com/eclipse-iceoryx/iceoryx/issues/1032 which is concerned with the `ErrorHandler`. If we agree...

@hemalbavishi We did not work on it either. I will look into it in the coming days.

Currently it is not needed, has diverged considerably and is relatively complex to review. The basic ideas will be revisited for strategies to create tree structures for iceoryx and as...

Experimental prototype. Version to be merged will be developed in another branch https://github.com/ApexAI/iceoryx/tree/iox-1032-new-error-handling-api

Solved with the `StaticLifetimeGuard` in #1656 which basically manages a singleton that can be constructed lazily and whose lifetime can be controlled by guards. This class should satisfy all constraints...