Anonymous Maarten
Anonymous Maarten
This should be fixed now by #10616 Thanks for the report!
> Will we lose the parallelism that we have with the current setup? No, for a first iteration I was thinking about merging all workflows into one yml. All jobs...
This has been done in #10372. Would it make sense to also add one of n3ds, ps2, or psp to the initial canary build (or instead)? The reason I'm asking...
Happy to hear it works out! Would it be interesting to (conditionally) add `-k 0` to a build job? This ninja argument makes ninja continue building until it cannot continue,...
My use case for `[sdl-ci-k0]` is [this SDL2 commit](https://github.com/libsdl-org/SDL/commit/248cb3ca9cea83f2ef2fddf4610e6507cc2b55e3). I had to perform a few edit-commit-ci iterations to see the next `-Wdeclaration-after-statement` violations. So I hacked `-k 0` in my...
This is backported to SDL2 in https://github.com/libsdl-org/SDL/commit/ba433e4a5d9857ff56233d20c688962c23140ef0, and to release-2.30x in https://github.com/libsdl-org/SDL/commit/bc8a1fd7d5ea160306223c844985d31556ea69e7 + 9eebee9ff039c503fec8c6c61292a0b78388aa19
Or I can also disable `-Werror` in the 2.30 branch. It's supposed to be stable after all.
> Would this be useful? Like a package maintainer gets a bug report and says "okay, can you run $X/audio-simple-playback and see if it makes any sound at all?" If...
> And you can see it in your browser [here](https://examples.libsdl.org/SDL3/pen/01-drawing-lines/), if you have a pen/stylus. I like how the SDL types/functions in the Source Code are hyperlinks to the wiki....
Please share a minimal MFC project demonstrating your issue.