warning: variable "left" does not exist and is being expanded to "left()", please use parentheses to remove the ambiguity or change the variable name
iex
** (CompileError) iex: undefined function left/0 (there is no such import)
Expected behavior
If it is not too much hassle it would be nice to keep the old behaviour. It allows getting pretty error messages, copy-pasting assertions, etc. Feel free to close without a second thought since it was never meant to work though.
Environment
Elixir 1.14.0-dev (abda4a1) (compiled with Erlang/OTP 25)
Current behavior
Up until 1.14-dev, it was possible to do:
and it printed:
On 1.14 it fails:
Expected behavior
If it is not too much hassle it would be nice to keep the old behaviour. It allows getting pretty error messages, copy-pasting assertions, etc. Feel free to close without a second thought since it was never meant to work though.