zig icon indicating copy to clipboard operation
zig copied to clipboard

bugfix: when std.options.crypto_always_getrandom is set, use std.option.cryptoRandomSeed

Open SkamDart opened this issue 1 year ago • 3 comments

Resolves https://github.com/ziglang/zig/issues/19943

SkamDart avatar May 13 '24 22:05 SkamDart

I am trying to figure out how to write a test for this in-tree. Any guidance would be appreciated.

SkamDart avatar May 13 '24 22:05 SkamDart

I don't think something like this necessarily needs a test.

Vexu avatar May 21 '24 10:05 Vexu

I don't think something like this necessarily needs a test.

@Vexu Thank you for the review. I have switched the PR to open to test the changes in CI.

SkamDart avatar May 21 '24 22:05 SkamDart