Description
On the current nightly (8d515ed), the following triggers an assertion failure on both Linux and MacOS
using Base.ScopedValues: @with
ts = Int[]
try
@with begin
return
end
catch err
finally
push!(ts, 2)
end
On the current nightly (8d515ed), the following triggers an assertion failure on both Linux and MacOS
using Base.ScopedValues: @with
ts = Int[]
try
@with begin
return
end
catch err
finally
push!(ts, 2)
end