We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3aa50 commit a646497Copy full SHA for a646497
compiler/src/dotty/tools/dotc/GlobalCache.scala
@@ -28,7 +28,6 @@ object GlobalCache:
28
29
object NoGlobalCache extends GlobalCache:
30
def getOrCreateClassPath(key: AbstractFile, createValue: => ClassPath)(using Context): ClassPath =
31
- report.configurationWarning(em"Not GlobalCache set")
32
createValue
33
34
/** A cache for values associated with files on disk, that invalidates
0 commit comments