Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Core exports list is very long #39114

Open
vtjnash opened this issue Jan 6, 2021 · 1 comment
Open

The Core exports list is very long #39114

vtjnash opened this issue Jan 6, 2021 · 1 comment
Labels
breaking This change will break code
Milestone

Comments

@vtjnash
Copy link
Member

vtjnash commented Jan 6, 2021

A baremodule probably doesn't care about all these, and thus may be more appropriate to export them from Base instead?

julia> names(Core)
97-element Vector{Symbol}:
 :<:
 :(===)
 :AbstractArray
 :AbstractChar
 :AbstractFloat
 :AbstractString
 :Any
 :ArgumentError
 :Array
 :AssertionError
 :Bool
 :BoundsError
 :Char
 :Core
 ⋮
 :fieldtype
 :getfield
 :ifelse
 :invoke
 :isa
 :isdefined
 :nfields
 :nothing
 :setfield!
 :throw
 :tuple
 :typeassert
 :typeof
 :undef
@vtjnash vtjnash added the breaking This change will break code label Jan 6, 2021
@vtjnash vtjnash added this to the 2.0 milestone Jan 6, 2021
@Seelengrab
Copy link
Contributor

Seelengrab commented Apr 22, 2022

Seems like this has grown since the original opening:

julia> names(Core)
103-element Vector{Symbol}:
 :<:
 :(===)
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This change will break code
Projects
None yet
Development

No branches or pull requests

2 participants