Skip to content

8253031: git jcheck complains about invalid tags in jdk repo after fix for JDK-8252844 #131

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

Closed
wants to merge 1 commit into from
Closed

Conversation

kevinrushforth
Copy link
Member

@kevinrushforth kevinrushforth commented Sep 11, 2020

In the fix for JDK-8252844 the tags entry in .jcheck/conf was copied from the Skara Java code. The \ chars were escaped as \\ in the Java String so that it would contain \. This additional level of escape is not needed in the .jcheck/conf file, and causes the regex to not be as intended. The fix is to replace \\ with \ in the regex.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8253031: git jcheck complains about invalid tags in jdk repo after fix for JDK-8252844

Reviewers

Download

$ git fetch https://git.openjdk.java.net/jdk pull/131/head:pull/131
$ git checkout pull/131

@kevinrushforth
Copy link
Member Author

/label build

@bridgekeeper
Copy link

bridgekeeper bot commented Sep 11, 2020

👋 Welcome back kcr! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added rfr Pull request is ready for review build build-dev@openjdk.org labels Sep 11, 2020
@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@kevinrushforth
The build label was successfully added.

@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@kevinrushforth To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request.

In order to have an RFR email automatically sent to the correct mailing list, you will need to add one or more labels manually using the /label add "label" command. The following labels are valid: 2d awt beans build compiler core-libs hotspot hotspot-compiler hotspot-gc hotspot-jfr hotspot-runtime i18n javadoc jdk jmx kulla net nio security serviceability shenandoah sound swing.

@mlbridge
Copy link

mlbridge bot commented Sep 11, 2020

Webrevs

Copy link
Member

@edvbld edvbld left a comment

Choose a reason for hiding this comment

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

Looks good Kevin, thanks for fixing!

@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@kevinrushforth This change now passes all automated pre-integration checks. In addition to the automated checks, the change must also fulfill all project specific requirements

After integration, the commit message will be:

8253031: git jcheck complains about invalid tags in jdk repo after fix for JDK-8252844

Reviewed-by: ehelin, erikj
  • If you would like to add a summary, use the /summary command.
  • To credit additional contributors, use the /contributor command.
  • To add additional solved issues, use the /issue command.

Since the source branch of this PR was last updated there has been 1 commit pushed to the master branch:

  • 7f27d0b: 8236142: DocTrees should provide getCharacters(EntityTree)

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge master into your branch, and then specify the current head hash when integrating, like this: /integrate 7f27d0b0136f9acc9ff01e4b543edf31afc1cab3.

As you do not have Committer status in this projectan existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@edvbld, @erikj79) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Sep 11, 2020
@kevinrushforth
Copy link
Member Author

/integrate

@openjdk openjdk bot added the sponsor Pull request is ready to be sponsored label Sep 11, 2020
@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@kevinrushforth
Your change (at version 81f7a3c) is now ready to be sponsored by a Committer.

@erikj79
Copy link
Member

erikj79 commented Sep 11, 2020

/integrate

@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@erikj79 Only the author (@kevinrushforth) is allowed to issue the integrate command. As this PR is ready to be sponsored, and you are an eligible sponsor, did you mean to issue the /sponsor command?

@erikj79
Copy link
Member

erikj79 commented Sep 11, 2020

/sponsor

@openjdk openjdk bot closed this Sep 11, 2020
@openjdk openjdk bot added integrated Pull request has been integrated and removed sponsor Pull request is ready to be sponsored ready Pull request is ready to be integrated rfr Pull request is ready for review labels Sep 11, 2020
@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@erikj79 @kevinrushforth Since your change was applied there has been 1 commit pushed to the master branch:

  • 7f27d0b: 8236142: DocTrees should provide getCharacters(EntityTree)

Your commit was automatically rebased without conflicts.

Pushed as commit 9525186.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@kevinrushforth kevinrushforth deleted the 8253031-jcheck branch September 11, 2020 16:07
robehn pushed a commit to robehn/jdk that referenced this pull request Nov 13, 2023
pfirmstone added a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
pfirmstone added a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
pfirmstone added a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
pfirmstone added a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
pfirmstone added a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
// run.categories=lookupservice
pfirmstone added a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
// run.categories=javaspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build build-dev@openjdk.org integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

3 participants