SHA256
1
0
forked from pool/elixir

Accepting request 957806 from devel:languages:erlang

OBS-URL: https://build.opensuse.org/request/show/957806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elixir?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2022-02-27 21:42:57 +00:00 committed by Git OBS Bridge
commit b3ba4032f9
5 changed files with 557 additions and 532 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03afed42dccf4347c4d3ae2b905134093a3ba2245d0d3098d75009a1d659ed1a
size 2921295

3
elixir-1.13.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:652779f7199f5524e2df1747de0e373d8b9f1d1206df25b2e551cd0ad33f8440
size 2922197

View File

@ -17,7 +17,7 @@
Name: elixir-doc
Version: 1.13.2
Version: 1.13.3
Release: 0
Summary: Documentation for elixir
License: Apache-2.0

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Feb 22 20:01:32 UTC 2022 - Fabrizio Sestito <fabrizio.sestito@suse.com>
- Elixir 1.13.3
* 1. Enhancements
Mix
[mix format] Supply file and line to formatter plugins
[mix format] Support embedded Elixir expressions inside formatter plugins
* 2. Bug fixes
Elixir
[Code] Fix duplicate bindings causing errors during evaluation
[Kernel] Make sure signatures stored in the Documentation chunk does not contain newlines
[Kernel] Fix infinite loop when compiling guards with recursive map access
[Macro] Fix error on Macro.to_string/1 when the plain alias Elixir is given
[String] Fix error for certain codepoint combinations in String.split_at/2
Mix
[mix compile] Recompile project files when exports from dependencies change
[mix test] Fix total coverage always showing in red even when above the threshold
-------------------------------------------------------------------
Fri Jan 14 15:23:32 UTC 2022 - Fabrizio Sestito <fabrizio.sestito@suse.com>
@ -217,7 +242,7 @@ Thu Jan 6 18:45:51 UTC 2022 - Sven Marquardt <dev@mail.smarquardt.space>
Full release notes: https://github.com/elixir-lang/elixir/releases/tag/v1.13.0
- Drop 0001-Add-retries-to-tests-that-write-to-stderr-on-Windows.patch:
- Drop 0001-Add-retries-to-tests-that-write-to-stderr-on-Windows.patch:
upstreamed
-------------------------------------------------------------------

View File

@ -17,7 +17,7 @@
Name: elixir
Version: 1.13.2
Version: 1.13.3
Release: 0
Summary: Functional meta-programming aware language built atop Erlang
License: Apache-2.0