You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profile: remove scope from profile macros (#57858)
Fixes this, which breaks expectations from the way `@time` doesn't
introduce a new scope.
```
julia> using Profile
julia> @Profile x = 1
1
julia> x
ERROR: UndefVarError: `x` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
```
(cherry picked from commit d6af199)
0 commit comments