Dominik Picheta

Results 596 comments of Dominik Picheta

This was shared as a draft to me so I already read most of this and gave my feedback, most (if not all) of which was incorporated into this RFC...

There is a lot of great ideas in this so I will reopen this. CC @Araq, we discussed the need to have an explicit dependency graph, see the "Use explicit...

CC @yglukhov (might be related to the try-catch implementation for closure iterators?)

This works: ```nim import sugar, macros let identity = (x: int) -> int => x ``` Would be good if we could get a nicer error message to suggest doing...

@timotheecour fixing the compiler's `auto` handling would also fix it. Why not do that? :)

So with #11992 this bug would be fixed too (i.e. `=>` would now work with `auto`)?

> Is it possible to run the tests off a baseline snapshot as well? @hoodmane @dom96 It's not something that we have set up, but it could be done. We...

Hey @morgan9e, would love to get this merged in, are you still planning to create a test for this?

The question to ask yourself is: how would you do it in C? If you don't know then Google will answer that for you. Then it's a "simple" case of...