Accepting request 647625 from home:gsantomaggio:branches:devel:languages:erlang

- Elixir 1.7.4
  * Bug fixes
    [Calendar] Fix for converting from negative iso days on New Year 
    in a leap year
    [Kernel] Ensure @spec, @callback, @type and friends can be read 
    accordingly
    [Module] Avoid warnings when using Module.eval_quoted in the middle of 
    existing definitions
    [mix archive.build] Unload previous archive versions before building
    [mix format] Expand paths so mix format path\for\windows.ex works
    [mix test] Ensure that --cover displays correct coverage in an umbrella app
- Elixir 1.7.3
  * Bug fixes
    [ExUnit.Assertions] Do not attempt to expand try/1 as it is a special form
    [mix compile.app] Do not include applications with runtime: false as a runtime 
    dependency for applications coming from Hex    
    [mix compile.app] Do not include applications with runtime: false as a runtime dependency 
    for applications coming from Hex
- Elixir 1.7.2
  * Bug fixes
    [Kernel] Do not emit warnings for repeated docs over different clauses due to false 
    positives
    [mix compile] Properly mark top-level dependencies as optional and as runtime. 
    This fixes a bug where Mix attempted to start optional dependencies of a package when 
    those optional dependencies were not available
    [mix compile] Avoid deadlock when a config has a timestamp later than current time
    [mix test] Do not fail suite if there are no test files
- Elixir 1.7.1
  * Bug fixes
    [Calendar] Work-around a Dialyzer bug that causes it to loop for a long time, 
    potentially indefinitely	
- Elixir 1.7
  Elixir v1.7 is the last release to support Erlang/OTP 19. We recommend everyone to migrate to 
  Erlang/OTP 20+.
  See the full release notes here: https://github.com/elixir-lang/elixir/releases/tag/v1.7.0

OBS-URL: https://build.opensuse.org/request/show/647625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=31
This commit is contained in:
Andrei Dziahel 2018-11-09 17:20:42 +00:00 committed by Git OBS Bridge
parent cd8d5b352b
commit e49d9515e2
5 changed files with 50 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74507b0646bf485ee3af0e7727e3fdab7123f1c5ecf2187a52a928ad60f93831
size 2078742

3
elixir-1.7.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7c87983e03a1dcf20078141a22355e88dadb26b53d3f3f98b9a9268687f9e20
size 2139938

View File

@ -17,7 +17,7 @@
Name: elixir-doc
Version: 1.6.6
Version: 1.7.4
Release: 0
Summary: Documentation for elixir
License: Apache-2.0 and ErlPL-1.1

View File

@ -1,4 +1,48 @@
-------------------------------------------------------------------
----------------------- --------------------------------------------
Thu Nov 08 22:01:20 UTC 2018 - g.santomaggio@gmail.com
- Elixir 1.7.4
* Bug fixes
[Calendar] Fix for converting from negative iso days on New Year
in a leap year
[Kernel] Ensure @spec, @callback, @type and friends can be read
accordingly
[Module] Avoid warnings when using Module.eval_quoted in the middle of
existing definitions
[mix archive.build] Unload previous archive versions before building
[mix format] Expand paths so mix format path\for\windows.ex works
[mix test] Ensure that --cover displays correct coverage in an umbrella app
- Elixir 1.7.3
* Bug fixes
[ExUnit.Assertions] Do not attempt to expand try/1 as it is a special form
[mix compile.app] Do not include applications with runtime: false as a runtime
dependency for applications coming from Hex
[mix compile.app] Do not include applications with runtime: false as a
runtime dependency for applications coming from Hex
- Elixir 1.7.2
* Bug fixes
[Kernel] Do not emit warnings for repeated docs over different clauses
due to false positives
[mix compile] Properly mark top-level dependencies as optional and as
runtime.
This fixes a bug where Mix attempted to start optional dependencies of a
package when those optional dependencies were not available
[mix compile] Avoid deadlock when a config has a timestamp later
than current time
[mix test] Do not fail suite if there are no test files
- Elixir 1.7.1
* Bug fixes
[Calendar] Work-around a Dialyzer bug that causes it to loop for a
long time, potentially indefinitely
- Elixir 1.7
Elixir v1.7 is the last release to support Erlang/OTP 19. We recommend
everyone to migrate to Erlang/OTP 20+.
Full release notes: https://github.com/elixir-lang/elixir/releases/tag/v1.7.0
Sun Jul 1 08:02:34 UTC 2018 - develop7@develop7.info
- Elixir 1.6.6

View File

@ -17,7 +17,7 @@
Name: elixir
Version: 1.6.6
Version: 1.7.4
Release: 0
Summary: Functional meta-programming aware language built on top of the Erlang
License: Apache-2.0 and ErlPL-1.1