From e49d9515e261b4f6b029c1e6e2c63fb1316c318e788fa2d124d1ad288d1988a8 Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Fri, 9 Nov 2018 17:20:42 +0000 Subject: [PATCH] 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 --- elixir-1.6.6.tar.gz | 3 --- elixir-1.7.4.tar.gz | 3 +++ elixir-doc.spec | 2 +- elixir.changes | 46 ++++++++++++++++++++++++++++++++++++++++++++- elixir.spec | 2 +- 5 files changed, 50 insertions(+), 6 deletions(-) delete mode 100644 elixir-1.6.6.tar.gz create mode 100644 elixir-1.7.4.tar.gz diff --git a/elixir-1.6.6.tar.gz b/elixir-1.6.6.tar.gz deleted file mode 100644 index be39fff..0000000 --- a/elixir-1.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74507b0646bf485ee3af0e7727e3fdab7123f1c5ecf2187a52a928ad60f93831 -size 2078742 diff --git a/elixir-1.7.4.tar.gz b/elixir-1.7.4.tar.gz new file mode 100644 index 0000000..b95b9b1 --- /dev/null +++ b/elixir-1.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c87983e03a1dcf20078141a22355e88dadb26b53d3f3f98b9a9268687f9e20 +size 2139938 diff --git a/elixir-doc.spec b/elixir-doc.spec index abe11d4..2ad7cfb 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -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 diff --git a/elixir.changes b/elixir.changes index 4beeafb..f07a065 100644 --- a/elixir.changes +++ b/elixir.changes @@ -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 diff --git a/elixir.spec b/elixir.spec index db1eb99..8b04207 100644 --- a/elixir.spec +++ b/elixir.spec @@ -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