JuliaLang/julia

bring back `reload`

Open

#25,720 opened on Jan 24, 2018

View on GitHub
 (5 comments) (4 reactions) (0 assignees)Julia (5,773 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

Deprecating reload("Compat") to Base._require(Base.PkgId("Compat")); Base.root_module(Base.PkgId("Compat")) has made this operation much harder to type. Revise.jl is great, but it doesn't seem essential to remove this function entirely. I don't think we're planning on making this impossible?

reopens #18659

Contributor guide