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

Extract FileUtils updates by @ericvergnaud #4030

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

parrt
Copy link
Member

@parrt parrt commented Dec 20, 2022

Extract FileUtils updates by @ericvergnaud in #4027 then he can rebase after we merge this into dev. All tests pass locally (didn't check python2 actually but python3 works).

Signed-off-by: Terence Parr [email protected]

…rebase after we merge this into dev. All tests pass locally (didn't check python2 actually but python3 works).

Signed-off-by: Terence Parr <[email protected]>
@parrt
Copy link
Member Author

parrt commented Dec 20, 2022

@ericvergnaud ready for your review once tests pass. Then we can merge before ts.

@parrt parrt mentioned this pull request Dec 20, 2022
@parrt parrt merged commit 0828d53 into antlr:dev Dec 20, 2022
@parrt
Copy link
Member Author

parrt commented Dec 20, 2022

During tests setup, the Antlr package is webpacked.
For each test, that package is installed as a dependency of the project in node_modules, using npm link.
Without this change, the antlr package gets deleted as part of destroying the test folder, which makes all subsequent tests fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants