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
This means that when we use scalafix with --auto-classpath and [--auto-classpath-roots <dir>]* arguments, then the symbol table is effectively initialized with an empty classpath.
The text was updated successfully, but these errors were encountered:
I noticed a subtle problem in the argument validation logic,
At this time, I'm referring to this version: https://github.com/scalacenter/scalafix/blob/8bcc7d440b21bf05eda5cec37edcbe144c073701/scalafix-cli/src/main/scala/scalafix/internal/v1/Args.scala
Specifically, to the difference between:
configuredSymtab
, which uses the "raw" classpath:classLoader
, which uses the "validated" classpath:This means that when we use scalafix with
--auto-classpath
and[--auto-classpath-roots <dir>]*
arguments, then the symbol table is effectively initialized with an empty classpath.The text was updated successfully, but these errors were encountered: