Dmitry Kazakov

Results 18 comments of Dmitry Kazakov

Hi, @arximboldi and @Siapran! Is there any update on the topic? We plan to make the first public (beta-) release of Krita on July, 17th, so it would be nice...

> The question remains, what to do about this one? I guess the project should be split into two independent steps: one to port all the lenses to getset() and...

Hi, @arximboldi! The problem is **not** that `lager::with(...)` is too permissive, but that `lager::reader` is too restrictive and (seems to be) non-unpackable. I haven't managed to find **any** way to...

Here is the full error message: https://invent.kde.org/-/snippets/2458 The line at `C:/dev/env-4-lager/lager-tree/lager/test/cursor.cpp:259:46` is: ```cpp reader converted_from_tuple{tuplified.xform(zug::unzip).map(callback)}; ``` (from the branch linked above)

There is a unittest in this branch: https://github.com/arximboldi/lager/commit/ba8fe64863c1aecefd2eb1c11629943ba5c7e82a Or you mean a unittest for zug?

Hi all! I have a feeling that GCC 11.2.0 has this issue fixed. At least I cannot reproduce the crash in a trivial test. I have managed to compile packages....

> I don't think it fixes the issue -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=28103 from bug 54412 still segfaults. Hm... then it is just a coincidence that my local test passes :(