Skip to content

Commit

Permalink
Fiix Julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Sep 24, 2024
1 parent 2597b65 commit 425d6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packagedef.jl
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ otherwise these are only logged.
"""
function revise(; throw=false)
sleep(0.01) # in case the file system isn't quite done writing out the new files
@lock revise_lock begin
lock(revise_lock) do
have_queue_errors = !isempty(queue_errors)

# Do all the deletion first. This ensures that a method that moved from one file to another
Expand Down Expand Up @@ -850,7 +850,7 @@ function revise(; throw=false)

nothing
end
revise(backend::REPL.REPLBackend) = revise()
revise(::REPL.REPLBackend; kwargs...) = revise(; kwargs...)

"""
revise(mod::Module)
Expand Down

0 comments on commit 425d6fd

Please sign in to comment.