Block a user
Parser accepts invalid UTF-16 surrogate pairs (low-low) as valid
Parser accepts invalid UTF-16 surrogate pairs (low-low) as valid
The counterexample given doesn't actually work (it's correctly rejected), but we'll make the suggested changes anyway for clarity
Invalid WriteRange inputs (inverted begin/end or negative lengths) crash instead of being rejected
Invalid WriteRange inputs (inverted begin/end or negative lengths) crash instead of being rejected
An input that violates a precondition does not constitute a bug
Support building on ARM with NEON histogram intrinsics
Support building on ARM with NEON histogram intrinsics
You should now have the pre-commit dependencies installed. Make sure the pre-commit passes
Support building on ARM with NEON histogram intrinsics
You should have access to github now. Please write use simd intrinsics for arm implementation.
schemagen builder crashes on scalar root values when root schema is object/array
schemagen: reject scalar root values when root schema is object/array