-
Notifications
You must be signed in to change notification settings - Fork 27
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
Some HAT cleanups #141
Some HAT cleanups #141
Conversation
👋 Welcome back psandoz! A progress list of the required criteria for merging this PR into |
@PaulSandoz This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
The hat run.bash file was set to execute maven targets
If maven is run using
mvn compile jar:jar install
All the jars, libs and targets are placed in maven-build dir
…On Fri, 14 Jun 2024 at 21:28, mlbridge[bot] ***@***.***> wrote:
Webrevs
- 00: Full <https://webrevs.openjdk.org/?repo=babylon&pr=141&range=00>
(ba7d9ea
<https://git.openjdk.org/babylon/pull/141/files/ba7d9ea04e58a80afe3abd8462d1493c9d458e10>
)
—
Reply to this email directly, view it on GitHub
<#141 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBKEN7DVWGPC3T2TNLVEJTZHNG5XAVCNFSM6AAAAABJK6U646VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRYG4YTQMBRGE>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
https://github.com/openjdk/babylon/blob/code-reflection/hat/README.md
This doc explains the maven build process, and how to execute using
hatrun.bash
…On Fri, 14 Jun 2024 at 21:31, Gary Frost ***@***.***> wrote:
The hat run.bash file was set to execute maven targets
If maven is run using
mvn compile jar:jar install
All the jars, libs and targets are placed in maven-build dir
On Fri, 14 Jun 2024 at 21:28, mlbridge[bot] ***@***.***>
wrote:
> Webrevs
>
> - 00: Full <https://webrevs.openjdk.org/?repo=babylon&pr=141&range=00>
> (ba7d9ea
> <https://git.openjdk.org/babylon/pull/141/files/ba7d9ea04e58a80afe3abd8462d1493c9d458e10>
> )
>
> —
> Reply to this email directly, view it on GitHub
> <#141 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABBKEN7DVWGPC3T2TNLVEJTZHNG5XAVCNFSM6AAAAABJK6U646VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRYG4YTQMBRGE>
> .
> You are receiving this because your review was requested.Message ID:
> ***@***.***>
>
|
On Jun 14, 2024, at 1:43 PM, grfrost ***@***.***> wrote:
https://github.com/openjdk/babylon/blob/code-reflection/hat/README.md
This doc explains the maven build process, and how to execute using
hatrun.bash
Ah! Thanks, that explains it... somehow I missed it. I reverted changes to that script.
Paul.
|
/integrate |
@grfrost Only the author (@PaulSandoz) is allowed to issue the |
Whoops I tried to integrate. But clearly that is not how this works. ;) So I think this PR is ready to be integrated, but I think Paul has to initiate? Is that correct? |
Yes, only the submitter or sponsor (by default i presume) can integrate. |
/integrate |
Going to push as commit 151840b.
Your commit was automatically rebased without conflicts. |
@PaulSandoz Pushed as commit 151840b. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Progress
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/babylon.git pull/141/head:pull/141
$ git checkout pull/141
Update a local copy of the PR:
$ git checkout pull/141
$ git pull https://git.openjdk.org/babylon.git pull/141/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 141
View PR using the GUI difftool:
$ git pr show -t 141
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/babylon/pull/141.diff
Webrev
Link to Webrev Comment