summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-05-14 12:52:07 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-05-14 12:52:07 +0000
commit14dbc65b92e4e6ff37a0901ea1b4d0c14308632b (patch)
treefb33e4330791221b031bd2346619cacbfddbd939 /src
parentcafc8d6e57868b7353eb8846aba663cdf2db3335 (diff)
downloadscala-14dbc65b92e4e6ff37a0901ea1b4d0c14308632b.tar.gz
scala-14dbc65b92e4e6ff37a0901ea1b4d0c14308632b.tar.bz2
scala-14dbc65b92e4e6ff37a0901ea1b4d0c14308632b.zip
Further stability test failures will be fatal a...
Further stability test failures will be fatal again. New (deterministic) starr included: any further "key not found" errors will be reproducible. Warnings will be printed when linking old classfiles.
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/symtab/classfile/UnPickler.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/symtab/classfile/UnPickler.scala b/src/compiler/scala/tools/nsc/symtab/classfile/UnPickler.scala
index ff000c85d6..be9b3e949f 100644
--- a/src/compiler/scala/tools/nsc/symtab/classfile/UnPickler.scala
+++ b/src/compiler/scala/tools/nsc/symtab/classfile/UnPickler.scala
@@ -73,15 +73,15 @@ abstract class UnPickler {
//---cut here---
+/*
// transiently, use this bit as long as stability fails.
if (major != 4 && major != 5)
+*/
// once stability is restored, use the following bit instead:
-/*
if (major == 4) { // !!! temporarily accept 4 as version.
println("WARNING: old class format, please recompile "+filename)
} else
-*/
//---cut here---
if (major != MajorVersion || minor > MinorVersion)