Skip to content

Commit 3de1c0c

Browse files
authored
Merge pull request scala#5545 from paplorinc/vectorCleanup
Minor Vector cleanup
2 parents c71e41e + 74db1d3 commit 3de1c0c

File tree

2 files changed

+331
-437
lines changed

2 files changed

+331
-437
lines changed

bincompat-backward.whitelist.conf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ filter {
55
# "scala.reflect.runtime"
66
]
77
problems=[
8+
{
9+
matchName="scala.collection.immutable.Vector.debug"
10+
problemName=DirectMissingMethodProblem
11+
},
12+
{
13+
matchName="scala.collection.immutable.VectorBuilder.debug"
14+
problemName=DirectMissingMethodProblem
15+
},
16+
{
17+
matchName="scala.collection.immutable.VectorPointer.debug"
18+
problemName=DirectMissingMethodProblem
19+
},
20+
{
21+
matchName="scala.collection.immutable.VectorIterator.debug"
22+
problemName=DirectMissingMethodProblem
23+
},
824
{
925
matchName="scala.reflect.runtime.JavaMirrors#JavaMirror.unpickleClass"
1026
problemName=IncompatibleMethTypeProblem

0 commit comments

Comments
 (0)