SHA256
11
0
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:
2016-09-25 20:40:26 +00:00
committed by Git OBS Bridge
parent 63ac6d3369
commit 5ad0ccb64f
5 changed files with 31 additions and 5 deletions

View File

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