Pat Pannuto

Results 238 comments of Pat Pannuto

Sync'd @enjhnsn2's latest changes here — I don't think we should block this on `cargo test`-like output; though I haven't cross-checked whether all of @alevy's concerns were addressed, which probably...

Hah, and then our CI goes and shows me since it's pinned to GCC version 10.3 (while GCC is on 15.something...) — will updated CI in a separate PR in...

_OH COME ON_. Okay, so, the chart is a lie, or sort of a lie. If we read the [GCC release notes for version 10](https://gcc.gnu.org/gcc-10/changes.html#c), we learn > - The...

Somewhat amusingly, we did have an old, discarded check for GCC version (making sure you were at least on 5.1!). I've restored that, and bumped CI to use the latest...

> I would favor the "minimum compiler version" driven by the oldest LTS. Realistically, there will be people who are using that. I would like to make clear then that...

> Process For arm? Trivial — you just download the zip from ARM's servers and install it (i.e., exactly what the [arm embedded github action does](https://github.com/carlosperate/arm-none-eabi-gcc-action/blob/main/src/gcc.ts)). For RISC-V? Equally trivial...

> security Do there exist bugs in older compilers which could theoretically lead to exploitable code? Yes, almost certainly, but actually exploiting those in practice feels nigh impossible. I think...

I think ultimately there's a lot of 'nice-to-haves' from newer compilers, but nothing that we _need_ from newer compilers. If that changes, and there's really something that drives value, I...