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 {
160
160
final val showCompletions = false
161
161
162
162
/** If set, enables tracing */
163
- final val tracingEnabled = true
163
+ final val tracingEnabled = false
164
164
165
165
/** Initial capacity of uniques HashMap.
166
166
* 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(
761
761
assert(cond,
762
762
s " Unpickling ${classRoot.symbol.showLocated} from ${classRoot.symbol.associatedFile} is not allowed with -Yscala2-unpickler $allowed" )
763
763
764
- if (false && allowed != " always" ) {
764
+ if (allowed != " always" ) {
765
765
failUnless(allowed != " never" )
766
766
val allowedList = allowed.split(" :" ).toList
767
767
val file = classRoot.symbol.associatedFile
You can’t perform that action at this time.
0 commit comments