forked from pool/elixir
Accepting request 496410 from home:develop7:branches:devel:languages:erlang
Elixir v1.4.4 OBS-URL: https://build.opensuse.org/request/show/496410 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=25
This commit is contained in:
parent
95952cf34d
commit
eb398fe080
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir-doc
|
Name: elixir-doc
|
||||||
Version: 1.4.2
|
Version: 1.4.4
|
||||||
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,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 18 18:39:39 UTC 2017 - develop7@develop7.info
|
||||||
|
|
||||||
|
- Elixir v1.4.4
|
||||||
|
1. Bug fixes
|
||||||
|
Elixir
|
||||||
|
[Map] Fix regression on struct update syntax
|
||||||
|
|
||||||
|
- Elixir v1.4.3
|
||||||
|
Note: This release had a regression that has been immediately fixed on
|
||||||
|
version 1.4.4.
|
||||||
|
This version includes changes that make Elixir fully compatible with
|
||||||
|
Erlang OTP 20-rc.1.
|
||||||
|
|
||||||
|
1. Enhancements
|
||||||
|
Elixir
|
||||||
|
[Kernel] Improve compilation time for modules with many clauses
|
||||||
|
[Map] Warn when attempting to override __struct__ key
|
||||||
|
[Regex] Add recompile/1 and recompile!/1 to ease transition to OTP 20
|
||||||
|
for archives and stored regexes
|
||||||
|
Logger
|
||||||
|
[Logger.Translator] Handle OTP 20 GenServer log messages
|
||||||
|
Mix
|
||||||
|
[mix compile] Recompile projects if OTP version changes
|
||||||
|
2. Bug fixes
|
||||||
|
Elixir
|
||||||
|
[Kernel] Fix code generation when non-binary bitstrings are in AST
|
||||||
|
[Record] Properly escape fields passed to defrecord
|
||||||
|
ExUnit
|
||||||
|
[ExUnit.Diff] Do not fail when comparing maps with nil or boolean keys
|
||||||
|
IEx
|
||||||
|
[IEx.Helpers] Do not log exits on IEx.Helpers.c/2 failures
|
||||||
|
Mix
|
||||||
|
[mix archive.install] Detect proper path on URLs with query strings
|
||||||
|
[mix loadpaths] Do not assume all paths in loadpaths exist
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 27 09:13:15 UTC 2017 - develop7@develop7.info
|
Mon Feb 27 09:13:15 UTC 2017 - develop7@develop7.info
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir
|
Name: elixir
|
||||||
Version: 1.4.2
|
Version: 1.4.4
|
||||||
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:cb4e2ec4d68b3c8b800179b7ae5779e2999aa3375f74bd188d7d6703497f553f
|
|
||||||
size 1825935
|
|
3
v1.4.4.tar.gz
Normal file
3
v1.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d9d5faee079949f780c8f6a1ccba015d64ecf859ed87384ae4239d69be60142
|
||||||
|
size 1828694
|
Loading…
Reference in New Issue
Block a user