File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ object Config {
160160 final val showCompletions = false
161161
162162 /** If set, enables tracing */
163- final val tracingEnabled = true
163+ final val tracingEnabled = false
164164
165165 /** Initial capacity of uniques HashMap.
166166 * Note: This MUST BE a power of two to work with util.HashSet
Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ class ClassfileParser(
761761 assert(cond,
762762 s " Unpickling ${classRoot.symbol.showLocated} from ${classRoot.symbol.associatedFile} is not allowed with -Yscala2-unpickler $allowed" )
763763
764- if (false && allowed != " always" ) {
764+ if (allowed != " always" ) {
765765 failUnless(allowed != " never" )
766766 val allowedList = allowed.split(" :" ).toList
767767 val file = classRoot.symbol.associatedFile
You can’t perform that action at this time.
0 commit comments