Robin Lambertz
Robin Lambertz
With #556 closed, could a Network framework crate now be generated?
So as I said, I have a bit of a weird setup where I use a cross-compiling toolchain to build the crate, and that works. However, when I tried to...
The space is absolutely the problem, but the logs don't show it clearly. If I run the build locally on a windows vm and check the config.log, it has an...
Finally found the time to push this across the finish line, this PR now builds correctly in CI: https://github.com/roblabla/jemallocator/actions/runs/10995602458 Had to fix a compilation issue in jemalloc when using MSVC...
Hello, I also need this. Any way we can get this merged?
Vec::try_reserve has been in Rust since 1.57, which was released in December 2, 2021 (almost three years ago). Is there any plan on raising the MSRV anytime soon? Otherwise would...
> Tools should only interpret a line as JSON if it starts with {. I thought that was documented, but it is not. In fact, documentation [explicitly says otherwise](https://doc.rust-lang.org/cargo/reference/external-tools.html#json-messages): >...
ReportTiming also suffers from the same issue.
So I took the time to finally fix the build of this branch. This code crime now passes [Criminial Investigation (CI)](https://github.com/roblabla/BLAKE3/actions/runs/3875922650/jobs/6609123460), which I believe makes this a Perfect Crime. Agatha...
> Have you thought about how we might test this? From a unit testing POV, we could have some simple checks making sure the logic to merge BTFs is correct....