Accepting request 405764 from home:develop7:branches:devel:languages:erlang
update to v1.3.1 OBS-URL: https://build.opensuse.org/request/show/405764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=19
This commit is contained in:
parent
02f52db042
commit
d7cb9f3f04
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir-doc
|
Name: elixir-doc
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
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,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 30 18:22:46 UTC 2016 - develop7@develop7.info
|
||||||
|
|
||||||
|
- update to v1.3.1
|
||||||
|
|
||||||
|
1. Enhancements
|
||||||
|
IEx
|
||||||
|
[IEx.Helpers] Add import_file_if_available for importing files only if
|
||||||
|
they are available
|
||||||
|
[IEx.Helpers] Add import_if_available for importing modules only if they
|
||||||
|
are available
|
||||||
|
|
||||||
|
2. Bug fixes
|
||||||
|
Elixir
|
||||||
|
[Kernel] Ensure structs can be expanded in dynamic module names
|
||||||
|
[Kernel] Ensure aliases warnings are not accidentally discarded when the
|
||||||
|
same module is imported
|
||||||
|
[Kernel.ParallelCompiler] Ensure two modules with cyclic struct
|
||||||
|
dependencies cannot run into a deadlock when compiling
|
||||||
|
[Kernel.Typespec] Support module attributes in remote types
|
||||||
|
[Module] Do not expect stacktraces to be always present when dispatching
|
||||||
|
to locals during the module compilation
|
||||||
|
IEx
|
||||||
|
[IEx.Helpers] Fix h helper for operators
|
||||||
|
Mix
|
||||||
|
[Mix] Do not load modules for xref purposes, instead use BEAM info
|
||||||
|
[Mix] Ensure deps.check does not check archives (that's done in loadpaths)
|
||||||
|
[Mix] Validate application properties before traversing them
|
||||||
|
[Mix] Check for proper Makefile when compiling on Windows
|
||||||
|
[Mix] Enforce space after comma in mix do
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 25 10:21:38 UTC 2016 - develop7@develop7.info
|
Sat Jun 25 10:21:38 UTC 2016 - develop7@develop7.info
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir
|
Name: elixir
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
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:66cb8448dd60397cad11ba554c2613f732192c9026468cff55e8347a5ae4004a
|
|
||||||
size 1744231
|
|
3
v1.3.1.tar.gz
Normal file
3
v1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4ab90a0d8d7ed4159dd6b7e1bcbcdbdb8c6177a35328d774fccf00346b4b42c
|
||||||
|
size 1745562
|
Loading…
Reference in New Issue
Block a user