Next | Query returned 46 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2021-08-10 13:18:58 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
elixir: update to 1.12.2

1. Bug fixes

Elixir

    [Kernel] Ensure deprecated macros emit warnings

Mix

    [mix deps] Ensure unconstrained rebar deps generate valid mix specifications

2. 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
   2021-06-12 11:25:25 by Nia Alarie | Files touched by this commit (3) | Package updated
Log message:
elixir: update to 1.12.1

Release notes for 1.12.x:
https://elixir-lang.org/blog/2021/05/19/elixir-v1-12-0-released/
   2021-04-08 12:34:36 by Nia Alarie | Files touched by this commit (2)
Log message:
elixir: Update to 1.11.4

This release introduces fixes for better support of Erlang/OTP 24+.

1. Enhancements

Elixir

    [Kernel] Update formatting when printing warnings and errors from Erlang/OTP 24+
    [Kernel] Support float-16 on bitstrings

Mix

    [mix local.rebar] This task will now install rebar3 version 3.14.4, compiled \ 
with Erlang/OTP 21
   2021-01-15 13:10:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
elixir: updated to 1.11.3

v1.11.3

1. Enhancements

Elixir

[Macro] Add Macro.unique_var/2 and Macro.generate_unique_arguments/2

2. Bug fixes

Elixir

[Code] Do not raise when checking for operator ambiguity when \ 
:static_atoms_encoder is set in Code.string_to_quoted
[Kernel] Emit undefined function warnings from with
[Kernel] Do not fail type checking when literals are used in guards
[Module] Do not warn for attributes used in @after_compile
[Record] Make sure nested record names do not clobber each other

ExUnit

[ExUnit.Assertions] Do not crash if there are macros and module attributes on \ 
the left side of ++

IEx

[IEx.Helpers] Do not use Unicode chars if ANSI is disabled

Mix

[mix deps.compile] Fix compatibility with rebar v3.14
[mix release] Do not use private ram_file:compress/1
[mix xref] Do not crash when retrieving calls for modules in memory
   2020-11-19 12:49:17 by Nia Alarie | Files touched by this commit (2)
Log message:
elixir: Update to 1.11.2

Elixir

    [Code] Do not crash when getting docs for missing erts appdir
    [Kernel] Raise meaningful error if :erlang.is_record is used in guards
    [Kernel] Prune tracers when fetching __ENV__ inside functions

Mix

    [mix] Fix regression where aliases could not call themselves recursively
    [mix compile] Do not discard tracers that are set programmatically
   2020-10-19 19:48:41 by Nia Alarie | Files touched by this commit (4)
Log message:
elixir: Update to 1.11.1

"Over the last releases, the Elixir team has been focusing on the compiler, \ 
both in terms of catching more mistakes at compilation time and making it \ 
faster. Elixir v1.11 has made excellent progress on both fronts. This release \ 
also includes many other goodies, such as tighter Erlang integration, support \ 
for more guard expressions, built-in datetime formatting, and other calendar \ 
enhancements."
   2020-09-11 17:14:12 by Nia Alarie | Files touched by this commit (1)
Log message:
elixir: gmake is a runtime dependency
   2020-09-11 17:05:06 by Nia Alarie | Files touched by this commit (3)
Log message:
elixir: Use 'gmake' when compiling native libraries on NetBSD

Bump PKGREVISION
   2020-07-07 13:34:29 by Nia Alarie | Files touched by this commit (2)
Log message:
elixir: Update to 1.10.4

## v1.10.4 (2020-07-04)

### 1. 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
   2020-05-17 16:44:21 by Nia Alarie | Files touched by this commit (2)
Log message:
elixir: Update to 1.10.3

## v1.10.3 (2020-04-25)

### 1. Bug fixes

#### Elixir

  * [Code] Return `[{mod, bin}]` from `Code.compile_file/2`, \ 
`Code.require_file/2`, `Code.load_file/2`
  * [Code] Make sure the formatter respects newlines before and after module \ 
attributes
  * [Kernel.ParallelCompiler] Fix a bug where the parallel compiler would raise \ 
in long compilation cycles
  * [Kernel.ParallelCompiler] Fix a bug where the parallel compiler would raise \ 
if some of the modules being compiled referred to a module that has been loaded \ 
directly to memory
  * [Module] Fix accidental breaking change where bodiless clauses had their \ 
body value on `@on_definition` callbacks set to an empty list instead of `nil`
  * [String] Undeprecate `String.normalize/2` normalize and fix infinite loop \ 
caused by certain invalid strings

#### ExUnit

  * [ExUnit.Assertions] Fix pattern matching diff when matching on pinned variables
  * [ExUnit.Assertions] Fix pattern matching diff when matching variable struct names
  * [ExUnit.Assertions] Fix pattern matching diff when matching on the binary \ 
concat operator (`<>`) and the left side is not a literal string
  * [ExUnit.Assertions] Fix pattern matching diff when matching on pseudo-vars \ 
(`__MODULE__`, `__DIR__`, etc)

#### Mix

  * [mix release] Respect the `:path` option when creating a `:tar` file for releases

Next | Query returned 46 messages, browsing 21 to 30 | Previous