Ethin Probst
Ethin Probst
@kaby76, of course! All Ada 2012 code is valid ada 2022 code, as is ada 2005 and 95 code, and the Ada reference manual has examples for pretty much all...
@kaby76 Do you want me to send in a PR of test cases? (I've got a massive folder of files of test code, some of which isn't meant to be...
@kaby76 Here you go: [tests.tar.gz](https://github.com/user-attachments/files/16639698/tests.tar.gz) This archive is divided into two directories. In alphabetical order: * The acats directory contains the full Ada Conformity Assessment Test Suite (ACATS), which has...
So, reopening this because it weirdly isn't working on this one project. If I have OpenAL, ogg, flac, vorbis, and opus, and I add them like so: ```cmake CPMAddPackage( NAME...
I'm just learning about seL4, so I'm not sure how useful this would be, but for boot loaders an alternative you may wish to look into is Limine. Limine supports...
I've noticed this too. With a simple sine wave at 200Hz looping from an in-memory stream I notice a slight crackling when the sound loops.
So I'm not sure how to make my sound contiguous; I'm generating it like so: ```c constexpr float A = 1.0; constexpr float Fs = 44100.0; constexpr float f =...
The use of other linters/type checkers/formatters other than ruff seems quite redundant. Is there a reason we don't just use ruff for everything? I'm pretty sure it already incorporates all...
@risc26z I would love to see a generator for arbitrary ISAs that's lightweight; I've been puzzling over this particular problem for a couple days. My instinctual idea is to go...
@dcbaker It uses the standard `find_package` system.