Ian McInerney

Results 230 comments of Ian McInerney

There is a user-contributed one on the web here: https://rotemy.com/dash/msdn/msdn.xml

@dandavison would that only be displayed if the mode changed and be hidden otherwise? If so, then that output would be perfect. I am really missing this in the diff...

That's fair, I just saw the warning and in other build systems these can sometimes be an issue.

Having to use the old scintilla version (3.7.x) is getting somewhat painful, because we just hit a bug related to IME input that is fixed in upstream Scintilla apparently (https://gitlab.com/kicad/code/kicad/-/issues/6229#note_525462051)....

Adding it in alongside the current one would work for my use case - since I basically want to have the updated version available (and we ship custom compiled versions...

Yea, I think AppImageLauncher is broken here, according to the FreeDesktop spec, the `exec` key should just be a command line with special field codes for replacement: https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html. They seem...

And apparently `wxPATH_NORM_ALL` is also deprecated: ``` /home/imcinerney/dev/fedora/audacity/upstream/src/export/ExportCL.cpp: In member function ‘virtual bool ExportCL::CheckFileName(wxFileName&, int)’: /home/imcinerney/dev/fedora/audacity/upstream/src/export/ExportCL.cpp:753:18: warning: ‘wxPATH_NORM_ALL’ is deprecated: specify the wanted flags explicitly to avoid surprises [-Wdeprecated-declarations] 753...

> The original poster @imciner2 BUMPed this today on the Audacity devel mailing list complaining that nothing seems to be happening about this. I did not bump or "complain that...

The two bugfix commits look fine to me (and thanks for fixing the linker error - I just saw the issue that points that out in the code I wrote...

> As far as I know, there's no uninstall in cmake. It is fairly easy to add an uninstall target to CMake, and it actually exists in the Acados CMake...