sort(keys(::Dict))
and sort(values(::Dict))
now automatically collect, they previously threw ([#56978]).
- Test failures when using the
@test
macro now show evaluated arguments for all function calls ([#57825], [#57839]).
sort(keys(::Dict))
and sort(values(::Dict))
now automatically collect, they previously threw ([#56978]).
@test
macro now show evaluated arguments for all function calls ([#57825], [#57839]).