forked from pool/elixir
Accepting request 434012 from home:develop7:branches:devel:languages:erlang
- update to v1.3.4 1. Bug fixes Elixir [Kernel] Ensure the compiler does not generate unecessary variable bindings inside case statements. This improves the code emitted and make sure "unused variable warnings" are not mistakenly silenced [Kernel] Move raise checks to runtime to avoid crashing cover on Erlang 19.1 [Protocol] Do not emit warnings when using protocols on opaque types ExUnit [ExUnit.CaptureLog] Flush Erlang's :error_logger before capturing to avoid mixed messages OBS-URL: https://build.opensuse.org/request/show/434012 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=22
This commit is contained in:
parent
5ad0ccb64f
commit
ac921cd745
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir-doc
|
||||
Version: 1.3.3
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
Summary: Documentation for elixir
|
||||
License: Apache-2.0 and ErlPL-1.1
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 9 19:39:04 UTC 2016 - develop7@develop7.info
|
||||
|
||||
- update to v1.3.4
|
||||
1. Bug fixes
|
||||
Elixir
|
||||
[Kernel] Ensure the compiler does not generate unecessary variable
|
||||
bindings inside case statements. This improves the code emitted and make
|
||||
sure "unused variable warnings" are not mistakenly silenced
|
||||
[Kernel] Move raise checks to runtime to avoid crashing cover on Erlang 19.1
|
||||
[Protocol] Do not emit warnings when using protocols on opaque types
|
||||
ExUnit
|
||||
[ExUnit.CaptureLog] Flush Erlang's :error_logger before capturing to
|
||||
avoid mixed messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 10:40:28 UTC 2016 - develop7@develop7.info
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir
|
||||
Version: 1.3.3
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||
License: Apache-2.0 and ErlPL-1.1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc9d29a007bec69c51eeb0ceb226c55a4c26f20d6f4eb485fd0e72bbfeb2777b
|
||||
size 1750517
|
3
v1.3.4.tar.gz
Normal file
3
v1.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5ee5353d8dbe610b1dfd276d22f2038d57d9a7d3cea69dac10da2b098bd2033
|
||||
size 1751828
|
Loading…
Reference in New Issue
Block a user