Benjamin Mordaunt

Results 31 comments of Benjamin Mordaunt

I second @Febbe's idea of being able to specify in which shell CMake is run. MSYS2 offers various MSYSTEMs where the environment is more or less completely configured for you,...

Ended up switching to mingw64's gdb implementation instead of MSYS' which works fine. Will try again when I get the chance. (btw, why do we need both?)

For me, I'm not seeing a crash per-se, but controller inputs stop working and the GUI starts misbehaving once full-screen mode is entered.

Can someone explain what happened to the RA backend PR and the modularisation effort? They both seem to have been closed without progress several years ago... @sgraf812

Is there really no way of having the actual C/CXX standard specified in a string (which may be parsed in some .bzl function) instead of having individual boolean features? We...

Woah, this is definitely a TIL! Never seen this syntax in 10 years of C programming. Is there any benefit/difference to it?

@kkass Any chance you can share your working copy (either as repo/branch link or PR on this repo)?

Prior art: A cursory search for `RANLIB=:` on GitHub shows that it _is_ a thing and has been in autoconf etc. since forever (https://github.com/search?q=RANLIB%3D%3A&type=code). I'm therefore not sure why my...

Discussion continues in https://github.com/bazel-contrib/rules_foreign_cc/pull/1389.

Converting to draft as I believe there is a _lot_ more work to be done here.