bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
309 stars 133 forks source link

Fix `file_prefix_pwd_is_dot_` default value #1209

Closed sebastianv1 closed 3 months ago

sebastianv1 commented 3 months ago

This value can be assigned non-zero memory if not initialied with false.

I noticed when building with file_prefix_map feature disabled that the codepath checking for true was still getting hit causing global index store paths to be wrong.