-
Notifications
You must be signed in to change notification settings - Fork 18
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
Scoped comments not accepted #16
Comments
Error checking would be good. Do you have a reproducer I can test with? |
I do, just need to vet for any leaks, could I sent you this on another channel after I vetted it? |
Sure. Try my email in the git log. |
I have an example of this happening. In particular, it deleting line 13 (thus removing the "scope block" format) will allow this to submit, but including the empty line will not.
Related but side question, how do you mix and match scoped and inline comments? In this linked example (also based on this file) it doesn't apply an inline comment and usage is a bit ambigious. |
Create a few scoped comments, got this:
It would be awesome if the scoped comments would be displayed and checked for consistency with possible error messages on the line numbers.
The text was updated successfully, but these errors were encountered: