JuliaLang/julia

Correctly mark all symbols as `public` or not

Open

#51,335 opened on Sep 15, 2023

View on GitHub
 (26 comments) (3 reactions) (0 assignees)Julia (5,773 forks)batch import
docshelp wanted

Repository metrics

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

Description

#50105 added a preliminary list of symbols to be marked as public from Base. We should finalize that list for Base, stdlibs, and submodules before 1.11.

### Tasks
- [x] Base
- [ ] Submodules of Base
- [ ] Stdlibs
- [ ] A final review to make sure we're not marking anything as pubic that we don't want to

Contributor guide