From 27a30de718831d01fc0f2fbe3132224b05bfa6a951e111fae30d5d0c512ae04d Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Mon, 27 Apr 2020 08:21:43 +0000 Subject: [PATCH] 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 --- elixir-1.10.2.tar.gz | 3 --- elixir-1.10.3.tar.gz | 3 +++ elixir-doc.spec | 2 +- elixir.changes | 20 ++++++++++++++++++++ elixir.spec | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 elixir-1.10.2.tar.gz create mode 100644 elixir-1.10.3.tar.gz diff --git a/elixir-1.10.2.tar.gz b/elixir-1.10.2.tar.gz deleted file mode 100644 index a3adbfc..0000000 --- a/elixir-1.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5adffcf4389aa82fcfbc84324ebbfa095fc657a0e15b2b055fc05184f96b2d50 -size 2323450 diff --git a/elixir-1.10.3.tar.gz b/elixir-1.10.3.tar.gz new file mode 100644 index 0000000..c8a5f1b --- /dev/null +++ b/elixir-1.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3035fc5fdade35c3592a5fa7c8ee1aadb736f565c46b74b68ed7828b3ee1897 +size 2329031 diff --git a/elixir-doc.spec b/elixir-doc.spec index e01ebe0..e2a2e90 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -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 diff --git a/elixir.changes b/elixir.changes index af25176..4919b39 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Apr 25 16:20:54 UTC 2020 - Sven Marquardt + +- 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 diff --git a/elixir.spec b/elixir.spec index b0360ca..00d110e 100644 --- a/elixir.spec +++ b/elixir.spec @@ -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