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

Missing elements are not reported as error #173

Open
kavitharaju opened this issue Sep 23, 2022 · 0 comments
Open

Missing elements are not reported as error #173

kavitharaju opened this issue Sep 23, 2022 · 0 comments
Labels

Comments

@kavitharaju
Copy link
Collaborator

When given an input like this without a chapter number

\\id gen \\c \\p \\v 1 test

We can see a MISSING info in the syntax tree.

(File (book (id (bookcode) (description))) (chapter (c (MISSING chapterNumber)) (paragraph (p (v (verseNumber)) (verseText (text))))))

But this can't be queried to report as error!

This issue on tree-sitter repo talks about this

@kavitharaju kavitharaju added this to the 2022 Year end release milestone Nov 7, 2022
@kavitharaju kavitharaju removed this from the 2022 Year end release milestone Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant