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

Fix "emebed" to "embed" #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix "emebed" to "embed" #2

wants to merge 1 commit into from

Conversation

ek345
Copy link

@ek345 ek345 commented Jun 15, 2022

Changing the .bzl code makes this a breaking change, but one that should be easy for dependent projects to identify and fix (I'd hope; the test file #include shows the change required).

@@ -36,8 +36,8 @@ cc_flags_supplier(
)

cc_binary(
name = "make_emebed_data",
srcs = ["make_emebed_data.cc"],
name = "make_embed_data",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a deprecated alias to in place of the old rule.
https://docs.bazel.build/versions/main/be/general.html#alias

Include in the deprecation message a short explanation of this change. ... That is assuming that the deprecation message gets printed before Bazel errors out due to something depending on the renamed files. If it usually fails that way, just say so here and no need to bother.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity: from where did you find this library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants