We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c71e41e + 74db1d3 commit 3de1c0cCopy full SHA for 3de1c0c
bincompat-backward.whitelist.conf
@@ -5,6 +5,22 @@ filter {
5
# "scala.reflect.runtime"
6
]
7
problems=[
8
+ {
9
+ matchName="scala.collection.immutable.Vector.debug"
10
+ problemName=DirectMissingMethodProblem
11
+ },
12
13
+ matchName="scala.collection.immutable.VectorBuilder.debug"
14
15
16
17
+ matchName="scala.collection.immutable.VectorPointer.debug"
18
19
20
21
+ matchName="scala.collection.immutable.VectorIterator.debug"
22
23
24
{
25
matchName="scala.reflect.runtime.JavaMirrors#JavaMirror.unpickleClass"
26
problemName=IncompatibleMethTypeProblem
0 commit comments