You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current approach in TextBuffer uses the reset API to preserve row and column information. Although reset is currently being used in lot of places which could lead to future issues if they change the way reset gets used.
We should rather rely on having this prevention logic in next_slice.
The text was updated successfully, but these errors were encountered:
This is a follow-up issue on winnow-rs/winnow#742
Current approach in
TextBuffer
uses thereset
API to preserve row and column information. Althoughreset
is currently being used in lot of places which could lead to future issues if they change the wayreset
gets used.We should rather rely on having this prevention logic in
next_slice
.The text was updated successfully, but these errors were encountered: