forked from pool/elixir
Accepting request 416023 from home:develop7:branches:devel:languages:erlang
update to v1.3.2 OBS-URL: https://build.opensuse.org/request/show/416023 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=20
This commit is contained in:
parent
d7cb9f3f04
commit
63ac6d3369
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir-doc
|
Name: elixir-doc
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for elixir
|
Summary: Documentation for elixir
|
||||||
License: Apache-2.0 and ErlPL-1.1
|
License: Apache-2.0 and ErlPL-1.1
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 30 10:32:07 UTC 2016 - develop7@develop7.info
|
||||||
|
|
||||||
|
- update to v1.3.2
|
||||||
|
1. Enhancements
|
||||||
|
Elixir
|
||||||
|
[Kernel] Support guards in else clauses in with
|
||||||
|
Mix
|
||||||
|
[Mix] Add MIX_NO_DEPS env var for disabling dep loading. Used for third-party scripts and tools like Nix package manager
|
||||||
|
[Mix] Add mix test --listen-on-stdin that automatically reruns tests on stdin
|
||||||
|
[Mix] Disable --warnings-as-errors when compiling dependencies
|
||||||
|
[Mix] Add --filter option to mix deps.unlock to unlock only matching dependencies
|
||||||
|
2. Bug fixes
|
||||||
|
Elixir
|
||||||
|
[Enum] Return nil if enumerable halts in Enum.find_index/3
|
||||||
|
[Kernel] Do not attempt to load modules that have not been required when invoking regular functions, otherwise this invalidates the @compile {:autoload, false} directive.
|
||||||
|
Mix
|
||||||
|
[Mix] Ensure missing protocol dependencies are discarded in umbrella projects with shared build
|
||||||
|
ExUnit
|
||||||
|
[ExUnit.Diff] Ensure no leading or trailing when diffing some maps
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 30 18:22:46 UTC 2016 - develop7@develop7.info
|
Thu Jun 30 18:22:46 UTC 2016 - develop7@develop7.info
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir
|
Name: elixir
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||||
License: Apache-2.0 and ErlPL-1.1
|
License: Apache-2.0 and ErlPL-1.1
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4ab90a0d8d7ed4159dd6b7e1bcbcdbdb8c6177a35328d774fccf00346b4b42c
|
|
||||||
size 1745562
|
|
3
v1.3.2.tar.gz
Normal file
3
v1.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be24efee0655206063208c5bb4157638310ff7e063b7ebd9d79e1c77e8344c4b
|
||||||
|
size 1748389
|
Loading…
x
Reference in New Issue
Block a user