Skip to content

Add a lock around parse, to prevent concurrent access to the underlying parse tree. #32

Add a lock around parse, to prevent concurrent access to the underlying parse tree.

Add a lock around parse, to prevent concurrent access to the underlying parse tree. #32

Triggered via pull request April 8, 2024 13:01
Status Success
Total duration 49s
Artifacts

build_documentation.yml

on: pull_request
Build Documentation
39s
Build Documentation
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Build Documentation: Users/runner/work/Runestone/DerivedData/SourcePackages/checkouts/tree-sitter/lib/src/./parser.c#L359
implicit conversion loses integer precision: 'uintptr_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
Build Documentation: Users/runner/work/Runestone/DerivedData/SourcePackages/checkouts/tree-sitter/lib/src/./parser.c#L377
implicit conversion loses integer precision: 'uintptr_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
Build Documentation: Users/runner/work/Runestone/DerivedData/SourcePackages/checkouts/tree-sitter/lib/src/./parser.c#L402
implicit conversion loses integer precision: 'uintptr_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
Build Documentation: Users/runner/work/Runestone/DerivedData/SourcePackages/checkouts/tree-sitter/lib/src/./parser.c#L423
implicit conversion loses integer precision: 'uintptr_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]