forked from erlang/erlang
Accepting request 777387 from home:gsantomaggio_suse:branches:devel:languages:erlang:Factory
- Changes for 22.2.7: * compiler: Fixed a bug that could cause the compiler to reject valid code that used the is_map_key/2 BIF. * compiler: Fixed a bug that could cause the compiler to reject valid code that matched the same map key several times. * compiler: The compiler could crash when compiling a convoluted receive statement. * compiler: The compiler could crash when a fun was created but never used. The compiler could crash when compiling the expression true = 0 / X. - jsc#SLE-10913 OBS-URL: https://build.opensuse.org/request/show/777387 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=102
This commit is contained in:
BIN
OTP-22.2.6.tar.gz
(Stored with Git LFS)
BIN
OTP-22.2.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
OTP-22.2.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
OTP-22.2.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 14:06:40 UTC 2020 - g.santomaggio@gmail.com
|
||||
|
||||
- Changes for 22.2.7:
|
||||
* compiler: Fixed a bug that could cause the compiler to reject
|
||||
valid code that used the is_map_key/2 BIF.
|
||||
* compiler: Fixed a bug that could cause the compiler to reject
|
||||
valid code that matched the same map key several times.
|
||||
* compiler: The compiler could crash when compiling a convoluted
|
||||
receive statement.
|
||||
* compiler: The compiler could crash when a fun was created but
|
||||
never used. The compiler could crash when compiling the
|
||||
expression true = 0 / X.
|
||||
|
||||
- jsc#SLE-10913
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 15 09:40:37 UTC 2020 - matwey.kornilov@gmail.com
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
%{!?make_build:%{expand: %%global make_build %%{__make} %%{?_smp_mflags}}}
|
||||
|
||||
Name: erlang
|
||||
Version: 22.2.6
|
||||
Version: 22.2.7
|
||||
Release: 0
|
||||
# not set up to be built with position independend executable support
|
||||
#!BuildIgnore: gcc-PIE
|
||||
|
Reference in New Issue
Block a user