|
6 | 6 | # |illegal redefinition of standard class AnyVal
|
7 | 7 |
|
8 | 8 | ../scala-scala/src/library/scala/collection/generic/ParSetFactory.scala
|
9 |
| - |
10 |
| -../scala-scala/src/library/scala/collection/mutable/DefaultEntry.scala |
11 |
| -# 22 | "(kv: " + key + ", " + value + ")" + (if (next != null) " -> " + next.toString else "") |
12 |
| -# | ^^^^ |
13 |
| -# | cyclic reference involving method toString |
14 |
| - |
15 |
| -../scala-scala/src/library/scala/collection/mutable/ImmutableMapAdaptor.scala |
16 |
| -# 78 | override def toString() = imap.toString() |
17 |
| -# | ^^^^^^^^^^^^^^^ |
18 |
| -# | missing argument for parameter index of method apply: (index: Int)Char |
19 |
| - |
20 |
| -../scala-scala/src/library/scala/collection/mutable/LinkedHashMap.scala |
21 |
| -# 102 | protected class FilteredKeys(p: A => Boolean) extends super.FilteredKeys(p) { |
22 |
| -# | ^^^^^^^^^^^^^^^^^^^^ |
23 |
| -# | cyclic inheritance: class FilteredKeys extends itself |
24 |
| -# ... |
25 |
| - |
26 |
| -../scala-scala/src/library/scala/collection/mutable/ObservableBuffer.scala |
27 |
| -# 73 | }) |
28 |
| -# | ^ |
29 |
| -# | found: scala.collection.script.Reset with scala.collection.mutable.Undoable{...} |
30 |
| -# | required: scala.collection.script.Message[A] & scala.collection.mutable.Undoable |
31 |
| -# ... |
| 9 | +# assertion failed |
| 10 | +# at dotty.tools.dotc.core.TypeComparer.dotty$tools$dotc$core$TypeComparer$$monitoredIsSubType(TypeComparer.scala:141) |
32 | 11 |
|
33 | 12 | ../scala-scala/src/library/scala/collection/mutable/ObservableMap.scala
|
34 |
| -# 68 | }) |
35 |
| -# | ^ |
36 |
| -# | found: scala.collection.script.Reset with scala.collection.mutable.Undoable{...} |
37 |
| -# | required: scala.collection.script.Message[(A, B)] & scala.collection.mutable.Undoable |
38 |
| - |
39 |
| -../scala-scala/src/library/scala/collection/mutable/ObservableSet.scala |
40 |
| -# 52 | }) |
41 |
| -# | ^ |
42 |
| -# | found: scala.collection.script.Reset with scala.collection.mutable.Undoable{...} |
43 |
| -# | required: scala.collection.script.Message[A] & scala.collection.mutable.Undoable |
44 |
| - |
45 |
| -../scala-scala/src/library/scala/collection/mutable/SynchronizedQueue.scala |
46 |
| -# 102 | override def toString() = synchronized { super.toString() } |
47 |
| -# | ^^^^^^^^^^^^^^^^ |
48 |
| -# | missing argument for parameter index of method apply: (index: Int)Char |
49 |
| - |
50 |
| -../scala-scala/src/library/scala/collection/mutable/UnrolledBuffer.scala |
51 |
| -# 347 | override def toString = array.take(size).mkString("Unrolled[" + array.length + "](", ", ", ")") + " -> " + (if (next ne null) next.toString else "") |
52 |
| -# | ^^^^ |
53 |
| -# | cyclic reference involving method toString |
| 13 | +# assertion failed: data race? overwriting symbol of type ((kv: (A, B))scala.collection.mutable.ObservableMap[A, B](ObservableMap.this))(ObservableMap.this.super$+=) |
54 | 14 |
|
55 | 15 | ../scala-scala/src/library/scala/collection/mutable/SynchronizedBuffer.scala
|
56 |
| -# assertion failed |
57 |
| - |
58 |
| -../scala-scala/src/library/scala/collection/parallel/mutable/ParArray.scala |
59 |
| -# 648 | class Map[S](f: T => S, targetarr: Array[Any], offset: Int, howmany: Int) extends Task[Unit, Map[S]] { |
60 |
| -# | ^ |
61 |
| -# | overriding class Map in trait ParIterableLike; |
62 |
| -# | class Map cannot be used here - class definitions cannot be overridden |
63 |
| - |
64 |
| -../scala-scala/src/library/scala/collection/parallel/mutable/ParMap.scala |
65 |
| -# 42 | override def updated [U >: V](key: K, value: U): ParMap[K, U] = this + ((key, value)) |
66 |
| -# | ^^^^^^^^^^^^^^^^^^^^^ |
67 |
| -# | found: scala.collection.parallel.ParMap[K, U] |
68 |
| -# | required: scala.collection.parallel.mutable.ParMap'[K, U] |
69 |
| -# | |
70 |
| -# | where: ParMap is a trait in package parallel |
71 |
| -# | ParMap' is a trait in package mutable |
72 |
| - |
73 |
| - |
74 |
| -../scala-scala/src/library/scala/collection/parallel/mutable/ResizableParArrayCombiner.scala |
75 |
| -# 91 | new { val chain = c } with ResizableParArrayCombiner[T] // was: with EnvironmentPassingCombiner[T, ParArray[T]] |
76 |
| -# | ^ |
77 |
| -# | early definitions are not supported; use trait parameters instead |
78 |
| - |
79 |
| -../scala-scala/src/library/scala/collection/parallel/mutable/ParTrieMap.scala |
80 |
| -# 136 | it.iterated = this.iterated |
81 |
| -# | ^^^^^^^^^^^ |
82 |
| -# | value `iterated` is not a member of scala.collection.concurrent.TrieMapIterator[K, V](it) |
| 16 | +# assertion failed: data race? overwriting symbol of type ((xs: scala.collection.TraversableOnce[A])scala.collection.mutable.SynchronizedBuffer[A](SynchronizedBuffer.this))(SynchronizedBuffer.this.super$++=), long form = TermRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,mutable)),SynchronizedBuffer)),scala$collection$mutable$SynchronizedBuffer$$super$$plus$plus$eq)/withSig(Signature(List(scala.collection.TraversableOnce),scala.collection.mutable.SynchronizedBuffer)) of class class dotty.tools.dotc.core.Types$TermRefWithSignature, |
| 17 | +# at scala.Predef$.assert(Predef.scala:165) |
| 18 | +# at dotty.tools.dotc.core.Types$NamedType.checkSymAssign(Types.scala:1490) |
| 19 | +# at dotty.tools.dotc.core.Types$NamedType.setDenot(Types.scala:1525) |
83 | 20 |
|
84 | 21 | ../scala-scala/src/library/scala/collection/parallel/ParIterableLike.scala
|
85 | 22 | # assertion failed: found: => scala.collection.parallel.Combiner[(U, S), That](ParIterableLike.this.BuilderOps[(U, S), That]#asCombiner)
|
|
91 | 28 | # at dotty.tools.dotc.typer.Typer$$anonfun$typed$2.apply(Typer.scala:1527)
|
92 | 29 |
|
93 | 30 | ../scala-scala/src/library/scala/collection/parallel/ParMap.scala
|
| 31 | +# assertion failed |
| 32 | +# at scala.Predef$.assert(Predef.scala:151) |
| 33 | +# at dotty.tools.dotc.core.TypeComparer.dotty$tools$dotc$core$TypeComparer$$monitoredIsSubType(TypeComparer.scala:141) |
| 34 | +# at dotty.tools.dotc.core.TypeComparer$$anonfun$isSubType$1.apply$mcZ$sp(TypeComparer.scala:113) |
| 35 | + |
94 | 36 | ../scala-scala/src/library/scala/collection/parallel/ParMapLike.scala
|
| 37 | +# at scala.Predef$.assert(Predef.scala:151) |
| 38 | +# at dotty.tools.dotc.core.TypeComparer.dotty$tools$dotc$core$TypeComparer$$monitoredIsSubType(TypeComparer.scala:141) |
| 39 | +# at dotty.tools.dotc.core.TypeComparer$$anonfun$isSubType$1.apply$mcZ$sp(TypeComparer.scala:113) |
95 | 40 |
|
96 | 41 | ../scala-scala/src/library/scala/collection/parallel/ParSeqLike.scala
|
97 |
| -# 334 | protected trait Accessor[R, Tp] extends super.Accessor[R, Tp] { |
98 |
| -# | ^^^^^^^^^^^^^^^^^^^^^ |
99 |
| -# | cyclic inheritance: trait Accessor extends itself |
100 |
| - |
101 |
| -../scala-scala/src/library/scala/collection/parallel/RemainsIterator.scala |
102 |
| -# 617 | class Zipped[S](ti: SeqSplitter[S]) extends super.Zipped[S](ti) with SeqSplitter[(T, S)] { |
103 |
| -# | ^^^^^^^^^^^^^^^^^^ |
104 |
| -# | cyclic inheritance: class Zipped extends itself |
| 42 | +# assertion failed: found: => scala.collection.parallel.Combiner[(U, S), That]((AnyRef & ParSeqLike.this.BuilderOps[(U, S), That])#asCombiner) |
| 43 | +# required: scala.collection.parallel.Combiner[(Any, S), That] |
| 44 | +# tree = this.builder2ops[(U, S)^, That^](bf.apply(this.repr)).asCombiner, took 21.014 sec |
| 45 | +# at scala.Predef$.assert(Predef.scala:165) |
| 46 | +# at dotty.tools.dotc.transform.TreeChecker$Checker.adapt(TreeChecker.scala:452) |
| 47 | +# at dotty.tools.dotc.typer.Typer$$anonfun$typed$2.apply(Typer.scala:1529) |
105 | 48 |
|
106 | 49 | ../scala-scala/src/library/scala/collection/parallel/Tasks.scala
|
107 | 50 | # 429 | fjtask.body.result
|
108 | 51 | # | ^^^^^^^^^^^
|
109 | 52 | # | value `body` is not a member of ForkJoinTasks.this.WrappedTask[R, Tp](fjtask)
|
110 | 53 |
|
111 |
| -../scala-scala/src/library/scala/concurrent/SyncChannel.scala |
112 |
| -# 45 | writeReq.get |
113 |
| -# | ^^^^^^^^^^^^ |
114 |
| -# | none of the overloaded alternatives of method get in class SyncVar with types |
115 |
| -# | (timeout: Long)Option[Boolean] |
116 |
| -# | => Boolean |
117 |
| -# | match expected type Unit |
118 |
| - |
119 | 54 | ../scala-scala/src/library/scala/concurrent/impl/ExecutionContextImpl.scala
|
120 | 55 | # assertion failed
|
121 | 56 |
|
122 | 57 | ../scala-scala/src/library/scala/concurrent/package.scala
|
123 |
| -# assertion failed |
124 |
| - |
| 58 | +# assertion failed: found: scala.concurrent.Awaitable[T] |
| 59 | +# required: scala.concurrent.Awaitable[T](awaitable) |
| 60 | +# tree = <special-ops>.<dummy-apply>[scala.concurrent.Awaitable[T]]( |
| 61 | +# { |
| 62 | +# def $anonfun(): scala.concurrent.Awaitable[T] = awaitable.ready(atMost)(scala.concurrent.AwaitPermission) |
| 63 | +# closure($anonfun) |
| 64 | +# } |
| 65 | +# ), took 25.209 sec |
| 66 | +# at scala.Predef$.assert(Predef.scala:165) |
| 67 | +# at dotty.tools.dotc.transform.TreeChecker$Checker.adapt(TreeChecker.scala:452) |
| 68 | +# at dotty.tools.dotc.typer.ProtoTypes$FunProto.typedArg(ProtoTypes.scala:236) |
| 69 | +# at dotty.tools.dotc.typer.Applications$ApplyToUntyped.typedArg(Applications.scala:551) |
| 70 | +# at dotty.tools.dotc.typer.Applications$ApplyToUntyped.typedArg(Applications.scala:549) |
125 | 71 |
|
126 | 72 | ../scala-scala/src/library/scala/Function1.scala
|
127 | 73 | # assertion failed: duplicate class Function1#14914; previous was class Function1#14919
|
|
148 | 94 | ../scala-scala/src/library/scala/Function8.scala
|
149 | 95 | ../scala-scala/src/library/scala/Function9.scala
|
150 | 96 |
|
151 |
| -../scala-scala/src/library/scala/io/BufferedSource.scala |
152 |
| -# 38 | override lazy val iter = ( |
153 |
| -# | ^ |
154 |
| -# | overriding getter iter in class Source of type => collection.Iterator[Char]; |
155 |
| -# | lazy value iter of type collection.Iterator[Char] may not override a non-lazy value |
156 |
| - |
157 |
| -../scala-scala/src/library/scala/io/Source.scala |
158 |
| -# 303 | report(pos, msg, out) |
159 |
| -# | ^^^ |
160 |
| -# | not found: msg |
161 |
| - |
162 |
| -../scala-scala/src/library/scala/ref/WeakReference.scala |
163 |
| -# 33 | if (x != null) Some(x) else None |
164 |
| -# | ^^^^^^^^^^^ |
165 |
| -# | Values of types wr.underlying.java$lang$ref$WeakReference$$T and Null cannot be compared with == or != |
166 |
| - |
167 | 97 | ../scala-scala/src/library/scala/reflect/ClassManifestDeprecatedApis.scala
|
168 | 98 | # 51 | import Manifest._
|
169 | 99 | # | ^^^^^^^^
|
|
204 | 134 |
|
205 | 135 | ../scala-scala/src/library/scala/text/Document.scala
|
206 | 136 |
|
207 |
| -# 19 |case class Tuple1[@specialized(Int, Long, Double) +T1](_1: T1) |
208 |
| -# | ^ |
209 |
| -# | value _1 is already defined as method _1: => T1 |
210 |
| - |
211 | 137 | ../scala-scala/src/library/scala/util/control/Exception.scala
|
212 | 138 | # scala.MatchError: PostfixOp(Select(Ident(pf),isDefinedAt),_) (of class dotty.tools.dotc.ast.untpd$PostfixOp)
|
213 | 139 | # at dotty.tools.dotc.ast.Trees$Instance$TreeAccumulator.foldOver(Trees.scala:1173)
|
|
0 commit comments