Christoffer Lerno

Results 1217 comments of Christoffer Lerno

Can you make the c3i conform to C3 stdlib layout (tabs, Allman braces)? I'm making an effort to start auditing vendor to give them a uniform style. Then we can...

Also, the commented out sections should not be there. Either they're in or they're not. Nothing commented out, because that just confuses people. You can keep them in your local...

Is the error code always the same as the ordinal?

If so it won't work to have `Error` as a return value. Instead you will need to model it like: ```c distinct Error = int; const Error OK = 0;...

I am very sorry I haven't gotten around to this until now. Could you update it to work with C3 0.7.1 and I'll approve it ASAP

This is solved by initializing the window before doing loadGL

That is true. No one added it.

I recommend: ``` syn match c3UserType display "_*[A-Z][A-Z0-9_]*[a-z][a-zA-Z0-9_]*" ``` And a user defined *attribute* should hav the same regex but start with `@`, so could you please update that one...

It should easily opt out zero init, already at -O1. This works fine here at least: https://godbolt.org/z/M4sTEr5zv