Pin the site to Deed 0.2.12 - #46
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Pins the Deed website’s embedded compiler/runtime references to Deed 0.2.12, ensuring the playground, diagnostics, agent receipts, install instructions, and external source links all consistently target the same release.
Changes:
- Updated playground/share-link fragments and pinned version constants from 0.2.11 → 0.2.12.
- Updated install page filenames and example outputs to 0.2.12.
- Updated the examples index tag and agent page source links to v0.2.12.
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| one-clause/index.html | Updates “Open in the playground” links to use #0.2.12/... fragments. |
| install/index.html | Updates install artifacts and versioned examples to 0.2.12. |
| examples/index.json | Updates the examples corpus tag to v0.2.12. |
| assets/play.js | Pins playground TAG/VERSION constants to v0.2.12 / 0.2.12. |
| assets/errors.js | Pins diagnostics page TAG/VERSION constants to v0.2.12 / 0.2.12. |
| assets/agents.js | Pins agent receipts page TAG/VERSION constants to v0.2.12 / 0.2.12. |
| agents/index.html | Updates GitHub source links to point at blob/v0.2.12/.... |
Suppressed comments (2)
install/index.html:157
- The macOS install snippet includes leading spaces on all lines after the first. Because this is inside
, the indentation becomes part of the rendered/copiable commands and is inconsistent with the rest of the page.
<pre class="code"><code>$ tar xzf deed-v0.2.12-aarch64-apple-darwin.tar.gz
$ xattr -d com.apple.quarantine deed-v0.2.12-aarch64-apple-darwin/deed
$ ./deed-v0.2.12-aarch64-apple-darwin/deed --version
deed 0.2.12</code></pre>
install/index.html:165
- The Windows PowerShell snippet adds leading spaces before the second prompt line and output. In a preformatted code block this indentation is preserved and makes the commands look misaligned compared to other snippets.
<pre class="code"><code>> Expand-Archive deed-v0.2.12-x86_64-pc-windows-msvc.zip .
> .\deed-v0.2.12-x86_64-pc-windows-msvc\deed.exe --version
deed 0.2.12</code></pre>
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
What this changes
Pins the playground, diagnostics, agent receipts, install page, source links and share links to Deed 0.2.12. The vendored wasm is the release asset and matches the published checksum.
The example corpus did not change between 0.2.11 and 0.2.12. Regeneration changed only the index tag.
Checks
node tools/examples.mjs: 29 examples, 14 in the pickernode tools/check.mjs: 73 files and 29 examples, all clean62d27403915420827ab9ca3327e4b6aad515479f8fe352ec364efc77690ce90dhello, worldand finishes