babylon
babylon copied to clipboard
Replace the use of Interpreter to create Quoted instance with specialized code
Creating Quoted instance was done by invoking the Interpreter. The Interpreter is too general and if someone could somehow inject any code model we will interpret that as well. This PR replace the use of the interpreter with specialized code.
Progress
- [x] Change must not contain extraneous whitespace
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/babylon.git pull/424/head:pull/424
$ git checkout pull/424
Update a local copy of the PR:
$ git checkout pull/424
$ git pull https://git.openjdk.org/babylon.git pull/424/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 424
View PR using the GUI difftool:
$ git pr show -t 424
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/babylon/pull/424.diff
Using Webrev
:wave: Welcome back mabbay! 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.
@mabbay 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:
Replace the use of Interpreter to create Quoted instance with specialized code
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.
Webrevs
- 30: Full (f7f4c234)
- 29: Full - Incremental (b65f1b2e)
- 28: Full - Incremental (13c37ba6)
- 27: Full - Incremental (2cb1e4f7)
- 26: Full - Incremental (23a48f10)
- 25: Full - Incremental (43d352da)
- 24: Full - Incremental (afea057d)
- 23: Full - Incremental (89e3b48c)
- 22: Full (207032fd)
- 21: Full - Incremental (e6908a61)
- 20: Full - Incremental (9c53f0a9)
- 19: Full - Incremental (4e8dda33)
- 18: Full - Incremental (098948fc)
- 17: Full - Incremental (528ccd84)
- 16: Full - Incremental (01ebf36c)
- 15: Full - Incremental (3a17f472)
- 14: Full - Incremental (57458483)
- 13: Full - Incremental (f2f7c7ea)
- 12: Full - Incremental (93c1f3a8)
- 11: Full - Incremental (04ab281d)
- 10: Full - Incremental (01961184)
- 09: Full - Incremental (2c3d805a)
- 08: Full - Incremental (02f272c1)
- 07: Full - Incremental (9f3db051)
- 06: Full - Incremental (20a7fb46)
- 05: Full - Incremental (8d3a227b)
- 04: Full - Incremental (1bca3137)
- 03: Full - Incremental (ca090586)
- 02: Full - Incremental (fbef70f1)
- 01: Full - Incremental (634799b8)
- 00: Full (96197901)
@mabbay Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information.
@mabbay this pull request can not be integrated into code-reflection due to one or more merge conflicts. To resolve these merge conflicts and update this pull request you can run the following commands in the local repository for your personal fork:
git checkout quoted-instance-creation
git fetch https://git.openjdk.org/babylon.git code-reflection
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge code-reflection"
git push
/integrate
Going to push as commit bcad7e6b29b1a968d5e0e4acb4f3728a86d1ca44.
@mabbay Pushed as commit bcad7e6b29b1a968d5e0e4acb4f3728a86d1ca44.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.