Christoffer Lerno

Results 1219 comments of Christoffer Lerno

Implemented dynamic calls.

For now LTO isn't interesting since it's heavily compiler version dependent, which means it's better to do single module compilation, which is already added. So I'll close this.

This also includes detecting ensure for macros, since that one must be placed at the caller site for runtime checks. See #945 for moving that issue here.

I am considering not including this feature unless there is a strong argument in favour.

I'll close this. Not that it isn't an interesting feature (it is) but because it doesn't have enough uses. One must consider things like the added complexity for tools to...

Currently I am working on this. `Path` is the normalized (and safe) path. The various operations (appending a file, getting the extension etc, all of those work on path). This...

I'll close this for now.

Does this work as expected now @apache-hb

RISC V should now be ok.

`foo = fn int(int y, double d) { return (int)(y * d); };` added.