forked from pool/elixir
Accepting request 430310 from home:develop7:branches:devel:languages:erlang
update to v1.3.3 OBS-URL: https://build.opensuse.org/request/show/430310 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=21
This commit is contained in:
parent
63ac6d3369
commit
5ad0ccb64f
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir-doc
|
Name: elixir-doc
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
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,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 23 10:40:28 UTC 2016 - develop7@develop7.info
|
||||||
|
|
||||||
|
- update to v1.3.3
|
||||||
|
1. Enhancements
|
||||||
|
Elixir
|
||||||
|
[DateTime] Support negative integer in DateTime.from_unix/2
|
||||||
|
[Kernel.LexicalTracker] Do not consider remote typespecs as a compile-time dependency
|
||||||
|
[Kernel.ParallelCompiler] Do not emit deadlock messages when the process is waiting on itself
|
||||||
|
[Kernel.Typespec] Mark struct update syntax as generated to avoid false positives from dialyzer
|
||||||
|
ExUnit
|
||||||
|
[ExUnit] Make ExUnit server timeout configurable
|
||||||
|
Logger
|
||||||
|
[Logger] Use :ansi_color if one is available in metadata
|
||||||
|
Mix
|
||||||
|
[Mix] Add support for the :sparse option in Mix.SCM.Git
|
||||||
|
[Mix] Skip dependendency loading if MIX_NO_DEPS is set to 1
|
||||||
|
2. Bug fixes
|
||||||
|
Elixir
|
||||||
|
[System] Use NUL instead of /dev/null on Windows when building System.build_info
|
||||||
|
IEx
|
||||||
|
[IEx.Autocomplete] Resolves issue with autocompletion on structs not working
|
||||||
|
Mix
|
||||||
|
[Mix] Also store external resources that are not part of the current working directory in compilation manifest
|
||||||
|
[Mix] Always include the compiled file source in manifests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 30 10:32:07 UTC 2016 - develop7@develop7.info
|
Sat Jul 30 10:32:07 UTC 2016 - develop7@develop7.info
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir
|
Name: elixir
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
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:be24efee0655206063208c5bb4157638310ff7e063b7ebd9d79e1c77e8344c4b
|
|
||||||
size 1748389
|
|
3
v1.3.3.tar.gz
Normal file
3
v1.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc9d29a007bec69c51eeb0ceb226c55a4c26f20d6f4eb485fd0e72bbfeb2777b
|
||||||
|
size 1750517
|
Loading…
x
Reference in New Issue
Block a user