Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FilePath is Decodable, but not from a String #106

Open
tayloraswift opened this issue Jul 12, 2022 · 0 comments
Open

FilePath is Decodable, but not from a String #106

tayloraswift opened this issue Jul 12, 2022 · 0 comments

Comments

@tayloraswift
Copy link

it looks like FilePath has a conformance to Codable, but this is a synthesized conformance, and expects a keyed container with a property called _storage.

i don’t know if this is intentional, but it doesn’t seem very useful. FilePath should just be Decodable from a String.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant