apple/swift-nio

Remove underbar prefix from _NIOFileSystem

Open

#3 052 ouverte le 13 janv. 2025

Voir sur GitHub
 (9 commentaires) (0 réactions) (0 assignés)Swift (749 forks)batch import
good first issue

Métriques du dépôt

Stars
 (8 453 stars)
Métriques de merge PR
 (Merge moyen 8j 5h) (18 PRs mergées en 30 j)

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.

Guide contributeur