Felix Queißner
Felix Queißner
That sounds like a cool idea, looking forward to it! I might also have some additions which we can try implementing.
I don't think adding another dependency is a good idea. You need `git` installed anyways, so using that executable seems reasonable to me.
This is something to consider actually. Would make one dependency from runtime to compile time… But will also increase the project complexity itself a lot, probably doubling code size… let...
I like this idea a lot, i'd take my train time tomorrow to implement it if nobody has objections
https://github.com/luarocks/argparse/blob/master/src/argparse.lua#L1240-L1346
Unlimited slice lengths are kinda weird, but what i wanted to support anyways at a point are custom types that have a `parseCliOption` function, so you can do this: ```zig...
Huh. This definitly needs to be fixed. I'll check it out when i got the time
After figuring out how `llvm-reduce` works, i have made a reduction: ```llvm target datalayout = "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-n32:64-S128-ni:1:10:20" target triple = "wasm32-unknown-unknown-musl" define internal fastcc void @src.formats.png.reader.TrnsProcessor.processDataRow() { Block28: %0 = call...
I strongly support more JSON compiler output
Bump as well, STN-Ratio of 0,003: One error (3 lines), 1027 lines of output. Problem here: My terminal only has 1000 lines of backlog, so i actually needed to grep...