Skip to content

Commit f37b540

Browse files
committed
Revert accidentally committed files
1 parent 86ea3d7 commit f37b540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/config/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

compiler/src/dotty/tools/dotc/core/classfile/ClassfileParser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)