SHA256
11
0
forked from pool/elixir

Accepting request 819689 from home:gsantomaggio_suse:branches:devel:languages:erlang

- Elixir 1.10.4
 * Bug fixes
   Elixir
   [Kernel] Fix a bug where custom types were printed as built-in types
   [Kernel] Don't add compile-time dependency on defdelegate
   [Kernel] Add line numbers to warnings on deprecated imports
   [Kernel] Report the correct line number when raising inside a macro
   [Task] Include callers in translated Logger metadata for Task
   [Task] Fix Task PID and caller in Task Supervisor reports
   ExUnit
   [ExUnit.Formatter] Avoid crashes when diffing guards when the pattern does not match
   [ExUnit.Formatter] Also blame exceptions that come from linked and trapped exits
   IEx
   [IEx.Helpers] Do not crash when printing a type that cannot be code formatted
   Mix
   [mix app.start] Fix reading .app file located in archives (.ez files)
   [mix local.hex] Provide more guidance when Hex can't be installed
   [mix release] Properly encode config in releases

OBS-URL: https://build.opensuse.org/request/show/819689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=58
This commit is contained in:
2020-07-12 19:16:42 +00:00
committed by Git OBS Bridge
parent 27a30de718
commit 67278aaa5c
5 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Jul 8 08:09:49 UTC 2020 - Gabriele Santomaggio <gsantomaggio@suse.com>
- Elixir 1.10.4
* Bug fixes
Elixir
[Kernel] Fix a bug where custom types were printed as built-in types
[Kernel] Don't add compile-time dependency on defdelegate
[Kernel] Add line numbers to warnings on deprecated imports
[Kernel] Report the correct line number when raising inside a macro
[Task] Include callers in translated Logger metadata for Task
[Task] Fix Task PID and caller in Task Supervisor reports
ExUnit
[ExUnit.Formatter] Avoid crashes when diffing guards when the pattern does not match
[ExUnit.Formatter] Also blame exceptions that come from linked and trapped exits
IEx
[IEx.Helpers] Do not crash when printing a type that cannot be code formatted
Mix
[mix app.start] Fix reading .app file located in archives (.ez files)
[mix local.hex] Provide more guidance when Hex can't be installed
[mix release] Properly encode config in releases
-------------------------------------------------------------------
Sat Apr 25 16:20:54 UTC 2020 - Sven Marquardt <dev@mail.smarquardt.space>