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
In order to test out the ExplicitResultTypes semantic rule with scalafix CLI like the example in the docs, one currently has to include scala-library in the --classpath argument.
I think it'd be a smoother developer experience to include scala-library (and possibly other org.scala-lang.* libraries) on the classpath by default so that small examples with semantic rules work when people are using scalafix CLI as a means to try out the tooling for the first time.
In order to test out the
ExplicitResultTypes
semantic rule with scalafix CLI like the example in the docs, one currently has to includescala-library
in the--classpath
argument.I think it'd be a smoother developer experience to include
scala-library
(and possibly otherorg.scala-lang.*
libraries) on the classpath by default so that small examples with semantic rules work when people are using scalafix CLI as a means to try out the tooling for the first time.originally surfaced in scalameta/scalameta#2979
The text was updated successfully, but these errors were encountered: