Sean Marshallsay
Sean Marshallsay
Hmmm.... I'm running into a similar problem where instead of trying to run `-unknown` it's trying to execute `-` but the binary is just called ``. Setting version doesn't fix...
In case a little more info is useful, my _working_ `flake.nix` is ```nix { inputs = { naersk.url = "github:nmattia/naersk/master"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; utils.url = "github:numtide/flake-utils"; }; outputs = {...
As far as I can tell `@benchmark` isn't responsible for doing any printing whatsoever, and it _shouldn't_ be responsible for that either IMO. You get a pretty output in the...
Hi @neon64, sorry I couldn't reply earlier. I think you're right that this is an upstream bug, but I'll still keep it in the back of my mind since I...
The problem with this is that the generics aren't known until fairly deep in the AST, so it will require a more complex parser.
I really like this idea, I'll have to give it some thought though. I think the former suggestion is better in the long run, but I don't think there's any...
Thanks @suhr, I'll keep an eye on this.
Unit tests would be useful as well.
We now test that a semantically correct header is generated, we also need to test failures and linking.
In particular we need to catch the kind of thing present in #29.