Reuben Dunnington
Reuben Dunnington
Ok cool, is there anything else I can do to get this merged? Or just wait until an admin approves the PR? It's my first contribution so I'm not sure...
Ok, that makes sense given the std lib doesn't use this function at all.
Latest change delete the function so no one will make the same mistake again. :) I think #14841 should probably clean up the dangling GetFileInformationByHandleEx declaration in kernel32.zig as well.
Hi, Yeah, this seems reasonable to add. Do you think having fuel overrides for certain instructions would be a much desired use case? I'm inclined to leverage the `debugPreamble()` that's...
Sounds like a plan. The compile-time flag is a good idea - ideally it would default to off, and maybe there can be an additional stage in `ci.yml` that builds...
This was completed in #49
Hey thanks for writing this up. I'm not super familiar with this particular API, but looked into it a bit. It doesn't seem too crazy to implement in terms of...
This would make an ideal "plugin" for the rjd_resource system.
I'm looking into this now, all the changes seem straightforward enough. Thanks for reporting it. You can track the progress of the changes on the branch: https://github.com/rdunnington/bytebox/tree/32bit-fixes
Sorry for the extreme delay on this. #65 should take care of building on 32-bit targets, though there are still more fixes needed to make all the tests pass -...