Kane York

Results 74 comments of Kane York

Shouldn't you be able to push your state to github then hit "implement pull request" then pull on your end? That's how it's supposed to work.

Oh, I just noticed that the line difference count is huge. I'll go back over my changes, something must be wrong.

The diff appears to be fixed. I edited the file on Windows and forgot to setup the line ending configs. I fixed it on Linux :) (Hit "files changed", https://github.com/550/tf2ib/pull/28/files...

Related to #6, #9 _Sent via Hubroid_

You can use ptr::write_unaligned to fix this, BUT that leaves the endian problem present. You should instead use u32::to_le_bytes and copy the bytes.

This is also found at https://asan.saethlin.dev/ub?crate=sfmt&version=0.7.0

This pattern also causes issues with Crater and other workflows that use a current nightly to build old code. It should generally be avoided.

Bump, the dependency PR has merged.

Yeah this looks like an outright bug with the newly added `include_runfiles` feature