jpsim / Yams

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

Use aspect hint for CYaml in Bazel #423

Closed luispadron closed 4 months ago

luispadron commented 4 months ago

rules_swift 2.0 requires using the aspect_hints attribute to specify interop between cc_library and swift_library. This change adds the aspect_hints attribute to the cc_library rule for CYaml. It increases the minimum supported rules_swift version to 2.0

luispadron commented 4 months ago

Because this has a custom module map which is found via includes, we don't actually need to use aspect hints / increase rules_swift version