SHA256
1
0
forked from pool/elixir

Accepting request 862427 from home:MaSven:branches:devel:languages:erlang

- Elixir 1.11.3
 * Enhancements
   Elixir
   [Macro] Add Macro.unique_var/2 and Macro.generate_unique_arguments/2
 * Bug fixes
   Elixir
   [Code] Do not raise when checking for operator ambiguity when :static_atoms_encoder is set in Code.string_to_quoted
   [Kernel] Emit undefined function warnings from with
   [Kernel] Do not fail type checking when literals are used in guards
   [Module] Do not warn for attributes used in @after_compile
   [Record] Make sure nested record names do not clobber each other 
   ExUnit
   [ExUnit.Assertions] Do not crash if there are macros and module attributes on the left side of ++
   IEx
   [IEx.Helpers] Do not use Unicode chars if ANSI is disabled
   Mix
   [mix deps.compile] Fix compatibility with rebar v3.14
   [mix release] Do not use private ram_file:compress/1
   [mix xref] Do not crash when retrieving calls for modules in memory

OBS-URL: https://build.opensuse.org/request/show/862427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=65
This commit is contained in:
2021-01-13 12:20:00 +00:00
committed by Git OBS Bridge
parent 88730b3b30
commit 9bda0809ab
5 changed files with 35 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package elixir
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: elixir
Version: 1.11.2
Version: 1.11.3
Release: 0
Summary: Functional meta-programming aware language built atop Erlang
License: Apache-2.0