Skip to content

Remove unused Base dependency - #8655

Merged
cknitt merged 2 commits into
masterfrom
remove-unused-base-dependency
Sep 13, 2026
Merged

cknitt merged 2 commits into
masterfrom
remove-unused-base-dependency

Conversation

@cknitt

@cknitt cknitt commented Sep 13, 2026

Copy link
Copy Markdown
Member

Summary

Remove the unused Jane Street base dependency from the compiler.

base was introduced when the Flow parser 0.267.0 sources were vendored. The modules that used it were subsequently removed or changed during the Flow parser upgrade and pruning work, but the dependency remained in the Dune and opam metadata.

The remaining Flow parser implementation and generated PPX code compile without base.

Validation

  • opam exec -- dune build
  • opam exec -- dune build @install
  • opam exec -- dune exec ounit_tests — 321 tests passed
  • opam lint rescript.opam

Signed-off-by: Christoph Knittel <ck@cca.io>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4dc7537a87

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread compiler/flow_parser/parser/dune
Signed-off-by: Christoph Knittel <ck@cca.io>
@pkg-pr-new

pkg-pr-new Bot commented Sep 13, 2026

Copy link
Copy Markdown

Open in StackBlitz

rescript

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

@rescript/belt

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

@rescript/darwin-arm64

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

@rescript/darwin-x64

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

@rescript/linux-arm64

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

@rescript/linux-x64

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

@rescript/runtime

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

@rescript/win32-x64

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

commit: dff8196

@github-actions

Copy link
Copy Markdown

@cknitt
cknitt enabled auto-merge (squash) September 13, 2026 20:00
@cknitt
cknitt merged commit a41b04f into master Sep 13, 2026
80 of 93 checks passed
@cknitt
cknitt deleted the remove-unused-base-dependency branch September 13, 2026 20:24
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