Elixir v1.15.7 released

1. Enhancements

Elixir

  • [Elixir] Allow code evaluation across Elixir versions

2. Bug fixes

EEx

  • [EEx] Do not emit duplicate warnings from tokenizer

Mix

  • [mix format] Correctly match file to subdirectory in Mix.Tasks.Format.formatter_for_file/2
7 Likes

Cool!

Could someone give a quick example of “code evaluation across Elixir versions”?

1 Like

Related to this: Improvements to remote execution cell · Issue #355 · livebook-dev/kino · GitHub

Basically evaluation should not depend on the Elixir version. It is not always guaranteed, some macros may expand differently across Elixir versions, but at a basic level it should not!

8 Likes