Conversation
Deploying nulang-docs with
|
| Latest commit: |
276ab98
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3c4966de.nulang-docs.pages.dev |
| Branch Preview URL: | https://semantic-closure-distributed.nulang-docs.pages.dev |
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.
Depends on
refactor(authority): keep external authority typed through actor runtimeSummary
spawn@node ... with [...]to preserve exact spawn-site external authority through MIR, bytecode metadata, VM dispatch, and the distributed runtimePacket::SpawnRequestAuthon unused NUL0 packet type 17 for authority-bearing remote spawnsSpawnRequestbyte layout for empty-authority spawnsAuthorityManifestbefore remote actor creation and reject malformed, duplicate/non-canonical, oversized, or trailing authority encodingsWire compatibility
NUL0
WIRE_VERSIONremains 1. No existing packet layout is changed. Empty-authority remote spawn still uses the frozen type-3SpawnRequest; authority-bearing spawn uses additive packet type 17. Older peers therefore never reinterpret new bytes under the legacy layout.Security model
AuthorityManifest), not stringly typedCoverage
RSpawnrecords exact spawn-PC authority metadataValidation
Static compile-oriented review completed across packet enum exhaustiveness, VM callback signatures,
tcpfeature gates, NUL0 version constants, payload safety, and runtime exports. Local Cargo execution is unavailable in this environment because repository cloning cannot resolve github.com; GitHub CI is the executable validation gate.Draft until #398 and this stacked PR pass CI.