Update bootstrap compiler with #769 fix#1284
Merged
Merged
Conversation
Bumps the bootstrap to include the value-class field-access fix (specialize.sk: canInstantiate check moved into the NamedLeaf branch). Prerequisite for #1077: once this is on main, the :latest images rebuild with a fixed compiler so #1077 can drop its temporary fix-769 image pins. Bootstrap source: SkipLabs/skiplang-bootstrap@763ee89fa2b3 Co-Authored-By: Claude Fable 5 <[email protected]>
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.
Summary
Bumps the
skiplang/compiler/bootstrapsubmodule to a bootstrap regenerated from a stage1 compiler that includes the #769 value-class field-access fix (moving thecanInstantiatecheck into theNamedLeafbranch only).Bootstrap commit: SkipLabs/skiplang-bootstrap@763ee89 (built on top of the current
c352962).Why
This is the prerequisite that unblocks the merge of #1077. Once this lands on
main, theskiplabs/*:latestDocker images can be rebuilt (they are builtSTAGE=0frommain's bootstrap, so they will then carry the fixed compiler). #1077 can then drop its temporaryci: use fix-769 Docker imagescommit and go green on:latest.This PR is intentionally minimal: it changes only the submodule pointer, so
sql/srchere still contains the.collect(Array)workaround and CI passes on the current:latestimages. Thecompilerjob buildsSTAGE=1from the new bootstrap and exercises the fixed compiler directly.Related: #1077, #769
🤖 Generated with Claude Code