SHA256
11
0
forked from pool/elixir

Accepting request 797691 from home:MaSven:branches:devel:languages:erlang

Version update to 1.10.3 see https://github.com/elixir-lang/elixir/releases/tag/v1.10.3

OBS-URL: https://build.opensuse.org/request/show/797691
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=56
This commit is contained in:
Gabriele Santomaggio
2020-04-27 08:21:43 +00:00
committed by Git OBS Bridge
parent f3869981bd
commit 27a30de718
5 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Apr 25 16:20:54 UTC 2020 - Sven Marquardt <dev@mail.smarquardt.space>
- Elixir 1.10.3
* Bug fixes
Elixir
[Code] Return `[{mod, bin}]` from `Code.compile_file/2`, `Code.require_file/2`, `Code.load_file/2`
[Code] Make sure the formatter respects newlines before and after module attributes
[Kernel.ParallelCompiler] Fix a bug where the parallel compiler would raise in long compilation cycles
[Kernel.ParallelCompiler] Fix a bug where the parallel compiler would raise if some of the modules being compiled referred to a module that has been loaded directly to memory
[Module] Fix accidental breaking change where bodiless clauses had their body value on `@on_definition` callbacks set to an empty list instead of `nil`
[String] Undeprecate `String.normalize/2` normalize and fix infinite loop caused by certain invalid strings
ExUnit
[ExUnit.Assertions] Fix pattern matching diff when matching on pinned variables
[ExUnit.Assertions] Fix pattern matching diff when matching variable struct names
[ExUnit.Assertions] Fix pattern matching diff when matching on the binary concat operator (`<>`) and the left side is not a literal string
[ExUnit.Assertions] Fix pattern matching diff when matching on pseudo-vars (`__MODULE__`, `__DIR__`, etc)
Mix
[mix release] Respect the `:path` option when creating a `:tar` file for releases
-------------------------------------------------------------------
Thu Apr 16 08:09:49 UTC 2020 - Gabriele Santomaggio <gsantomaggio@suse.de>