Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support workspace files with spaces in their names #62

Open
cgrindel opened this issue May 4, 2022 · 0 comments
Open

Support workspace files with spaces in their names #62

cgrindel opened this issue May 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@cgrindel
Copy link
Member

cgrindel commented May 4, 2022

Currently, the rules rely on passing workspace files to the child workspace using runfiles. However, a known Bazel issue prevents files with spaces in their names from working properly. Ideally, this will be fixed in Bazel. However, for now, we may want to allow a client to specify whether to use an alternative mechanism.

Possible solutions:

  1. Add the files to an archive file and pass that through runfiles
  2. Create a mechanism that creates symlinks from a more robust file format as compared to the current, space-delimited format.
@cgrindel cgrindel added the enhancement New feature or request label May 4, 2022
brentleyjones added a commit to MobileNativeFoundation/rules_xcodeproj that referenced this issue May 4, 2022
brentleyjones added a commit to MobileNativeFoundation/rules_xcodeproj that referenced this issue May 4, 2022
brentleyjones added a commit to MobileNativeFoundation/rules_xcodeproj that referenced this issue May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant