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
Erlang/OTP 27 [erts-15.1.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1]
Elixir 1.17.3 (compiled with Erlang/OTP 27)
locked at 1.2.0 (styler) 7a8b5e82
value |> Module.function(value2 |> Module.internal_function() |> Module.internal_function2()) |> Module.function2()
re-written to:
value |> (value2 |> Module.internal_function() |> Module.internal_function2() |> Module.function()) |> Module.function2()
with a compile error:
error: undefined function value2/1
Looks like this re-write causes a CompileError: https://github.com/mbta/ride_along/pull/65/files#diff-8e8265b0572eec29f100e902bc4e4dba522b46e8c7d855beaba8c864c4ca7126L75-L82
I'm guessing this was introduced by #133.
The text was updated successfully, but these errors were encountered:
tyty! will have it fixed in a jiffy
Sorry, something went wrong.
872ad34
appreciate you taking the time to write this up + giving such a good repro =) 1.2.1 is released with the fix
No branches or pull requests
Versions
Erlang/OTP 27 [erts-15.1.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1]
Elixir 1.17.3 (compiled with Erlang/OTP 27)
locked at 1.2.0 (styler) 7a8b5e82
Example Input
re-written to:
with a compile error:
Stacktrace / Current Behaviour
Looks like this re-write causes a CompileError: https://github.com/mbta/ride_along/pull/65/files#diff-8e8265b0572eec29f100e902bc4e4dba522b46e8c7d855beaba8c864c4ca7126L75-L82
I'm guessing this was introduced by #133.
The text was updated successfully, but these errors were encountered: