https://bugs.kde.org/show_bug.cgi?id=448087
--- Comment #2 from Andreas Grois <[email protected]> --- I was not aware that there is already work ongoing in that regards. Is this bug report then really a duplicate of 406178? Using internal mutability with a Mutex indeed sounds like the most viable approach. It has the drawback of causing runtime errors, but they should be reproducible, so easy to find/fix. I'll grab that branch tomorrow and have a closer look. I'm also considering just sticking to current master for now, as I haven't had any actual issues in my current project, and just noticed that aliasing problem while writing a wrapper for an Emitter. (I'm getting &mut self -> &self in the call stacks, but I don't see how that could cause troubles, with no mutation happening on the aliased memory - but I might misunderstand something here.) -- You are receiving this mail because: You are watching all bug changes.
