We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"foo" <> ( for value <- 1..100 do "bar" end |> Enum.join(", "))
formats to invalid elixir:
<>( "foo", for_result = for value <- 1..100 do "bar" end, Enum.join(for_result, ", ") )
error: syntax error before: '<>'
The text was updated successfully, but these errors were encountered:
Thanks much for the report + minimal repro example =) Will release 0.11.2 with a fix later today
Sorry, something went wrong.
912c877
0.11.2 is released on hex with the fix :) cheers
No branches or pull requests
Versions
Example Input
formats to invalid elixir:
error: syntax error before: '<>'
The text was updated successfully, but these errors were encountered: