-
Notifications
You must be signed in to change notification settings - Fork 144
Rename getLineNo()
to getLineNumber()
#974
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
Comments
The original deprecation and other related changes may need reworking.
Fortunately, we have not yet made a release with #1232 included. |
If the sibling has |
Yes, I think that's the best we can do.
Yeah, I'll need to take a look at how the sorting works. It's possible that the change to nullable was slightly breaking (though perhaps The question arises: how should That said, I think (usually)
This is problematic anyway if adding more than one Hmm. This initially seemed like a straightforward change !)) |
I have another idea: We could enforce that all
WDYT? |
I think we should do this, with both line and column number required. Looking at the code now,
I also note that To avoid negative and/or overlapping column numbers, I think the next step is to add the remaining unit tests for |
Sounds like a good plan to me! |
getLineNumber
as an alias in V8.xgetLineNo
in V8.xmain
The text was updated successfully, but these errors were encountered: