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(rctx.download_and_extract): fix naming convention inconsistencies in rctx.download_and_extract #16757

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pulanski
Copy link

fix naming convention inconsistencies in rctx.download_and_extract for stripPrefix resolving issue #16496

… in rctx.download_and_extract

fix naming convention inconsistencies in rctx.download_and_extract for stripPrefix
@@ -572,7 +572,7 @@ public StructImpl download(
+ " \"txz\", \".tar.zst\", \".tzst\", \"tar.bz2\", \".ar\", or \".deb\""
+ " here."),
@Param(
name = "stripPrefix",
name = "strip_prefix",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This would break existing users. You could introduce a new parameter with the correct spelling and mark the old one as deprecated.

@sgowroji sgowroji added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. awaiting-review PR is awaiting review from an assigned reviewer labels Nov 14, 2022
introduce new parameter for strip_prefix while marking stripPrefix as deprecated
@meteorcloudy
Copy link
Member

@pulanski Can you please check the build failure, it seems more changes are needed for the Java code.

@meteorcloudy meteorcloudy added awaiting-user-response Awaiting a response from the author and removed awaiting-review PR is awaiting review from an assigned reviewer labels Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-user-response Awaiting a response from the author team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants