apple/swift-nio

Remove underbar prefix from _NIOFileSystem

Aberta

#3.052 aberto em 13 de jan. de 2025

 (14 comentários) (0 reação) (0 responsável)Swift (749 forks)batch import
good first issue

Métricas do repositório

Stars
 (8.453 estrelas)
Métricas de merge de PR
 (Mesclagem média 9d 10h) (15 fundiu PRs em 30d)

Description

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.

Guia do colaborador