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
8251551: Use .md filename extension for README #75
Conversation
|
This backport pull request has now been updated with issue from the original commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm.
@gdams This change is no longer ready for integration - check the PR body for details. |
/integrate |
@phohensee can you please ask for integration permission by tagging the JBS issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to bring in the changes to convert to markdown first (notably JDK-8139668 and JDK-8176509) before doing this.
Also, this patch looks to be removing the old file and adding a new one, when it should be a rename. That makes it hard to see what has actually changed.
I hadn't seen those patches before, are they not focussed on the README-builds.html file rather than the top-level
That's the way the patch was applied from the top (see the original commit). I wouldn't like to change that now as it would be inconsistent with the other repos? |
8176509 also updates README and would essentially making this patch a clean backport as far as I can see. If we apply this change first as it is, we'll introduce changes unique to 8u into the README file. 8139668 is a prerequisite for 8176509.
Ugh, I see. Well, we're already inconsistent with other repos with this patch, because the file being changed is quite different. Not having this as a rename makes it hard to see what changes have been made other than the rename. I can accept the patch as it is in trunk and 11u if we're doing the same change on top of JDK-8176509. If we're going to do unique 8u changes, we should do the rename properly. |
I've opened #79 for the first of these. Once both are in, you should be able to just do this change cleanly. |
Mailing list message from Thorsten Glaser on jdk8u-dev: On Fri, 24 Jun 2022, Andrew John Hughes wrote:
In git, merely the content is stored. The decision of whether to You might have luck using git diff -M40% or even smaller numbers. HTH & HAND, PS: This is one of the reasons git is not a version control system. **************************************************** |
@gdams This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Adding a comment to prevent this from closing. @gnu-andrew is your other patch ready yet? |
Still waiting on a review of my patch, sorry. It'd be good if someone could review it so we can start to move this forward. |
/reviewers 2 reviewer |
@gnu-andrew |
Andrew, I reviewed #79. |
@gdams This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@gdams This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
Backports https://bugs.openjdk.org/browse/JDK-8251551 as it's a low-risk change and generally improves the readability/usability in GitHub.
Currently, I've just converted the README to markdown format and added a little syntax highlighting. I'm not sure if people would like me to go one step further and rip out the mercurial/nested repo references?
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev pull/75/head:pull/75
$ git checkout pull/75
Update a local copy of the PR:
$ git checkout pull/75
$ git pull https://git.openjdk.org/jdk8u-dev pull/75/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 75
View PR using the GUI difftool:
$ git pr show -t 75
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/75.diff