forked from higherkindness/rules_scala
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not only does ProblemStringFormats format problems (compilation messages) slightly differently, but it uses `xsbti.Position#pointer` rather than `xsbti.Position#offset` as the column number. Prior to v1.10.1 of Zinc, `sbt.internal.inc.javac.JavaPosition`, a concrete implementation of `Position`, set `pointer` to `None` unconditionally, meaning that `ProblemStringFormats` didn't have access to the line number. To fix this, I upgraded our version of Zinc to v1.10.1 from v1.10.0.
Jaden Peterson
committed
Aug 28, 2024
1 parent
7c1824d
commit adc0b5b
Showing
4 changed files
with
558 additions
and
720 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters