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:
parent
2c43475d1b
commit
bbcd2fe83d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:deaba8156b11777adfa28e54e76ddf49ab1a0132cca54c41d9d7648e800edcc8
|
||||
size 2920682
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||||
size 0
|
||||
oid sha256:03afed42dccf4347c4d3ae2b905134093a3ba2245d0d3098d75009a1d659ed1a
|
||||
size 2921295
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user