SHA256
1
0
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:
2016-10-09 20:07:17 +00:00
committed by Git OBS Bridge
parent 5ad0ccb64f
commit ac921cd745
5 changed files with 20 additions and 5 deletions

View File

@@ -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