SHA256
11
0
forked from pool/elixir

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:
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 +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>