Cut the 0.10.1 rockspec (kernel 41.2 + warm-FASL load echo fix, #40)#42
Merged
Conversation
0.10.1 is a patch over 0.10.0: same bundled kernel (41.2), plus the warm-FASL `(load)` echo fix from #40 (PR #41) — a warm cache hit now re-emits each top-level form's value, so `(load FILE)` stdout no longer depends on fasl-cache state and matches shen-rust/shen-go. - shen-0.10.1-1.rockspec: new release rockspec, pins tag v0.10.1 (identical build to 0.10.0-1 otherwise). - README: mark 0.10.1 as the current release in the rock->kernel map; point the explicit-install hint at 0.10.1-1. Publishing the rock (luarocks upload) still has to happen from a machine with a luarocks.org API key; see #38. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Release rock for the warm-FASL
(load)echo fix (#40 / #41), which is onmainbut not in any published version — the last release,v0.10.0, predates it.0.10.1is a patch over0.10.0: same bundled kernel (41.2), plus the fix. A warm fasl-cache(load)hit now re-emits each top-level form's value, so(load FILE)stdout no longer depends on cache state and matches shen-rust / shen-go.shen-0.10.1-1.rockspec— new release rockspec, pins tagv0.10.1; identical build to0.10.0-1otherwise.luarocks lintclean.0.10.1as the current release in the rock→kernel map; point the explicit-install hint at0.10.1-1.Mirrors the
v0.10.0release process (#39).After merge
v0.10.1on the merge commit and push (the rockspec pins that tag).luarocks upload shen-0.10.1-1.rockspec— needs a luarocks.org API key, so it runs from a machine that has one (see Published luarocks rock (shen 0.9.0-1) still ships kernel 41.1; repo HEAD is 41.2 #38).🤖 Generated with Claude Code