JuliaLang/julia

Correctly mark all symbols as `public` or not

开放

#51,335 创建于 2023年9月15日

 (26 条评论) (3 个反应) (0 位负责人)Julia (5,773 个派生)batch import
docshelp wanted

仓库指标

星标
 (48,709 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

#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

贡献者指南