Merge jdk:master - #50
Open
openjdk-bot wants to merge 1 commit into
Open
Conversation
Reviewed-by: clanger, azeller, prr
|
👋 Welcome back duke! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@openjdk-bot this pull request can not be integrated into git checkout 16
git fetch https://git.openjdk.org/mobile.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
@openjdk-bot This pull request will be automatically integrated when it is ready |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi all,
this is an automatically generated pull request to notify you that there is 1 commit from the branch
jdk:masterthat can not be merged into the branchmaster:The following file contains merge conflicts:
All Committers in this project have access to my personal fork and can therefore help resolve these merge conflicts (you may want to coordinate who should do this).
The following paragraphs will give an example on how to solve these merge conflicts and push the resulting merge commit to this pull request.
The below commands should be run in a local clone of your personal fork of the openjdk/mobile repository.
When you have resolved the conflicts resulting from the
git mergecommand above, run the following commands to create a merge commit:$ git add paths/to/files/with/conflicts $ git commit -m 'Merge jdk:master'When you have created the merge commit, run the following command to push the merge commit to this pull request:
Note: if you are using SSH to push commits to GitHub, then change the URL in the above
git pushcommand accordingly.Thanks,
J. Duke
/integrate auto
Progress
Error
- [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/mobile.git pull/50/head:pull/50$ git checkout pull/50Update a local copy of the PR:
$ git checkout pull/50$ git pull https://git.openjdk.org/mobile.git pull/50/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 50View PR using the GUI difftool:
$ git pr show -t 50Using diff file
Download this PR as a diff file:
https://git.openjdk.org/mobile/pull/50.diff