Christoffer Lerno

Results 1217 comments of Christoffer Lerno

The error can then be taken from the --test output. Create a --lsp mode similar to --test

Already today of course, you can get "A" and "B" at runtime.

The reason I don't want this is because this makes it much harder for an IDE to actually find the dependencies. It literally has to run the program and understand...

Note though, that nothing is preventing anyone from writing something that actually uses something like this to create a command line which does the compilation.

If you would like to start up a project to make build files in this manner I'd definitely support that.

This works like "target_clones" in Clang.

I think I might remove this annotation. It's not super useful when in/out/inout exists.

Format according to what spec?

So you just want that enabled for some later implementation?

Float min is correct, since it is FLT_MIN which is the smallest possible float and you're using %d which rounds it to an integer. Use %s instead.