Open Nub opened 6 months ago
Thanks! Check the CI, there are some other errors.
Will do! Shoulda marked this as a draft while I was working on that, apologies.
What version of the toolchain is being used, compiler outputs being used for tests without pinning a version is what's causing some of these CI failures. I had been on a nightly 1.80 which apparently changes the output of the compiler, fun fun!
What version of the toolchain is being used, compiler outputs being used for tests without pinning a version is what's causing some of these CI failures. I had been on a nightly 1.80 which apparently changes the output of the compiler, fun fun!
Yah I usually use nightly
and then use cargo +stable test
before commits. The toolchain used in CI is the stable one.
This change is needed so parsers that work on stream data can know wether to advance into the buffer to find a valid message without having to manually search for magic bytes before feeding the DekuRead object.