-
Notifications
You must be signed in to change notification settings - Fork 160
8323197: [8u] building doc fixes #416
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
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back zzambers! A progress list of the required criteria for merging this PR into |
@zzambers 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! |
Some additional notes:
|
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.
Most of these changes don't strike me as unique to 8u, but I can also see how they are mixed up with other changes that don't apply to 8u in later versions.
I would at least separate out the table changes as this is JDK-8306408 and also needs backporting to 11 & 17. The git changes are also JDK-8251549, which should be backported as it was to 11u.
The use of >
seems to have been removed with JDK-8179892: "Update build documentation for JDK 9" so it looks ok to do here.
@gnu-andrew Thanks for your feedback. I was not sure if it was worth doing some changes, as they would not necessarily be very similar diff-wise (rather in spirit). I can however try to break this changeset and do hg->git and tables issue as backports in separate PRs. Yes, I should backported JDK-8306408 to (17, 11) either way, I had it in my plans, but forgot about that.. :( |
Yes, I understand docs is difficult in this way and thanks for taking this on. To clarify, I'm happy with using this PR to do most of the changes which are in the spirit of changes already in later JDKs, but where the existing change is not really backportable.
Yes, those two were my concerns. The tables change is a recent one missing from most of the later JDKs too, so it makes sense to handle that separately. With the |
@zzambers 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! |
@gnu-andrew What do you think about adding (JDK-8306408, JDK-8251549) here using Backport of JDK-8306408 (Fix the format of several tables in building.md) to 17 has been done, PR for 11 is waiting for review. I took a look at additional info about git clients in JDK-8251549, but |
❗ This change is not yet ready to be integrated. |
@zzambers 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! |
@zzambers 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 |
@zzambers do you still want to proceed with this and openjdk/jdk11u-dev#2533 ? |
/open |
@gnu-andrew I do, I have reopened these PRs :) |
@zzambers This pull request is now open |
@zzambers 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! |
keep open |
@zzambers 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! |
Fixes for various issues in "building" doc:
Windows FreeType DLL build instructions
link, where archived page is not available :( )|
, so they would correctly display in GH (e.g. compare old new)>
) in md, as it produces ugly result in GH (e.g. compare old new)Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/416/head:pull/416
$ git checkout pull/416
Update a local copy of the PR:
$ git checkout pull/416
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/416/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 416
View PR using the GUI difftool:
$ git pr show -t 416
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/416.diff
Using Webrev
Link to Webrev Comment