Skip to content

Conversation

@cknitt
Copy link
Member

@cknitt cknitt commented Jan 4, 2026

Fixes #8145

@cknitt cknitt requested review from Bushuo and nojaf January 4, 2026 09:53
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 4, 2026

Open in StackBlitz

rescript

npm i https://pkg.pr.new/rescript-lang/rescript@8146

@rescript/darwin-arm64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/darwin-arm64@8146

@rescript/darwin-x64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/darwin-x64@8146

@rescript/linux-arm64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/linux-arm64@8146

@rescript/linux-x64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/linux-x64@8146

@rescript/runtime

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/runtime@8146

@rescript/win32-x64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/win32-x64@8146

commit: 888e157

const { execBuildLegacy } = setup(import.meta.dirname);
const { execBuild, execClean } = setup(import.meta.dirname);

const { stdout } = await execBuild();
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

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

@cknitt cknitt force-pushed the rewatch-warn-package-specs branch from 14cc149 to d4864cd Compare January 6, 2026 07:51
const out = await execBuildLegacy();
assert.match(
out.stderr,
stdout,
Copy link
Member

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?

@cknitt cknitt force-pushed the rewatch-warn-package-specs branch from d4864cd to 1d2a676 Compare January 6, 2026 10:04
@cknitt cknitt force-pushed the rewatch-warn-package-specs branch from 1d2a676 to 8182322 Compare January 6, 2026 11:46
# Conflicts:
#	CHANGELOG.md
@cknitt cknitt merged commit 10edf2c into rescript-lang:master Jan 6, 2026
25 checks passed
@cknitt cknitt deleted the rewatch-warn-package-specs branch January 6, 2026 12:40
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.

Rewatch does not warn about es6/es6-global package specs

3 participants