apple/swift-nio

Remove underbar prefix from _NIOFileSystem

Offen

#3.052 geöffnet am 13.01.2025

 (14 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Swift (749 Forks)batch import
good first issue

Repository-Metriken

Stars
 (8.453 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 10h) (15 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide