elixir-lang / elixir

Elixir is a dynamic, functional language for building scalable and maintainable applications
https://elixir-lang.org/
Apache License 2.0
24.48k stars 3.37k forks source link

Spark plugin not being called as of 0.21 #13554

Closed zachdaniel closed 5 months ago

zachdaniel commented 5 months ago

Elixir and Erlang/OTP versions

erlang 26.0.2 elixir 1.16.2

Operating system

Mac

Current behavior

There is a note in the changelog about changes to plugins that could potentially break things, but I'm not having any luck tracking down why the Spark plugin isn't called anymore. I'm more than happy to fix it, but as far as I can tell the plugin still meets the criteria for being a plugin. Does anyone have an idea of where I should be looking to track things down?

Expected behavior

The plugin should be called.

zachdaniel commented 5 months ago

Oh no! I'm so sorry, this is on the wrong repo, it is meant for elixir-ls.