Bug 1862692 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

In order to migrate to 1-origin column number everywhere, we first need to remove the code that uses 0-origin column number internally, while keeping the observable behavior such as debugger, error message, stack trace, etc.
once the o-origin column number type consumers are all rewritten, then we can rewrite each input/ouput to use 1-origin value.
In order to migrate to 1-origin column number everywhere, we first need to remove the code that uses 0-origin column number internally, while keeping the observable behavior such as debugger, error message, stack trace, etc.
once the 0-origin column number type consumers are all rewritten, then we can rewrite each input/ouput to use 1-origin value.

Back to Bug 1862692 Comment 0