tree-sitter/script
Amaan Qureshi 3f424c0121 feat: add an API to time out query executions
Currently, if a predicate is hard to match on the Rust side, a sizable
query against a very large file can take forever, and ends up hanging.
This commit adds an API function `ts_query_cursor_set_timeout_micros` to
limit how long query execution is allowed to take, thereby negating the
chance of a hang to occur.
2024-08-31 14:33:28 -04:00
..
util refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
benchmark refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
benchmark.cmd ci(windows): exit in script when failing 2024-02-08 14:21:42 +01:00
build-fuzzers refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
build-wasm build(wasm): support big endian machines (#3492) 2024-07-29 16:19:56 +03:00
build-wasm-stdlib refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
check-mallocs refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
cliff.toml docs: update changelog 2024-03-12 01:14:37 -04:00
fetch-emscripten refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
fetch-fixtures refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
fetch-fixtures.cmd chore: switch fetch-fixtures.cmd to all master branches 2023-09-21 11:28:22 +03:00
generate-bindings feat: add an API to time out query executions 2024-08-31 14:33:28 -04:00
generate-fixtures refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
generate-fixtures-wasm refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
generate-fixtures.cmd Add --abi flag to generate command, generate version 13 by default 2022-01-17 14:50:47 -08:00
generate-unicode-categories-json feat(cli): bump unicode data to v15.1.0 2024-05-06 15:25:42 -04:00
generate-wasm-exports-list refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
heap-profile refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
reproduce refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
run-fuzzer refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
serve-docs wasm: Fix typo in Node.typeId 2020-02-21 17:06:07 -08:00
show-symbol-sizes Add script for dumping the sizes of each symbol in a dynamic library 2019-06-16 11:17:53 -07:00
test refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
test-wasm refactor(scripts): clean up bash scripts 2024-07-28 10:12:55 +03:00
test.cmd ci(windows): exit in script when failing 2024-02-08 14:21:42 +01:00