Skip to content

Commit 2e91004

Browse files
authored
Merge Compiler.isready and Base.isready (JuliaLang#56536)
These didn't get merged when the Compiler moved out, because the Base function doesn't get defined until very late in the build process. However, they are semantically the same, so merge their method tables.
1 parent fa9adff commit 2e91004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ using Base: Ordering, vect, EffectsOverride, BitVector, @_gc_preserve_begin, @_g
5757
using Base.Order
5858
import Base: getindex, setindex!, length, iterate, push!, isempty, first, convert, ==,
5959
copy, popfirst!, in, haskey, resize!, copy!, append!, last, get!, size,
60-
get, iterate, findall, min_world, max_world, _topmod
60+
get, iterate, findall, min_world, max_world, _topmod, isready
6161

6262
const getproperty = Core.getfield
6363
const setproperty! = Core.setfield!

0 commit comments

Comments
 (0)