summaryrefslogtreecommitdiff
path: root/bincompat-backward.whitelist.conf
blob: 6e260872c9edeeef01946547be9a169b9f961b87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
filter {
  packages = [
    "scala.reflect.internal"
    # "scala.concurrent.impl"
    # "scala.reflect.runtime"
  ]
  problems=[
    {
      matchName="scala.reflect.runtime.JavaMirrors#JavaMirror.unpickleClass"
      problemName=IncompatibleMethTypeProblem
    },
    {
      matchName="scala.reflect.runtime.SymbolLoaders#TopClassCompleter.this"
      problemName=IncompatibleMethTypeProblem
    },
    {
      matchName="scala.sys.process.ProcessImpl#CompoundProcess.getExitValue"
      problemName=DirectMissingMethodProblem
    },
    # these next seven can be removed once there is a fix for
    # https://github.com/typesafehub/migration-manager/issues/147
    {
        matchName="scala.collection.Iterator#Leading#1.hd_="
        problemName=DirectMissingMethodProblem
    },
    {
        matchName="scala.collection.Iterator#Leading#1.hd"
        problemName=DirectMissingMethodProblem
    },
    {
        matchName="scala.collection.Iterator#Leading#1.status_="
        problemName=DirectMissingMethodProblem
    },
    {
        matchName="scala.collection.Iterator#Leading#1.lookahead_="
        problemName=DirectMissingMethodProblem
    },
    {
        matchName="scala.collection.Iterator#Leading#1.status"
        problemName=DirectMissingMethodProblem
    },
    {
        matchName="scala.collection.Iterator#Leading#1.lookahead"
        problemName=DirectMissingMethodProblem
    }
  ]
}