tree-sitter/cli/src/tests
Max Brunsfeld 09b18fad5b
Merge pull request #3181 from tree-sitter/handle-wasm-oom
When loading languages via WASM, gracefully handle memory errors and leaks in external scanners
2024-03-18 13:15:06 -07:00
..
helpers Merge pull request #3181 from tree-sitter/handle-wasm-oom 2024-03-18 13:15:06 -07:00
proc_macro build(deps): bump deps & lockfile 2024-02-29 02:17:30 -05:00
async_context_test.rs chore(test): use different languages for async tests 2024-02-12 06:30:36 -05:00
corpus_test.rs chore: provide a CLI flag to open log.html 2024-02-11 02:28:34 -05:00
detect_language.rs fix(generate): extern allocator functions for the template don't need to be "exported" 2024-03-05 11:19:06 -05:00
highlight_test.rs refactor!: remove the apply-all-captures flag, make last-wins precedence the default 2024-02-16 12:34:12 -05:00
language_test.rs chore: update relevant rust tests 2024-02-16 12:34:12 -05:00
mod.rs chore: get rid of github_issue_test file 2024-02-21 12:01:25 -05:00
node_test.rs chore: clippy 2024-02-06 23:34:14 -05:00
parser_hang_test.rs docs: various fixes 2024-02-08 00:08:59 +01:00
parser_test.rs feat(bindings/rust): expose Parser::included_ranges 2024-03-12 02:29:35 -04:00
pathological_test.rs Introduce language ref-count management C APIs, remove Copy impl for Language in Rust 2023-12-27 14:59:16 -08:00
query_test.rs chore: get rid of github_issue_test file 2024-02-21 12:01:25 -05:00
tags_test.rs chore: turbofish styling 2024-03-17 05:36:30 -04:00
test_highlight_test.rs chore(cli): apply clippy fixes 2024-02-04 04:18:48 -05:00
test_tags_test.rs chore: clippy 2024-02-06 23:34:14 -05:00
text_provider_test.rs style: prefer turbofish syntax where possible 2024-02-19 16:00:50 -05:00
tree_test.rs docs: various fixes 2024-02-08 00:08:59 +01:00
wasm_language_test.rs Clean up wasm store construction, avoid hard-coding initial memory size 2024-03-17 10:20:18 -07:00