From 47ad20092af2cc75129c2e7895b2702febfe232a187acb459e903f7da5be871c Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Tue, 28 Sep 2021 19:05:03 +0000 Subject: [PATCH] Accepting request 922053 from home:MaSven:branches:devel:languages:erlang - Elixir 1.12.3 * Bug fixes Elixir [Code] Make sure that bindings in the default context returned by `Code.eval_*` functions are not returned as tagged tuples [Kernel] Do not crash when handling ambiguity errors [Range] Still match on old range patterns throughout the stdlib IEx [IEx.Autocomplete] Do not error autocompletion with module attribute Mix [Mix] Rename inconsistent `:exit_code` option to `:exit_status` on `Mix.raise/2` OBS-URL: https://build.opensuse.org/request/show/922053 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=72 --- elixir-1.12.2.tar.gz | 3 --- elixir-1.12.3.tar.gz | 3 +++ elixir-doc.spec | 2 +- elixir.changes | 18 ++++++++++++++++++ elixir.spec | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 elixir-1.12.2.tar.gz create mode 100644 elixir-1.12.3.tar.gz diff --git a/elixir-1.12.2.tar.gz b/elixir-1.12.2.tar.gz deleted file mode 100644 index b33a42f..0000000 --- a/elixir-1.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:701006d1279225fc42f15c8d3f39906db127ddcc95373d34d8d160993356b15c -size 2460047 diff --git a/elixir-1.12.3.tar.gz b/elixir-1.12.3.tar.gz new file mode 100644 index 0000000..e9ada74 --- /dev/null +++ b/elixir-1.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5affa97defafa1fd89c81656464d61da8f76ccfec2ea80c8a528decd5cb04ad +size 2461828 diff --git a/elixir-doc.spec b/elixir-doc.spec index 91e4e4e..d98765b 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -17,7 +17,7 @@ Name: elixir-doc -Version: 1.12.2 +Version: 1.12.3 Release: 0 Summary: Documentation for elixir License: Apache-2.0 diff --git a/elixir.changes b/elixir.changes index 0d2c929..9475711 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Sep 28 18:07:15 UTC 2021 - Sven Marquardt + +- Elixir 1.12.3 + + * Bug fixes + + Elixir + [Code] Make sure that bindings in the default context returned by `Code.eval_*` functions are not returned as tagged tuples + [Kernel] Do not crash when handling ambiguity errors + [Range] Still match on old range patterns throughout the stdlib + + IEx + [IEx.Autocomplete] Do not error autocompletion with module attribute + + Mix + [Mix] Rename inconsistent `:exit_code` option to `:exit_status` on `Mix.raise/2` + ------------------------------------------------------------------- Mon Jul 12 07:26:51 UTC 2021 - Sven Marquardt diff --git a/elixir.spec b/elixir.spec index fa00771..7995596 100644 --- a/elixir.spec +++ b/elixir.spec @@ -17,7 +17,7 @@ Name: elixir -Version: 1.12.2 +Version: 1.12.3 Release: 0 Summary: Functional meta-programming aware language built atop Erlang License: Apache-2.0