Skip to content

Commit

Permalink
fix generating_output for v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed May 21, 2024
1 parent 6232dc1 commit 369e45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JET.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ else
function generating_output(incremental::Union{Bool,Nothing}=nothing)
ccall(:jl_generating_output, Cint, ()) == 0 && return false
if incremental !== nothing
JLOptions().incremental == incremental || return false
Base.JLOptions().incremental == incremental || return false
end
return true
end
Expand Down

0 comments on commit 369e45d

Please sign in to comment.