Skip to content

Move secure native entropy completion into selected source - #376

Merged
julia-script merged 2 commits into
julia/jul-132-native-clocksfrom
julia/jul-133-native-entropy
Sep 7, 2026
Merged

Move secure native entropy completion into selected source#376
julia-script merged 2 commits into
julia/jul-132-native-clocksfrom
julia/jul-133-native-entropy

Conversation

@julia-script

@julia-script julia-script commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Moves secure native entropy completion into selected Silk source. Darwin calls arc4random_buf with its actual void contract; GNU completes bounded getrandom requests with GRND_NONBLOCK, checked partial counts and immediate errno capture.

Deletes the random-fill intrinsic and generated C entropy policy. Empty fills make no call. Failed or invalid results retain the existing fatal outcome, without weak fallback or a new typed failure channel.

Validation: all six independent native source/C conformance lanes, including partial-prefix and failure cases; 2361 compiler tests and 321 shared native acceptance tests; typecheck, formatting, lint, test, check and release:candidate passed. Fixes JUL-133.

Stack created with GitHub Stacks CLI

@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
silk-effect-docs Ready Ready Preview Sep 7, 2026 2:07am UTC

Request Review

@julia-script
julia-script force-pushed the julia/jul-133-native-entropy branch from c0b410c to db0f6d6 Compare September 7, 2026 01:21
@julia-script julia-script changed the title Move secure native entropy completion policy into selected source Move secure native entropy completion into selected source Sep 7, 2026
@julia-script
julia-script marked this pull request as ready for review September 7, 2026 01:27
@julia-script
julia-script force-pushed the julia/jul-133-native-entropy branch from db0f6d6 to f8d3263 Compare September 7, 2026 02:06
@julia-script
julia-script merged commit dd4510f into main Sep 7, 2026
4 of 15 checks passed
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