Christoffer Lerno

Results 1219 comments of Christoffer Lerno

This should work now, please test.

That should never be the case, so that's super odd.

@cbuttner do you know the type that breaks things?

@cbuttner do you have a test project I can run?

In my code line 4319 is in sema_analyse_attribute_decl, which is what I find surprising.

I've restructured the evaluation order. This should now work correctly.

The last comment there for @cbuttner

> An alternative would be to add new semantics such as `(a < b) & (b < c)` Everyone who does this to C-like languages ends up regretting it.

I know of indie languages that did experiment with this. I don't recall the exact problems, but it was ambiguities and weirdness when combined with other operations. Also, from a...