Skip to content

Rewatch windows support #7477

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

Merged
merged 39 commits into from
Jun 4, 2025
Merged

Rewatch windows support #7477

merged 39 commits into from
Jun 4, 2025

Conversation

jfrolich
Copy link
Contributor

No description provided.

@jfrolich jfrolich force-pushed the rewatch-paths branch 2 times, most recently from 7523e6c to 94a8133 Compare May 23, 2025 20:06
Copy link

pkg-pr-new bot commented May 26, 2025

Open in StackBlitz

rescript

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

@rescript/darwin-arm64

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

@rescript/darwin-x64

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

@rescript/linux-arm64

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

@rescript/linux-x64

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

@rescript/win32-x64

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

commit: 097d6e6

@jfrolich jfrolich changed the title Rewatch paths - windows support Rewatch windows support May 30, 2025
Copy link
Member

@cknitt cknitt left a comment

Choose a reason for hiding this comment

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

Great work getting rewatch to run on Windows and fixing CI @jfrolich @Bushuo!

@@ -98,6 +98,9 @@ jobs:
- name: Install npm packages
run: yarn install

- name: Install testrepo deps
run: cd rewatch/testrepo && yarn install
Copy link
Member

Choose a reason for hiding this comment

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

Ideally rewatch/testrepo should be added to the yarn workspaces, then we wouldn't need this. We can look into that in a separate PR though.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Behavior is slightly different then. It's better to have a separate independent workspace for testing. If we add it to the monorepo, the dependencies would be hoisted to the rescript root, so we have a monorepo inside a monorepo.

@nojaf
Copy link
Collaborator

nojaf commented Jun 3, 2025

I just fired up the old Windows gall.
Creating a new Vite template worked with rewatch, and I also tested https://github.com/rescript-lang/experimental-rescript-webapi/

Both worked fine for me, ship it!

@jfrolich jfrolich merged commit 38414ac into master Jun 4, 2025
16 checks passed
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.

4 participants