Ryan C. Gordon
Ryan C. Gordon
And we definitely want the storage interface to only load a whole file at once, right? The sync version only does the whole file, so I assume the async version...
> > And we definitely want the storage interface to only load a whole file at once, right? The sync version only does the whole file, so I assume the...
For non-async stuff outside of the Storage interface, we have something that reads in pieces, and also SDL_LoadFile. Both are useful. There are scenarios where you'd not want to suck...
I was going to ask about parallelism, too; GitHub Actions will run _20_ things in parallel atm, and we currently have 39. If it still thinks of these as separate...
I'm sold, then. :)
I'm not against it if one of those can build quickly (like, it doesn't have to spend forever installing build tools just to get started).
Just pushed a PR that was obviously broken, fixed something and force-pushed (still broken), and force-pushed again...the canary build was _SUPER_ nice for this. Didn't have to wait for 40...
(Tags aside, let's not do -k 0, usually a fast fail is better than complete error logs, and I'd bet most times you probably only have one error total anyhow.)
I'm currently working on plugging this into CMake, so people can optionally build these like they do the tests. They are intended to work on anything SDL builds for, not...
We are wired into CMake and CI. Apologies to @madebr who is probably cringing at what I've done.