summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-07-23 17:52:56 +0200
committerEugene Burmako <xeno.by@gmail.com>2013-07-23 19:48:09 +0200
commit2864c7f2d744661b2ffc528c1180ad0596a07483 (patch)
tree2a1619677087adad03057b7021f2efbe53095ed2 /bincompat-forward.whitelist.conf
parentfc4b464faeb43c3e2917b11a95c4f84481c443f7 (diff)
downloadscala-2864c7f2d744661b2ffc528c1180ad0596a07483.tar.gz
scala-2864c7f2d744661b2ffc528c1180ad0596a07483.tar.bz2
scala-2864c7f2d744661b2ffc528c1180ad0596a07483.zip
brings JavaMirrors up to speed with ClassfileParser
Apparently there are still discrepancies between how the vanilla compiler turns class files into symbols and how the reflective compiler does it. Working on bringing these guys in sync, one bug at a time.
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index 07dccd7b7f..b3af372b15 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -511,6 +511,10 @@ filter {
{
matchName="scala.reflect.internal.SymbolTable.isMacroExpansionSuppressed"
problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.runtime.JavaMirrors#JavaMirror#FromJavaClassCompleter.scala$reflect$runtime$JavaMirrors$JavaMirror$FromJavaClassCompleter$$enterEmptyCtorIfNecessary$1"
+ problemName=MissingMethodProblem
}
]
}