pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.72k stars 565 forks source link

Widen swift-syntax dependency to 508.0.1..<510.0.0 #795

Closed stephencelis closed 10 months ago

stephencelis commented 10 months ago

Following discussion from #794, we can be a better citizen in the ecosystem and play nicely with those that have stricter dependencies.

I've made assertInlineSnapshot simply unavailable when another dependency locks to 508.0.1. I think there are too many significant changes in swift-syntax 509 to support the function in earlier versions.

groue commented 10 months ago

This is a complete success, thank you very much! This solves #794 completely. :-)

I'll wait a little bit more for inline snapshot testing 😉