Andreas Rumpf

Results 759 comments of Andreas Rumpf
trafficstars

Interesting this means casting from `seq` to `string` never was supported. :-)

And that helps me how exactly? "The regression in overloading resolution was caused by a change in the overloading resolution logic", well I could have guessed that much. The PR...

But so far (no 'or' operator in sight, remember?) it looks like it worked by chance before that or-operator related change...

> Maybe I don't know what I'm talking about idk The problem is usually in the opposite direction, Nim doesn't do enough of "magic": https://github.com/nim-lang/RFCs/issues/380

It's just a compiler bug, nothing wrong with the code.

> it gives ObjectAssignmentDefect with this PR And what does ORC give?

> It compiles with ORC because ObjectAssignmentDefect is disabled in ARC/ORC What does it do instead? Object slicing?

Test case? Also, the compiler could maybe made smarter. I've recently found a better design that I need to try...

Control flow within a single call that leads to the cancellation of the call itself is highly questionable style and shouldn't compile but of course existing code ("exceptions are bad!")...

So please recreate this PR.