Skip to content

Prepare release 6.0 #1817

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 3 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
if: runner.os == 'Windows'

- name: Pin dune
if: runner.os == 'Windows'
run: opam pin add -n dune https://github.com/hhugo/dune.git#shorter-path-jsoo

- name: Pin wasm_of_ocaml
Expand Down Expand Up @@ -130,6 +131,10 @@ jobs:
working-directory: ./wasm_of_ocaml
run: opam exec -- dune build @runtest-wasm

# we continue-on-error on windows because we seem to often hit
# an internal assert inside libuv.
# See https://github.com/libuv/libuv/issues/3622

- name: Run tests with CPS effects
if: ${{ matrix.ocaml-compiler >= '5.' && matrix.separate_compilation }}
continue-on-error: ${{ matrix.os == 'windows-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dev
# 6.0.0

## Features/Changes
* Compiler/Runtime: Make resuming a continuation more efficient in js (#1765)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.9.1
6.0.0
Loading