Skip to content

Stubtest failed on Tue Sep 06 2022 #8689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
github-actions bot opened this issue Sep 6, 2022 · 1 comment · Fixed by #8693
Closed

Stubtest failed on Tue Sep 06 2022 #8689

github-actions bot opened this issue Sep 6, 2022 · 1 comment · Fixed by #8693

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2022

Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/daily.yml

@JelleZijlstra
Copy link
Member

tree-sitter

error: tree_sitter.Node.children_by_field_id is not present in stub
Stub:
MISSING
Runtime:
<method 'children_by_field_id' of 'tree_sitter.Node' objects>

error: tree_sitter.Node.children_by_field_name is not present in stub
Stub:
MISSING
Runtime:
<method 'children_by_field_name' of 'tree_sitter.Node' objects>

error: tree_sitter.Node.field_name_for_child is not present in stub
Stub:
MISSING
Runtime:
<method 'field_name_for_child' of 'tree_sitter.Node' objects>

error: tree_sitter.Node.id is not present in stub
Stub:
MISSING
Runtime:
<attribute 'id' of 'tree_sitter.Node' objects>

error: tree_sitter.Node.named_children is not present in stub
Stub:
MISSING
Runtime:
<attribute 'named_children' of 'tree_sitter.Node' objects>

error: tree_sitter.Tree.get_changed_ranges is not present in stub
Stub:
MISSING
Runtime:
<method 'get_changed_ranges' of 'tree_sitter.Tree' objects>

error: tree_sitter.TreeCursor.copy is not present in stub
Stub:
MISSING
Runtime:
<method 'copy' of 'tree_sitter.TreeCursor' objects>

error: tree_sitter.binding.Node.children_by_field_id is not present in stub
Stub:
MISSING
Runtime:
<method 'children_by_field_id' of 'tree_sitter.Node' objects>

error: tree_sitter.binding.Node.children_by_field_name is not present in stub
Stub:
MISSING
Runtime:
<method 'children_by_field_name' of 'tree_sitter.Node' objects>

error: tree_sitter.binding.Node.field_name_for_child is not present in stub
Stub:
MISSING
Runtime:
<method 'field_name_for_child' of 'tree_sitter.Node' objects>

error: tree_sitter.binding.Node.id is not present in stub
Stub:
MISSING
Runtime:
<attribute 'id' of 'tree_sitter.Node' objects>

error: tree_sitter.binding.Node.named_children is not present in stub
Stub:
MISSING
Runtime:
<attribute 'named_children' of 'tree_sitter.Node' objects>

error: tree_sitter.binding.Tree.get_changed_ranges is not present in stub
Stub:
MISSING
Runtime:
<method 'get_changed_ranges' of 'tree_sitter.Tree' objects>

error: tree_sitter.binding.TreeCursor.copy is not present in stub
Stub:
MISSING
Runtime:
<method 'copy' of 'tree_sitter.TreeCursor' objects>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant