forked from pool/elixir
Accepting request 905894 from home:MaSven:branches:devel:languages:erlang
- Elixir 1.12.2 * Bug fixes Elixir [Kernel] Ensure deprecated macros emit warnings Mix [mix deps] Ensure unconstrained rebar deps generate valid mix specifications * Enhancements Elixir [elixirc] Change the output of `--profile time` to make it easier to detect outliers [Application] Do not add compile time deps on args to `Application.compile_env/2` and `Application.compile_env!/2` [Enum] Optimize `Enum.into/3` and `Map.new/2` Mix [mix compile] Compile most recently changed files first [mix compile, mix run, mix test] Speed up the time taken to load dependencies. This should make the usage of Mix inside projects quite more responsive OBS-URL: https://build.opensuse.org/request/show/905894 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=71
This commit is contained in:
parent
1b0ef6789d
commit
1432295213
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96167d614b9c483efc54bd7898c3eea4768569a77dd8892ada85d7800d5e3ea4
|
|
||||||
size 2458060
|
|
3
elixir-1.12.2.tar.gz
Normal file
3
elixir-1.12.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:701006d1279225fc42f15c8d3f39906db127ddcc95373d34d8d160993356b15c
|
||||||
|
size 2460047
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir-doc
|
Name: elixir-doc
|
||||||
Version: 1.12.1
|
Version: 1.12.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for elixir
|
Summary: Documentation for elixir
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 12 07:26:51 UTC 2021 - Sven Marquardt <dev@mail.smarquardt.space>
|
||||||
|
|
||||||
|
- Elixir 1.12.2
|
||||||
|
|
||||||
|
* Bug fixes
|
||||||
|
Elixir
|
||||||
|
[Kernel] Ensure deprecated macros emit warnings
|
||||||
|
|
||||||
|
Mix
|
||||||
|
[mix deps] Ensure unconstrained rebar deps generate valid mix specifications
|
||||||
|
|
||||||
|
* Enhancements
|
||||||
|
Elixir
|
||||||
|
[elixirc] Change the output of `--profile time` to make it easier to detect outliers
|
||||||
|
[Application] Do not add compile time deps on args to `Application.compile_env/2` and `Application.compile_env!/2`
|
||||||
|
[Enum] Optimize `Enum.into/3` and `Map.new/2`
|
||||||
|
|
||||||
|
Mix
|
||||||
|
[mix compile] Compile most recently changed files first
|
||||||
|
[mix compile, mix run, mix test] Speed up the time taken to load dependencies. This should make the usage of Mix inside projects quite more responsive
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 14 19:39:42 UTC 2021 - Sven Marquardt <dev@mail.smarquardt.space>
|
Mon Jun 14 19:39:42 UTC 2021 - Sven Marquardt <dev@mail.smarquardt.space>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir
|
Name: elixir
|
||||||
Version: 1.12.1
|
Version: 1.12.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Functional meta-programming aware language built atop Erlang
|
Summary: Functional meta-programming aware language built atop Erlang
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user