- New
Base.@acquire
macro for a non-closure version ofBase.acquire(f, s::Base.Semaphore)
, like@lock
. ([#56845])
sort(keys(::Dict))
andsort(values(::Dict))
now automatically collect, they previously threw ([#56978]).Base.AbstractOneTo
is added as a supertype of one-based axes, withBase.OneTo
as its subtype ([#56902]).
- Test failures when using the
@test
macro now show evaluated arguments for all function calls ([#57825], [#57839]).