breakinghelp wantedminor changeneeds pkgeval
倉庫指標
- 星標
- (48,709 顆星)
- PR 合併指標
- (平均合併 20天 6小時) (30 天內合併 157 個 PR)
描述
This is unfortunate:
julia> function f(x)
try
error("test")
finally
return x
end
end
julia> f(4)
4
Brought up by @dalum on Slack. Would be good to simple make return in a finally block a syntax error. Seems unlikely to be widely used.