-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
type: breaking changeA change that requires a major version bump.A change that requires a major version bump.
Description
Position line and column should start at 0, not 1.
initialPos = Position { line: 1, column: 1 } |
This has been super inconvenient for me on several occasions.
https://www.cs.utexas.edu/users/EWD/transcriptions/EWD08xx/EWD831.html
This would be an easy change to make, but the hard part would be not breaking downstream dependents.
Metadata
Metadata
Assignees
Labels
type: breaking changeA change that requires a major version bump.A change that requires a major version bump.