Skip to content
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

Add doc for cursor functions for rust binding #1485

Closed
wants to merge 3 commits into from

Conversation

Enter-tainer
Copy link

@Enter-tainer Enter-tainer commented Nov 17, 2021

See #567 (comment).

Make it clear that the cursor only "walks" within the node that it started from, and it can't go outside of it.

Closes #567

@Enter-tainer
Copy link
Author

I currently added doc for the rust binding, not pretty sure if other functions (like goto_first_child_for_byte) or other bindings (nodejs, web, etc) have the same issue.

@Enter-tainer
Copy link
Author

Enter-tainer commented Nov 17, 2021

Seems that CI has failed. But what I did is just changing the document. Any suggestions? How to fix the CI?

@Enter-tainer
Copy link
Author

anyone approve ci run?

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

Successfully merging this pull request may close these issues.

Make it clear in cursor-related doc that they are scoped to the starting node
3 participants