hvesalai / emacs-sbt-mode

An emacs mode for interacting with scala sbt and projects
GNU General Public License v3.0
125 stars 38 forks source link

support 1.0 source error report column #126

Closed fommil closed 6 years ago

fommil commented 6 years ago

@VlachJosef is it time to unleash the column support? :smile:

[info] Compiling 1 Scala source to /tmp/fommil-sbt/home/fommil/Projects/stalactite/target/scala-2.12/classes ...
[error] /home/fommil/Projects/stalactite/src/main/scala/scalaz/Default.scala:102:23: type mismatch;
[error]  found   : y.type (with underlying type Y)
[error]  required: Y
[error]               ev2.inj(y)
[error]                       ^

note that the column info is present (although there might be a count-from-zero vs count-from-one issue). We're currently not seeing the column.

VlachJosef commented 6 years ago

Here is PR #127 with Sbt 1.0 support.

Count-from-zero vs count-from-one shouldn't be an issue, I paid attention to that while implementing column support in sbt :eagle: