Raphaël Duhen

Results 5 comments of Raphaël Duhen

I'm not sure I understand your example. There is no indication of what the rule for splitting the characters that come after the closing bracket should be. The logical inconsistencies...

This could be solved if ```rs let (a, b) = (0, 1); let (a, b) = (b, a); ``` was allowed but unfortunately this currently throws a `Pattern might panic`...

I don't know where the functional test errors are coming from, I can't replicate them locally so I'm guessing (hoping) it's a toolchain problem and not on my end

It just hit me that this would be even better handled by making the function a generator and keeping the current throw mechanism.

This looks nice if we are to implement a subset of the specification, but I am not in a position to make any decision. The GLSL shader generation shouldn't be...