Skip to content

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

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. #31

Re-run triggered April 6, 2024 16:19
Status Success
Total duration 1m 7s
Artifacts

build_documentation.yml

on: pull_request
Build Documentation
57s
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]