jpsim / Yams

A Sweet and Swifty YAML parser.
https://jpsim.com/Yams
MIT License
1.12k stars 144 forks source link

Require Swift 5.7 or later #424

Closed jpsim closed 4 months ago

jpsim commented 4 months ago

Matching other projects in the Swift compiler ecosystem. E.g. https://github.com/swiftlang/swift-driver/blob/70554a4dc01f7152a2d77597139957a1475138ff/Package.swift#L1

I'll bump the Yams version to 6.0 when releasing this.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.93%. Comparing base (5292041) to head (c0b5f1a). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #424 +/- ## ========================================== - Coverage 91.00% 90.93% -0.07% ========================================== Files 15 15 Lines 1489 1479 -10 ========================================== - Hits 1355 1345 -10 Misses 134 134 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tonyarnold commented 4 months ago

I :heart: a good Swift version bump — look at all of the conditional code you were able to remove!