bazelbuild / rules_swift

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

Rename workspace name to `rules_swift` #1201

Open UebelAndre opened 3 months ago

UebelAndre commented 3 months ago

The guidance on https://bazel.build/rules/deploying#workspace suggests the workspace name should be renamed to rules_swift.

If your rules belong to the bazelbuild organization, you must use rules_ (such as rules_mockascript).

I think that would be a great change but wondering what the maintainers think.

keith commented 3 months ago

i think the general hope here is that folks drop the repo_name from bzlmod at some point, but right now i don't think we want to break workspace users, and it's probably too soon to assume most folks are using bzlmod. The release notes could be changed but I went with including the repo_name for the copy-pasta as folks migrated