apple/swift-nio

Remove underbar prefix from _NIOFileSystem

Aperta

#3052 aperta il 13 gen 2025

 (14 commenti) (0 reazioni) (0 assegnatari)Swift (749 fork)batch import
good first issue

Metriche repository

Star
 (8453 stelle)
Metriche merge PR
 (Merge medio 9g 10h) (15 PR mergiate in 30 g)

Descrizione

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.

Guida contributor