Skip to content

@rescript/runtime package #7483

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

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

cometkim
Copy link
Member

@cometkim cometkim commented May 18, 2025

Part of #6183

Issues:

  • yarn workspace @rescript/runtime clean (rewatch clean) doesn't work properly
  • rewatch build and rescript clean are not compatible.
  • It should still be the standard_library, not a regular dependency. Or breaks the bsc command without a build system.
    • If we split @rescript/stdlib and @rescript/belt as regular dependencies, we have to compromise with this.

@cometkim cometkim requested a review from cknitt May 18, 2025 07:23
@cknitt
Copy link
Member

cknitt commented May 18, 2025

This looks great! Could you rebase to resolve the conflicts?

@cometkim cometkim requested a review from jfrolich May 18, 2025 10:21
if checkDir path then
readDirectory path
|> List.map (fun name ->
collect ~checkDir ~maxDepth:(n - 1)
Copy link
Member Author

Choose a reason for hiding this comment

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

This needs to be made a bit more stable.

If users use a monorepo, they may still need to look upward to find the runtime package.

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.

2 participants