Yann Hamdaoui

Results 304 comments of Yann Hamdaoui

@a12l we haven't brought this up recently. One of the original motivation was in part to potentially emulate string context in Nix, but we've introduced the much lighter symbolic strings...

A detail, but could this be confusing when using your editor to comment a bunch of lines with comments inside? Eg: ```nickel { #foo = bar + baz = 1,...

Another solution would be to use a metadata: ``` { foo | ignore = ... } ``` But that's obviously more characters to type, even if we choose a shorter...

> That would be limited to this specific use-case (i think?). A semantic comment could also be used to comment out other elements of the syntax tree. e.g. a list...

Superseded/closed by RFC005 #819 (yet to be implemented).

I think the non-comprehension alternative is indeed not correct. The original issue is the source of truth, and the natural semantics for multiple list comprehension is the cartesian product (interpreting...

> We are now at version 0.3.1 and those horrendous backticks are still there :/ This is not very nice to backticks :cry: On a more serious note, thanks for...

There are some in `RELEASES.md`, but it's still incomplete. This document will be completed by the 1.0 release of course. We've eliminated the need for a trailing `m` when closing...

The enum tag single quote change has been implemented, and given the initial scope of this issue, it can be considered as completed. Feel free to re-open one for further...