apple/swift-nio

Remove underbar prefix from _NIOFileSystem

Open

#3052 aperta il 13 gen 2025

Vedi su GitHub
 (9 commenti) (0 reazioni) (0 assegnatari)Swift (749 fork)batch import
good first issue

Metriche repository

Star
 (8453 star)
Metriche merge PR
 (Merge medio 8g 5h) (18 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