vid512

Results 21 issues of vid512

When building with mesonic `:make` command, it tries to execute `ninja` executable directly (from current PATH on Windows), regardless of what `ninja` executable the meson build was configured to use....

Solves: https://github.com/mesonbuild/meson/issues/13627 Tested on Windows with [msvc, clang_cl], building [x86, x86_64, arm, aarch64] targets (latter two via cross-compiling). AFAIK this is all that DIA SDK supports. Possible issues: 1. Version...

OS:windows

`test cases/windows/19 msvc cplusplus define/meson.build` is testing `project_version()` instead of intended compiler version. Code in question: https://github.com/mesonbuild/meson/blob/53e11488d9ce01b14c2b280d66c3efeda1c60abc/test%20cases/windows/19%20msvc%20cplusplus%20define/meson.build#L7-L8 Resulting behavior: ``` Running platform-windows tests. [SKIPPED] (without install) windows: 19 msvc cplusplus...

Meson `test cases/common/1 trivial` fails with x86 msvc compiler. ``` ********************************************************************** ** Visual Studio 2022 Developer Command Prompt v17.11.2 ** Copyright (c) 2022 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for:...

I am trying to use Microsoft _Debug Interface Access SDK_ (DIA SDK) in a project built by Meson. DIA SDK is a Windows-only library, installed as a part of Visual...

After analyzing one very convoluted crash (don't ask...), I suspect following is happening: It seems that closed-source mimalloc-redirect.dll briefly removes execution access (sets hardcoded read/write access only) for a memory...

``` option literals:on .data named dw "abcd" dw "efgh" end ``` Only "abcd" gets defined, "efgh" does not.

With the example/multiple_windows, it seems each SFML window keeps track only of its own ImGui windows layout. Upon saving ImGui window layout (imgui.ini), it resets other windows' values to original...

When maximized, the last line can (depending on Y resolution / font size) overlap bottom of the screen, being cropped and not fully visible. Example: I would prefer Nvy to...

When I run `nvy --maximize`, the window doesn't fill the entire screen height, but is instead rounded down to nearest whole line that fits. Parts of underlying window remain visible...