fix(AstNode::parse
): respect char boundaries of source
when informing about a parse error #558
No reviewers
Labels
No labels
Compat/Breaking
Kind
Bad merge
Kind
Bug
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
New language
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mergiraf/mergiraf#558
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ada4a/mergiraf:ast-parse-fail-char-boundary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fixes the panic mentioned in #557 (comment)
ceil_char_boundary
besidePathBufExt
fix(to fix(AstNode::parse
): respect char boundaries ofsource
when informing about an parse errorAstNode::parse
): respect char boundaries ofsource
when informing about a parse errorAmazing that you were able to debug this even without a reproducing test case! I felt bad of just dropping the log of the panic without more info… Thank you!
I largely owe that to the descriptive panic message that we got from std, but thank you ☺️