Productionize StarLang and retire prototype authority #47
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/star-lang#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Make StarLang a production language whose compiler, runtime, CLI, packaging, and release gates execute entirely through final
star-*/starlang-*systems.prototype/may remain temporarily as compatibility/end-to-end coverage, but it must cease to own language/runtime behavior.Hard definition of done
bash ci/check-prototype-migration.sh --require-finalpasses.starlang-compilerowns the complete closed parser -> expansion -> validation -> normalized IR pipeline..starsource path uses the Common Lisp reader.starlangcommand loads final systems rather thanstarlang-prototypeand provides stable compile/check/run/version behavior.prototype/as authoritative.Compiler critical path
Runtime critical path
Tracking contract
ci/prototype-migration.tsvis the machine-readable implementation-authority ledger. A row becomescompatonly after the final owner contains the behavior, final-system tests prove it independently, and the prototype file is forwarding/composition only (or is removed from the authoritative ASDF system).See
docs/PRODUCTION-READINESS.md.