elixir-ls icon indicating copy to clipboard operation
elixir-ls copied to clipboard

Fix deprecated Macro.to_string/2 usage

Open axelson opened this issue 4 years ago • 1 comments

As of Elixir 1.13 Macro.to_string/2 and should be replaced. However Macro.to_string/1 is not a suitable replacement for our usage.

axelson avatar Dec 09 '21 17:12 axelson

See this comment for context https://github.com/elixir-lang/elixir/issues/11373#issuecomment-962591617

lukaszsamson avatar Oct 30 '22 08:10 lukaszsamson