Cedric Shock

Results 7 comments of Cedric Shock

`read_csvy` does not use the fields metadata at all when reading columns: https://github.com/leeper/csvy/blob/master/R/read_csvy.R#L68C1-L71C6

`read_csvy` does not use the fields metadata at all when reading columns: https://github.com/leeper/csvy/blob/master/R/read_csvy.R#L68C1-L71C6

libSDL2 in mingw64 is built by [this PKGBUILD](https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-SDL2/PKGBUILD) which uses gcc if I build it on my system ``` -- Platform: Windows-10.[elided] -- 64-bit: TRUE -- Compiler: C:/ghcup/msys64/mingw64/bin/gcc.exe -- Revision:...

Excellent, `pacman -F libssp.a` finds that in [`mingw64/mingw-w64-x86_64-crt-git`](https://packages.msys2.org/package/mingw-w64-x86_64-crt-git?repo=mingw64) Adding `-lssp` to the link command still results in the undefined symbols. ``` error: ld.lld: error: undefined symbol: __stack_chk_fail >>> referenced by...

> Can you show how to use the functionality added in this PR? If you pass `variant_dir` to `SConscript` it will build files in that directory instead of in the...

> I wonder if the default `compile_command.json` should be generated in the variant dir when not specified. Not a blocker in any case, since the problem is pretty specific to...

...the CI tests are failing with the same error on this other recent PR too: https://github.com/godotengine/godot-cpp/actions/runs/8852986336/job/24312834460?pr=1450 For the tiniest of bifurcation, the checks were successful against this PR when the...