You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking a look 👍🏽. Does this need triaging first, as in do the CODEOWNERS need to approve this API should exist?
EDIT: Any pointers on starting. At first I thought we could re-use the same Array API since the result is a ByteBuffer that can then be turned into a String, but I wonder if there is something else that is the intended solution.
### Motivation:
Makes it possible to read contents of an NIOFileSystem.FilePath into a
String directly. Closes#3010.
### Modifications:
- Added a new `String+FileSystem.swift` into `NIOFileSystem` target.
- Added basic tests to the existing `ConvenienceTests.swift`.
- Added a test to cover `Array+FileSystem` initializer as well.
### Result:
- String initializer for `FilePath` is now available
- Array initializer for `FilePath` now has a test
---------
Co-authored-by: George Barnett <[email protected]>
Co-authored-by: Cory Benfield <[email protected]>
Expected behavior
should work.
Actual behavior
API not available
The text was updated successfully, but these errors were encountered: