-
Notifications
You must be signed in to change notification settings - Fork 477
Rewatch: warn about deprecated package specs es6/es6-global #8146
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
Rewatch: warn about deprecated package specs es6/es6-global #8146
Conversation
rescript
@rescript/darwin-arm64
@rescript/darwin-x64
@rescript/linux-arm64
@rescript/linux-x64
@rescript/runtime
@rescript/win32-x64
commit: |
| const { execBuildLegacy } = setup(import.meta.dirname); | ||
| const { execBuild, execClean } = setup(import.meta.dirname); | ||
|
|
||
| const { stdout } = await execBuild(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we not first learn what the deal with #8138 is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
14cc149 to
d4864cd
Compare
| const out = await execBuildLegacy(); | ||
| assert.match( | ||
| out.stderr, | ||
| stdout, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this still be correct after #8148?
d4864cd to
1d2a676
Compare
1d2a676 to
8182322
Compare
Fixes #8145