Closed ammaraskar closed 3 years ago
@ammaraskar would you mind rebasing this on top of bpo-43950
(just merged your fix #9), so that we can proceed.
@ammaraskar would you mind rebasing this on top of
bpo-43950
(just merged your fix #9), so that we can proceed.
Done!
Thanks Ammar! Later today (in a couple of hours), I'll try to do a final rebase against CPython upstream. Seems like there a couple of changes in the compiler
This should fix #10. To be merged after #9
It converts byte offsets to character offsets in the column numbers so that cases like
are properly printed as
instead of
This also fixes all of the remaining tests, meaning we can start building out the PEP657 tests after this.