Draft
Conversation
Contributor
6fed11d to
78f48f0
Compare
ggreif
commented
Apr 11, 2026
| pkgs.ocamlPackages.js_of_ocaml-ppx | ||
| pkgs.nodejs | ||
| pkgs.nodePackages.terser | ||
| # pkgs.nodePackages.terser |
Contributor
Author
There was a problem hiding this comment.
remove, but check whether jsoo_minify does a decent job, below...
ggreif
commented
Apr 11, 2026
ggreif
commented
Apr 11, 2026
ggreif
commented
Apr 11, 2026
ggreif
commented
Apr 11, 2026
| the explanations that we produce. *) | ||
|
|
||
|
|
||
| let weed comp l = |
Contributor
Author
There was a problem hiding this comment.
Needs some prettifying...
ggreif
commented
Apr 11, 2026
| we have read and what we expect to read. *) | ||
| let stack = stack env in | ||
|
|
||
| let stack_elements (env : 'a env) : element list Lazy.t = |
87c0b39 to
9332f6d
Compare
…asm-memory64` out of the box!
rust-lang/rust#90599 still persists, so we cannot remove `simd_wasm64`, sadly.
f1788b7 to
9f6c398
Compare
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action as defined in [.github/workflows/update-flake-lock-trial.yml](https://github.com/caffeinelabs/motoko/blob/master/.github/workflows/update-flake-lock-trial.yml) and run in: https://github.com/caffeinelabs/motoko/actions/runs/24618770703/attempts/1: ``` Flake lock file updates: • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/5566022' (2026-04-09) → 'github:oxalica/rust-overlay/e611106' (2026-04-18) ``` This PR is just to test if the above dependency bumps cause issues. If checks fail, this PR remains open so we can investigate. If all checks succeed this PR is automatically closed. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action as defined in [.github/workflows/update-flake-lock-trial.yml](https://github.com/caffeinelabs/motoko/blob/master/.github/workflows/update-flake-lock-trial.yml) and run in: https://github.com/caffeinelabs/motoko/actions/runs/24694214655/attempts/1: ``` Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4bd9165' (2026-04-14) → 'github:NixOS/nixpkgs/b12141e' (2026-04-18) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/e611106' (2026-04-18) → 'github:oxalica/rust-overlay/25d75be' (2026-04-20) ``` This PR is just to test if the above dependency bumps cause issues. If checks fail, this PR remains open so we can investigate. If all checks succeed this PR is automatically closed. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ggreif
commented
Apr 20, 2026
ggreif
commented
Apr 20, 2026
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action as defined in [.github/workflows/update-flake-lock-trial.yml](https://github.com/caffeinelabs/motoko/blob/master/.github/workflows/update-flake-lock-trial.yml) and run in: https://github.com/caffeinelabs/motoko/actions/runs/24751176049/attempts/1: ``` Flake lock file updates: • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/25d75be' (2026-04-20) → 'github:oxalica/rust-overlay/0206130' (2026-04-21) ``` This PR is just to test if the above dependency bumps cause issues. If checks fail, this PR remains open so we can investigate. If all checks succeed this PR is automatically closed. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
The arm64 CI was rebuilding OCaml 5.3 from source on every run (no cache hit after the nixos-unstable channel switch) and tripping on \`tests/lib-runtime-events/test_dropped_events.ml\` — a known upstream OCaml flake on aarch64-linux. Channel-native 5.4 should have a working binary cache and resolves the testsuite issue. Also bumps \`src/docs/.ocamlformat\`'s \`ocaml-version\` target from 4.14 to 5.4 to keep the formatter aligned, per the comment in \`pkgs.nix\`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The didc that ships with the upcoming nixos-unstable channel breaks the wide \`type A\` record on a different boundary — same record, same field types, only the line-wrap heuristic moved. Accept the re-wrapped form. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. as defined in [.github/workflows/update-flake-lock.yml](https://github.com/caffeinelabs/motoko/blob/master/.github/workflows/update-flake-lock.yml) and run in: https://github.com/caffeinelabs/motoko/actions/runs/24936570127/attempts/1: ``` Flake lock file updates: • Updated input 'motoko-core-src': 'github:caffeinelabs/motoko-core/cfc392f' (2026-04-20) → 'github:caffeinelabs/motoko-core/1577a86' (2026-04-23) ``` Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action as defined in [.github/workflows/update-flake-lock-trial.yml](https://github.com/caffeinelabs/motoko/blob/master/.github/workflows/update-flake-lock-trial.yml) and run in: https://github.com/caffeinelabs/motoko/actions/runs/24938252253/attempts/1: ``` Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b12141e' (2026-04-18) → 'github:NixOS/nixpkgs/0726a0e' (2026-04-22) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/0206130' (2026-04-21) → 'github:oxalica/rust-overlay/3be56bd' (2026-04-25) ``` This PR is just to test if the above dependency bumps cause issues. If checks fail, this PR remains open so we can investigate. If all checks succeed this PR is automatically closed. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…tance\` OCaml 5.4 ships \`String.edit_distance\` in the stdlib — same algorithm as the hand-rolled \`Lib.String.levenshtein_distance\` (annotated \"Courtesy of Claude.ai\"). Drops 33 lines and the implementation-by-LLM lineage; signature unchanged so callers in \`Suggest\` are untouched. Requires OCaml 5.4 (PR #6006). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Now that 5.4 is the floor, the wrapper around \`String.edit_distance\` is redundant — the single call site in \`Suggest\` uses the stdlib function directly. Removes the wrapper, its mli, and one indirection. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ggreif
commented
Apr 25, 2026
| pkgs.nodejs | ||
| pkgs.nodePackages.terser | ||
| pkgs.nodejs-slim | ||
| # pkgs.nodePackages.terser |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| # pkgs.nodePackages.terser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.