Alfie

Results 27 comments of Alfie

So I did something very, very hacky... but maybe this will be useful for others. So my problem is that I'm parsing a .pylintrc file. The attached implementation is a...

I must say I've yet to hit the same problem myself, but compiling on Fedora 38 the tests pass without any issue on that qt6 branch, were as I hit...

> Yes, that's what I was referring to. Otherwise I think you can create a bbappend file so you don't have to edit the original recipe directly. (although I'm not...

> Then we're back to this: something on your systems that is not a dependency is confusing the test suite. First it would be interesting no know if the build...

After quite some head scratching, I think this particular issue might be tied to some Qt fun. If I run `QT_QPA_PLATFORM="offscreen" ./test/TreeView` I get errors similar to the log presented...

Thanks! I finally got around to spinning up an Arch VM, and it of course has GCC14 now, so I had to run https://github.com/Murmele/Gittyup/pull/759 This is pretty interesting, because I...

I've no idea about the formatting of `cmake_trace.txt`, but this line (first instance of this weird construct; there are many) makes little sense to me ``` {"args":["OUTPUT","/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/objects-unittest-shared/etc/c/curl.o","COMMAND","/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/bin/ldc2","-c;--output-o;-conf=;-w;-de;-preview=dip1000;-preview=dtorfields;-preview=fieldwise;-O3;-release;-femit-local-var-lifetime;-d-version=StdUnittest;-unittest;-linkonce-templates;-relocation-model=pic;-fvisibility=public;-dllimport=all;-I/home/asauge/workspace/external/meson-test/subprojects/ldc/runtime/druntime/src;-I/home/asauge/workspace/external/meson-test/subprojects/ldc/runtime/phobos","-of=/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/objects-unittest-shared/etc/c/curl.o","etc/c/curl.d","COMMAND","","WORKING_DIRECTORY","/home/asauge/workspace/external/meson-test/subprojects/ldc/runtime/phobos","DEPENDS","/home/asauge/workspace/external/meson-test/subprojects/ldc/runtime/phobos/etc/c/curl.d","ldc2;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/bin/ldc2;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/import/ldc/gccbuiltins_aarch64.di;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/import/ldc/gccbuiltins_amdgcn.di;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/import/ldc/gccbuiltins_arm.di;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/import/ldc/gccbuiltins_mips.di;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/import/ldc/gccbuiltins_nvvm.di;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/import/ldc/gccbuiltins_ppc.di;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/import/ldc/gccbuiltins_riscv.di;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/import/ldc/gccbuiltins_s390.di;/home/asauge/workspace/external/meson-test/builddir/subprojects/ldc/__CMake_build/runtime/import/ldc/gccbuiltins_x86.di"],"cmd":"add_custom_command","file":"/home/asauge/workspace/external/meson-test/subprojects/ldc/runtime/CMakeLists.txt","frame":6,"global_frame":7,"line":461,"line_end":467,"time":1722611270.330379} ``` To narrow...

Given that Qt (from what I understand) does support drag-and-drop in Wayland, there should be solution for a Wayland-only approach. I'm currently trying to dig into the matter to understand...

> [@AHSauge](https://github.com/AHSauge) the relevant information was provided in https://invent.kde.org/education/labplot/-/issues/1067#note_1128693 by the person who implemented (or contributed to) the support for Wayland in QDockWidget in Qt. That's far from all relevant...

> [@AHSauge](https://github.com/AHSauge) : I understand that you might be looking into this. If you decide to let go, please report it here. I'd like to know. I know nothing about...