Accepting request 906080 from devel:languages:erlang
OBS-URL: https://build.opensuse.org/request/show/906080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elixir?expand=0&rev=17
This commit is contained in:
commit
d359bee6d0
@ -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
|
||||
Version: 1.12.1
|
||||
Version: 1.12.2
|
||||
Release: 0
|
||||
Summary: Documentation for elixir
|
||||
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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir
|
||||
Version: 1.12.1
|
||||
Version: 1.12.2
|
||||
Release: 0
|
||||
Summary: Functional meta-programming aware language built atop Erlang
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user