Nathan Royer

Results 5 comments of Nathan Royer

I appended an empty section with that name to all asm files except `defines.asm` and the first warning disappeared; the second one remain.

> I thought we were just combining all the build-related `tools/` such that we don't have to pay the cost for compiling multiple separate tool crates? Yep, that's exactly what...

> [...] not necessarily transforming every step in the Makefile into a separate Rust program. But theseus-builder is just one program, they're not separate programs? If you prefer, we can...

This looks great! Have you thought about implementing the RngCore trait? Would that be a good thing? https://docs.rs/rand_core/latest/rand_core/trait.RngCore.html

Possible problem here: - gcc can use mold via `-fuse-ld=mold` - clang can use mold via `--ld-path=$(which mold)` However `mold` can work for both if it is used like so:...