summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-06-27 17:09:39 +0200
committerEugene Burmako <xeno.by@gmail.com>2013-06-28 12:48:10 +0200
commit55decf733eb361c235ef1bd9039e5c6226202a96 (patch)
treec6b59c63d986352f12e25a890d5fffc565a5d593 /bincompat-forward.whitelist.conf
parentf89f2d969fa0ed0a6bf036a1f6a9cad8267a7265 (diff)
downloadscala-55decf733eb361c235ef1bd9039e5c6226202a96.tar.gz
scala-55decf733eb361c235ef1bd9039e5c6226202a96.tar.bz2
scala-55decf733eb361c235ef1bd9039e5c6226202a96.zip
makes it more convenient to work with SuppressMacroExpansionAttachment
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index 284e0809a8..ec7e2fb6ba 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -479,6 +479,30 @@ filter {
{
matchName="scala.reflect.internal.Definitions#DefinitionsClass.primitiveGetClassMethods"
problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.StdAttachments.unsuppressMacroExpansion"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.StdAttachments.suppressMacroExpansion"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.StdAttachments.isMacroExpansionSuppressed"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.SymbolTable.unsuppressMacroExpansion"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.SymbolTable.suppressMacroExpansion"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.SymbolTable.isMacroExpansionSuppressed"
+ problemName=MissingMethodProblem
}
]
}