Christoffer Lerno

Results 1210 comments of Christoffer Lerno

MSVC debug takes so long because non-optimized LLVM with full asserts and debug info is EXTREMELY slow. About two magnitudes slower than normal.

Thank you! I think this is enough now to work reliably, so I merged it.

Use ```c // mylib.c3i module mylib; fn void say_hello() @export; ``` This should invoke the right mangling.

Well, yes and no. This could be improved, so I fixed it. On the other hand, it will return false when called on the top level and true if it...

You can try and see that there is no error now, but `int x` is not added.

Yes, only the dynamic builtins are shown.

I mean dynamic as it will vary per file.

vendor fetch will *not* unzip by default. However, zip/unzip files in a project can be added.

The limit is not enforced true. We could possibly say something like 127 or a 255 limit? I want it limited though.