-
Notifications
You must be signed in to change notification settings - Fork 541
8286678: Fix mistakes in FX API docs #877
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
8286678: Fix mistakes in FX API docs #877
Conversation
|
👋 Welcome back nlisker! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
Nir, have you sync'ed your branch with the latest master? There are 5000+ files changed listed. |
|
It's a PR against the javafx19 branch. I think I forked the master branch though, which is why it is showing all the commits. I might need to rebase, but if the changes are approved it should integrate without issues. |
|
you probably need to rebase. impossible to review. |
Yeah, this is a fairly easy mistake to make. It's also very obvious when it happens.
You will definitely need to rebase and force push before this can be reviewed. No, it otherwise won't integrate without issues. /reviewers 2 |
|
@kevinrushforth |
Reviewed-by: arapte
Reviewed-by: kcr
Reviewed-by: nlisker, kcr
8288449: Update attribution in glib.md file Reviewed-by: kcr, angorya
… overrides Object.equals() Reviewed-by: kcr
…hout being synchronized Reviewed-by: kcr
Reviewed-by: arapte
…m a Scene/SubScene Reviewed-by: jhendrikx, aghaisas, mhanl
…omparison. A condition expression should not be reduced to an assignment Reviewed-by: kcr
Reviewed-by: kcr
Reviewed-by: aghaisas
…een scale > 1 Reviewed-by: aghaisas, arapte
Reviewed-by: kcr, aghaisas
…splay Reviewed-by: jpereda, kcr
Reviewed-by: nlisker
c4b2bcd to
263061e
Compare
|
Looks like the rebase missed a few commits. Not sure why. |
|
How did you do the rebase? It should be something like: Alternatively, you can |
|
Oh, there is only a single unique commit in your branch (or rather there was before you rebased some of the commits from master), so the following should work: Check that there is only the one commit, and that the diffs look good: then force push. |
5d0fbde to
263061e
Compare
|
I will close this PR and resubmit. |
|
#880 is the new PR. |
I should have said "presuming you have a remote configured with the name |
Fixes the mistakes in the JBS ticket and some additional minor corrections.
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jfx pull/877/head:pull/877$ git checkout pull/877Update a local copy of the PR:
$ git checkout pull/877$ git pull https://git.openjdk.org/jfx pull/877/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 877View PR using the GUI difftool:
$ git pr show -t 877Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jfx/pull/877.diff