Update dependency elixir to v1.16.1 #597
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.15.7-otp-26
->1.16.1
Release Notes
elixir-lang/elixir (elixir)
v1.16.1
Compare Source
1. Bug fixes
Elixir
Code.quoted_to_algebra/2
for operator with :do key as operandString.capitalize/1
with a single codepointIEx
$HOME
is setMix
v1.16.0
Compare Source
Official announcement: https://elixir-lang.org/blog/2023/12/22/elixir-v1-16-0-released/
1. Enhancements
EEx
Elixir
:emit_warnings
forCode.string_to_quoted/2
MismatchedDelimiterError
for handling mismatched delimiter exceptions\r\n
:offset
option toFile.stream!/2
UndefinedFunctionError
Kernel.ParallelCompiler.pmap/2
to compile multiple additional entries in parallelTrue
/False
/Nil
are used as aliases and there is no such aliasMacro.compile_apply/4
@nifs
annotation from Erlang/OTP 25@dialyzer
configurationString.replace_invalid/2
:limit
option toTask.yield_many/2
Logger
Logger.levels/0
Mix
MIX_PROFILE
to profile a list of comma separated tasks--sparse
option:applications
and:extra_applications
are used:details
when possiblelib/
and one of them is changed--sparse
optioninclude/
directory in releasesmix test test/foo_test.exs:13 test/bar_test.exs:27
2. Bug fixes
Elixir
Code.Fragment.surround_context/2
when matching on->
IO.binwrite/2
on terminated device (mirroringIO.write/2
)dbg
module is a compile-time dependencyunquote/1
and the function/macro itself is unusedElixir.
in their definition@after_compile
callbacks to avoid deadlocksMacro.to_string/1
for certain ASTsFile.cwd!/0
inPath.expand/1
andPath.absname/1
Path.relative_to/2
returns a relative path when the given argument does not share a common prefix withcwd
ExUnit
IEx
Mix
mix archive.install
mix escript.install
3. Soft deprecations (no warnings emitted)
Elixir
File.stream!(file, options, line_or_bytes)
in favor of keeping the options as last argument, as inFile.stream!(file, line_or_bytes, options)
Kernel.ParallelCompiler.async/1
in favor ofKernel.ParallelCompiler.pmap/2
Path.safe_relative_to/2
in favor ofPath.safe_relative/2
Mix
Mix.Task.Compiler.Diagnostic
4. Hard deprecations
Elixir
Date.range/3
with a negative step insteadEnum.slice/2
, givefirst..last//1
instead~R/.../
is deprecated in favor of~r/.../
. This is because~R/.../
still allowed escape codes, which did not fit the definition of uppercase sigilsString.slice/2
, givefirst..last//1
insteadExUnit
format_time/2
, useformat_times/1
insteadMix
:leex
to be added as a compiler to run theleex
compiler:yecc
to be added as a compiler to run theyecc
compilerv1.15.7
Compare Source
1. Enhancements
Elixir
2. Bug fixes
EEx
Mix
Mix.Tasks.Format.formatter_for_file/2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.