Owen Shepherd

Results 75 comments of Owen Shepherd

New ACP, proposing a different solution, using only stable rust features: https://github.com/rust-lang/libs-team/issues/659 Would appreciate any feedback.

Do you by any chance have slow setup code outside of a `bench_function()` call, in the `bench_slow`? Criterion can only filter out code *inside* of the `bench_function()` call.

I think this is the only draft with this test? ```sh $ command grep -nire 'unevaluatedProperties with adjacent bool additionalProperties' tests/draft2020-12/unevaluatedProperties.json:130: "description": "unevaluatedProperties with adjacent bool additionalProperties", ``` It looks...

@jdesrosiers Alright, I've updated all three drafts to match, with the `bool` and `non-bool` versions. Note that the `non-bool` version doesn't actually test anything about the `non-bool` nature of the...

I'm seeing this issue (at least, I'm pretty sure it's this issue) on arm64 linux, in helix, but not when running `tree-sitter test` on `master`, in this repo. --- I'm...