[code-reflection] Integrated: We are switching to use hat subdir (instead of bldr) for scripts
Gary Frost
gfrost at openjdk.org
Sat Mar 15 01:06:05 UTC 2025
On Sat, 15 Mar 2025 01:00:46 GMT, Gary Frost <gfrost at openjdk.org> wrote:
> Previously we used scripts in bldr subdir for various tasks. This made sense when it was a bld script ;) but not so muhc for running, sanity checks etc.
>
> Now we have switched to using the hat subdir.
>
> So previously
>
> java @bldr/sanity
> java @bldr/bld
> java @bldr/hatrun ffi-opencl life
>
>
> Now
>
> java @hat/sanity
> java @hat/bld
> java @hat/run ffi-opencl life
This pull request has now been integrated.
Changeset: a3bd45c5
Author: Gary Frost <gfrost at openjdk.org>
URL: https://git.openjdk.org/babylon/commit/a3bd45c570a94ee4dcd11fbe54d47f60b57a823d
Stats: 480 lines in 30 files changed: 379 ins; 13 del; 88 mod
We are switching to use hat subdir (instead of bldr) for scripts
-------------
PR: https://git.openjdk.org/babylon/pull/360
More information about the babylon-dev
mailing list