Skip to content

Commit

Permalink
Include stdlibs in --revise (#35465)
Browse files Browse the repository at this point in the history
Without this changes in the stdlibs weren't picked up.
  • Loading branch information
Keno authored and staticfloat committed Apr 21, 2020
1 parent 84c4458 commit 44232e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ cd(@__DIR__) do
@everywhere begin
Revise.track(Core.Compiler)
Revise.track(Base)
for (id, mod) in Base.loaded_modules
if id.name in STDLIBS
Revise.track(mod)
end
end
Revise.revise()
end
end
Expand Down

0 comments on commit 44232e7

Please sign in to comment.