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
Previously, there was only one file and so the line number was the only thing that mattered. Now, we'll need to have logic that maps a file:line pair to a single line number of the combined txtar file.
That logic can be either in the frontend or backend (but backend is probably easier, since it's Go code).
With the new support for multiple files (#32040), the error highlighting is broken (sometimes):
https://play.golang.org/p/S5z9R-mbAzj
/cc @ysmolsky @dmitshur
The text was updated successfully, but these errors were encountered: