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

Use the local version of babel in test262 job #10749

Merged
merged 5 commits into from Nov 22, 2019

Conversation

jbhoosreddy
Copy link
Contributor

@jbhoosreddy jbhoosreddy commented Nov 22, 2019

Q                       A
Fixed Issues? Fixes #1, Fixes #2
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

Raised in #10556 (review), this PR attempts to use a local copy of babel by directly referencing it instead of using yarn link to link all packages.

Relates to: babel/babel-test262-runner#25

I didn't realize this before but using the local copy instead of the published packages means the the stack traces are much more usable, apparently!

@jbhoosreddy jbhoosreddy changed the title Use the local version of babel Use the local version of babel in test262 job Nov 22, 2019
@jbhoosreddy
Copy link
Contributor Author

@nicolo-ribaudo this PR is also ready to go! 🕺

@@ -101,23 +101,25 @@ jobs:
- run:
name: Setup Test Runner
command: |
git clone --recurse-submodules https://github.com/babel/babel-test262-runner
git clone --recurse-submodules https://github.com/jbhoosreddy/babel-test262-runner
Copy link
Member

Choose a reason for hiding this comment

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

Should this be updated?

@existentialism
Copy link
Member

@jbhoosreddy nice work!

@JLHwung JLHwung merged commit 74fb914 into babel:master Nov 22, 2019
@jbhoosreddy jbhoosreddy deleted the use-local-babel branch November 22, 2019 17:13
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Feb 21, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: test262 outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants