-
Notifications
You must be signed in to change notification settings - Fork 19
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
start_line
behaviour was changed at v2
#558
Comments
Hi @dalance , |
I found the problem and will prepare new releases. Again, thanks for reporting 👍 |
The mentioned test succeeds in my fixed environment: running 1 test |
…n FindMatchesImpl Partial fix for jsinger67/parol#558
Good news. New releases are available.
All tests on branch parol_v2_migration in my clone are finally passing. I'll close this issue for now. Feel free to reopen it in case of any problems or create a new one. Keep in mind that version 2 isn't really production ready and occasionally bugs can occur. |
Thank you for your work! |
I'm debugging some test failures at veryl-lang/veryl#1169,
and found a behaviour change about
start_line
.I added the following code, and executed
cargo test -- "formatter::test_47_embed" --nocapture
.The results are below:
master
branch (parol v1)parol_v2
branchThe
x.line
comes fromlocation.start_line
ofparol_runtime::lexer::token::Token
.I think the expected
start_line
is11
.The text was updated successfully, but these errors were encountered: