Skip to content

Exploding lists of identical binding partitions? #57923

@vtjnash

Description

@vtjnash
julia> GlobalRef(Base, :Math).binding
Binding Base.Math
   23792:∞ - constant binding to Base.Math
   8357:23791 - backdated constant binding to Base.Math
   5364:8356 - backdated constant binding to Base.Math
   4735:5363 - backdated constant binding to Base.Math
   861:4734 - backdated constant binding to Base.Math
   860:860 - backdated constant binding to Base.Math
   857:859 - backdated constant binding to Base.Math
   0:856 - backdated constant binding to Base.Math

julia> GlobalRef(Base, :Intrinsics).binding
Binding Base.Intrinsics
   5364:∞ - implicit `using` resolved to constant Core.Intrinsics
   4735:5363 - implicit `using` resolved to constant Core.Intrinsics
   861:4734 - implicit `using` resolved to constant Core.Intrinsics
   860:860 - implicit `using` resolved to constant Core.Intrinsics
   857:860 - undefined binding - guard entry

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions