Fix pnpm allowBuilds selector for web demo CI - #1
Draft
acurrieclark with Copilot wants to merge 18 commits into
Draft
Fix pnpm allowBuilds selector for web demo CI#1acurrieclark with Copilot wants to merge 18 commits into
acurrieclark with Copilot wants to merge 18 commits into
Conversation
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
As new versions of hexane supports this. The numbers seem to be roughly consistent, have not seen big performance improvements or drops (ranging from 400ms to 900ms on the pk_insert_benchmark run manually). Probably expected as both are doing binary-ish search. Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Allow automerge-repo to construct a store from scratch with a chunk of bytes, assuming they contain the root commit. Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Previously when calling `Store::apply_commits`, we assume that all commits can be applied, and return an error is that is not the case. As automerge-repo cannot track which commits can be applied, we put this causal delivery logic in coln-js-runtime temporarily, by keeping what is returned from apply_chunk_bytes() and keep retrying until success. coln-js-runtime is not supposed to do this though, and in the long run we wish to move this logic to somewhere else, perhaps subduction. Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Automerge for the compiler demo Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Co-authored-by: acurrieclark <1306728+acurrieclark@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix the failing GitHub Actions job build
Fix pnpm allowBuilds selector for web demo CI
Sep 6, 2026
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.
The
buildjob failed duringpnpm installbecause the@automerge/automerge-repobuild-script allowlist used a git URL selector that pnpm rejects as an invalid version union.allowBuildsselector in both affected workspaces to match the exact lockfile package identity.