still-flow

Results 30 comments of still-flow

I see. It must be related to exercism/rust-test-runner#30 then. But I can't seem to find the timeout feature anywhere in the code -- so is that somewhere deeper in the...

Finally, some use for my Pi besides being a fancy dust-collector. So, in order of nondecreasing success: - `autotools` build straight up fails due to running out of memory (that...

Just for fun, I have set up a workflow runner on Pi -- here's [an output from it](https://github.com/still-flow/hyperrogue/runs/1199580193) testing `mymake` build. This one has had `-Wno-psabi` option patched in, which...

I think that covers everything you've mentioned, except ``` export PATH=/C/tools/msys64/mingw64/bin:$PATH ``` I'm not sure of the necessity of that, TBH. It's the toolchain binary location, but I don't really...

Added a commit fixing a quirk in `SDL_gfxPrimitives.h`. Pretty much the same fix was required on Arch Linux when I tried (successfully eventually) to build Hyperrogue there. Maybe there is...

Let's see what it thinks about this one. Also, it's a bit unexpected to me that Travis automatically pulls updates to its config even from unapproved changes, but I guess...

*sound of forehead slapping* I forgot that there's noone to press the `Y` button out there. Oops.

Yeah, I think this was in the wrong place. I can try just one more (admittedly hacky) thing, and that's to bypass Chocolatey-package [initial configuration](https://chocolatey.org/packages/msys2) (/NoUpdate option), upgrade pacman, and...

Seems like I was overly optimistic with removing the "draft" status. For reference, [this here](https://travis-ci.community/t/error-installing-msys2-runtime-zst-package/8687) seems to be the same kind of issue.

I believe I'd found references to the same problem from earlier than that. But you may be right still. Sorry for commit-spam, by the way. It's sort of the only...