jpsim / Yams

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

Bazel: support rules_swift 2.x #420

Closed luispadron closed 3 months ago

luispadron commented 3 months ago

rules_swift 2.x increases the compatibility_level so we need to declare we support up-to this new level.

jpsim commented 3 months ago

Thanks! Can you please update the CI workflow file to include this file so CI runs when it’s modified? https://github.com/jpsim/Yams/blob/main/.github/workflows/bazel.yml

luispadron commented 3 months ago

Updated! Would you also own sourcekitten_com_github_drmohundro_SWXMLHash? I can't find the repo with that file but we'll need to make a similar change there if it's using rules_swift

jpsim commented 3 months ago

I think that’s defined in https://github.com/jpsim/SourceKitten