Skip to content

Update bootstrap compiler with #769 fix#1284

Merged
mbouaziz merged 1 commit into
mainfrom
update-bootstrap-769
Jul 3, 2026
Merged

Update bootstrap compiler with #769 fix#1284
mbouaziz merged 1 commit into
mainfrom
update-bootstrap-769

Conversation

@mbouaziz

@mbouaziz mbouaziz commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Bumps the skiplang/compiler/bootstrap submodule to a bootstrap regenerated from a stage1 compiler that includes the #769 value-class field-access fix (moving the canInstantiate check into the NamedLeaf branch 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, the skiplabs/*:latest Docker images can be rebuilt (they are built STAGE=0 from main's bootstrap, so they will then carry the fixed compiler). #1077 can then drop its temporary ci: use fix-769 Docker images commit and go green on :latest.

This PR is intentionally minimal: it changes only the submodule pointer, so sql/src here still contains the .collect(Array) workaround and CI passes on the current :latest images. The compiler job builds STAGE=1 from the new bootstrap and exercises the fixed compiler directly.

Related: #1077, #769

🤖 Generated with Claude Code

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]>
@mbouaziz mbouaziz merged commit a7d44d8 into main Jul 3, 2026
3 checks passed
@mbouaziz mbouaziz deleted the update-bootstrap-769 branch July 3, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant