Accepting request 946462 from home:fabriziosestito:branches:devel:languages:erlang

- Elixir 1.13.2
 * 1. Enhancements
   Mix
   [mix format] Allow plugins to also format .ex and .exs files
   [mix release] Allow bypassing application mode validation in release spec
   [mix test] Print a message when the suite fails due to the coverage threshold
 * 2. Bug fixes
   Elixir
   [Code] Do not emit warnings on Code.Fragment.container_cursor_to_quoted/2
   [Kernel] Fix a crash when a for-comprehension with :uniq was used inside another comprehension with :uniq
   [Kernel] Ensure env.context_modules is properly set inside optimized defmodule
   [Keyword] Deprecate the recently added Keyword.map/2 as it is equivalent to Keyword.new/2
   [Map] Deprecate the recently added Map.map/2 as it is equivalent to Map.new/2
   [Protocol] Warn on zero arity callbacks inside protocols

OBS-URL: https://build.opensuse.org/request/show/946462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=75
This commit is contained in:
Matwey Kornilov 2022-01-17 09:01:43 +00:00 committed by Git OBS Bridge
parent 2c43475d1b
commit bbcd2fe83d
5 changed files with 26 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Jan 14 15:23:32 UTC 2022 - Fabrizio Sestito <fabrizio.sestito@suse.com>
- Elixir 1.13.2
* 1. Enhancements
Mix
[mix format] Allow plugins to also format .ex and .exs files
[mix release] Allow bypassing application mode validation in release spec
[mix test] Print a message when the suite fails due to the coverage threshold
* 2. Bug fixes
Elixir
[Code] Do not emit warnings on Code.Fragment.container_cursor_to_quoted/2
[Kernel] Fix a crash when a for-comprehension with :uniq was used inside another comprehension with :uniq
[Kernel] Ensure env.context_modules is properly set inside optimized defmodule
[Keyword] Deprecate the recently added Keyword.map/2 as it is equivalent to Keyword.new/2
[Map] Deprecate the recently added Map.map/2 as it is equivalent to Map.new/2
[Protocol] Warn on zero arity callbacks inside protocols
-------------------------------------------------------------------
Thu Jan 6 19:50:32 UTC 2022 - Sven Marquardt <dev@mail.smarquardt.space>

View File

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