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

Port first batch of JS changes #316

Merged
merged 12 commits into from
Oct 5, 2023
Merged

Conversation

hendrikvanantwerpen
Copy link
Collaborator

@hendrikvanantwerpen hendrikvanantwerpen commented Oct 4, 2023

This ports the first batch of JS changes from the old DSL to the new DSL. The Aleph commits covered are 233bbb017de91c387a3339d6f065a7c652b72ea3..266e33d910ff2c0d87b3e9235fef7231733ceafa.

Status

All tests pass now. Most were fixed by ensuring all changes were ported over. Two additional changes that were not part of the Aleph change set were necessary:

  • 2849522 fixes some test failures that included the line number of an assigned value, even if that value was not a definition. I'm not sure why those were included in the first place, but I've removed those lines---keeping the lines for the actual definitions those values were assigned to.

  • d0754f7 fixes a test with default imports. The default guards were inconsistently references/definitions or plain push/pop nodes. Ensuring all default guards are treated as references/definitions fixed the failure. This seems the right thing, but was not part of the changes I was porting.

@hendrikvanantwerpen hendrikvanantwerpen requested a review from a team as a code owner October 4, 2023 19:21
@hendrikvanantwerpen hendrikvanantwerpen self-assigned this Oct 4, 2023
@hendrikvanantwerpen hendrikvanantwerpen marked this pull request as draft October 4, 2023 19:22
@hendrikvanantwerpen hendrikvanantwerpen marked this pull request as ready for review October 5, 2023 15:19
@BekaValentine BekaValentine merged commit 36c24aa into new_js Oct 5, 2023
6 checks passed
@BekaValentine BekaValentine deleted the new_js_port_recent_changes branch October 5, 2023 19:23
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