pointfreeco / swift-case-paths

🧰 Case paths extends the key path hierarchy to enum cases.
https://www.pointfree.co/collections/enums-and-structs/case-paths
MIT License
904 stars 105 forks source link

Fix Optional dynamic member lookup #157

Closed stephencelis closed 4 months ago

stephencelis commented 4 months ago

Swift optional promotion is sometimes succeeding to return .some(.none) where it should be returning .none.

stephencelis commented 4 months ago

Thanks @dannyhertz for the report!