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

Point to `swiftlang/swift-syntax` #177

Closed NachoSoto closed 2 months ago

NachoSoto commented 2 months ago

The repo has been moved to the new swiftlang org. This fixes warnings when using other dependencies that already have an updated reference:

Screenshot 2024-07-08 at 09 06 36
stephencelis commented 2 months ago

@NachoSoto Realize this change is going to cause internal warnings in other repos of ours that haven't been updated yet (SnapshotTesting, MacroTesting, Perception, swift-dependencies, TCA). Any chance you can make some quick PRs there, too, to round things out?

Took care of it ourselves since we want to ship some releases.