Skip to content
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

feat(execution): implement more environments logic #64

Merged
merged 11 commits into from
Nov 24, 2023
Merged

Conversation

sno2
Copy link
Contributor

@sno2 sno2 commented Nov 3, 2023

This will place us in a better position for a basic bytecode later.

@sno2 sno2 marked this pull request as draft November 3, 2023 01:25
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks well! work should come up soon on the interpreter, approx next week, so this is great to have in advance :)

nova_vm/src/ecmascript/execution/environments.rs Outdated Show resolved Hide resolved
nova_vm/src/ecmascript/execution/environments.rs Outdated Show resolved Hide resolved
nova_vm/src/ecmascript/execution/environments.rs Outdated Show resolved Hide resolved
aapoalas
aapoalas previously approved these changes Nov 3, 2023
Copy link
Collaborator

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@ghost
Copy link

ghost commented Nov 3, 2023

Looks good to me.

It's a draft, lol.

But I get the idea that we're both in approval of the draft

@sno2 sno2 marked this pull request as ready for review November 4, 2023 19:43
@sno2 sno2 changed the title feat(execution): environments work feat(execution): implement more of environments Nov 4, 2023
@sno2 sno2 changed the title feat(execution): implement more of environments feat(execution): implement environments logic Nov 4, 2023
@sno2 sno2 changed the title feat(execution): implement environments logic feat(execution): implement more environments logic Nov 4, 2023
@sno2 sno2 mentioned this pull request Nov 7, 2023
@sno2 sno2 requested review from a user and aapoalas November 7, 2023 16:55
Copy link
Collaborator

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had some thoughts and maybe some nitpicks but nothing really worth thinking about too deeply.

@sno2 sno2 enabled auto-merge (squash) November 8, 2023 13:57
@aapoalas aapoalas enabled auto-merge (squash) November 24, 2023 18:10
@aapoalas aapoalas merged commit 2e55607 into main Nov 24, 2023
1 check passed
@aapoalas aapoalas deleted the feat/environments branch November 24, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants