cgrindel / rules_swift_package_manager

Collection of utilities and Bazel rules to aid in the development and maintenance of Swift repositories using Bazel.
Apache License 2.0
68 stars 22 forks source link

fix: parsing modulemaps with comments #1105

Closed luispadron closed 3 weeks ago

luispadron commented 3 weeks ago

Fixes the tokenizer and modulemap parser to support C99 formatted comments. This is probably not amazing but we'll be able to move off this soon: https://github.com/bazelbuild/rules_swift/pull/1212