apple/swift-nio

Remove underbar prefix from _NIOFileSystem

Open

#3,052 创建于 2025年1月13日

在 GitHub 查看
 (14 评论) (0 反应) (0 负责人)Swift (749 fork)batch import
good first issue

仓库指标

Star
 (8,453 star)
PR 合并指标
 (平均合并 9天 10小时) (30 天内合并 15 个 PR)

描述

I assume _NIOFileSystem is considered to be a public API now, given NonBlockingFileIO has been deprecated in its favour. Is it not time to remove the underbar prefix from its name. This is the quote from its original release

The module isn't yet considered public API and is therefore available via the _NIOFileSystem product.

贡献者指南