babylon icon indicating copy to clipboard operation
babylon copied to clipboard

Draft: ANF Experimental Code Model

Open igraves opened this issue 1 year ago • 3 comments
trafficstars

Experiments with Administrative Normal Form (A-Normal Form; ANF) transformations in the code model. See https://github.com/igraves/babylon-anf for additional code using these changes.


Progress

  • [x] Change must not contain extraneous whitespace

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/babylon.git pull/239/head:pull/239
$ git checkout pull/239

Update a local copy of the PR:
$ git checkout pull/239
$ git pull https://git.openjdk.org/babylon.git pull/239/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 239

View PR using the GUI difftool:
$ git pr show -t 239

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/babylon/pull/239.diff

Webrev

Link to Webrev Comment

igraves avatar Sep 23 '24 15:09 igraves

:wave: Welcome back igraves! A progress list of the required criteria for merging this PR into code-reflection will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

bridgekeeper[bot] avatar Sep 23 '24 15:09 bridgekeeper[bot]

@igraves 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:

ANF Experimental Code Model

Reviewed-by: psandoz

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 code-reflection branch. If another commit should be pushed before you perform the /integrate command, your PR will be automatically rebased. If you prefer to avoid any potential automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the code-reflection branch, type /integrate in a new comment.

openjdk[bot] avatar Sep 23 '24 15:09 openjdk[bot]

/integrate

igraves avatar Oct 29 '24 19:10 igraves

Going to push as commit 1fb552a7012cc0010bee266b17b3e79c1dfb88ca.

openjdk[bot] avatar Oct 29 '24 19:10 openjdk[bot]

@igraves Pushed as commit 1fb552a7012cc0010bee266b17b3e79c1dfb88ca.

:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

openjdk[bot] avatar Oct 29 '24 19:10 openjdk[bot]