Cut the 0.10.0 rockspec (kernel 41.2); make the 0.9.0 rockspec honest#39
Merged
Conversation
Fixes the release-channel half of #38: the published luarocks rock (shen 0.9.0-1) builds from tag v0.9.0 and ships kernel 41.1, while HEAD has been on 41.2 since the S41.2 refresh (#36/#37) — and the 0.9.0 rockspec at HEAD misleadingly claimed 41.2 while still pinning v0.9.0. - shen-0.10.0-1.rockspec: new release rockspec, pins tag v0.10.0 (identical build to 0.9.0-1 otherwise; the kernel bump is in the tree). - shen-0.9.0-1.rockspec: description reverted to the accurate "kernel 41.1" it actually builds, with a pointer to 0.10.0 for 41.2. - README: document the rock-version -> kernel mapping. Publishing the rock (luarocks upload) still has to happen from a machine with a luarocks.org API key; see #38. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 21, 2026
Merged
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.
Fixes the repo-side half of #38.
shen-0.10.0-1.rockspec: new release rockspec pinning tagv0.10.0(to be created at the merge commit), so the published rock can finally ship the 41.2 kernel that HEAD has carried since Update vendored kernel to Tarver's S41.2 (2026-07-11 refresh) #36/stdlib: load the standard library from S-lineage lib/StLib sources #37.shen-0.9.0-1.rockspec: description reverted to the accurate "kernel 41.1" that tagv0.9.0actually builds, with a pointer to 0.10.0.After merge: tag
v0.10.0on the merge commit, thenluarocks upload shen-0.10.0-1.rockspec --api-key=<key>from a machine with luarocks + an API key (this one has neither).🤖 Generated with Claude Code