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:
parent
f3869981bd
commit
27a30de718
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5adffcf4389aa82fcfbc84324ebbfa095fc657a0e15b2b055fc05184f96b2d50
|
||||
size 2323450
|
3
elixir-1.10.3.tar.gz
Normal file
3
elixir-1.10.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3035fc5fdade35c3592a5fa7c8ee1aadb736f565c46b74b68ed7828b3ee1897
|
||||
size 2329031
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir-doc
|
||||
Version: 1.10.2
|
||||
Version: 1.10.3
|
||||
Release: 0
|
||||
Summary: Documentation for elixir
|
||||
License: Apache-2.0
|
||||
|
@ -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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir
|
||||
Version: 1.10.2
|
||||
Version: 1.10.3
|
||||
Release: 0
|
||||
Summary: Functional meta-programming aware language built atop Erlang
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user