Skip to content

Update scala-native to 0.5.1 in series/7.2.x (#2697) #3323

Update scala-native to 0.5.1 in series/7.2.x (#2697)

Update scala-native to 0.5.1 in series/7.2.x (#2697) #3323

Triggered via push April 17, 2024 22:20
Status Success
Total duration 13m 56s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

149 warnings
test (3, rootJVM, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (3, rootJVM, 8): core/src/main/scala/scalaz/Tree.scala#L131
The conversion (p : A => (A1, A2)) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
test (3, rootJVM, 8): core/src/main/scala/scalaz/Tree.scala#L131
The conversion (p : A => (A1, A2)) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
test (3, rootJVM, 8): core/src/main/scala-2.13+/scalaz/collection/IndexedSeqOptimized.scala#L6
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L15
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L263
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L265
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L275
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L277
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L281
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated since 2.13.0: Use .iterator.toArray
test (3, rootJVM, 8): core/src/main/scala/scalaz/Tree.scala#L131
The conversion (p : A => (A1, A2)) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
test (3, rootJVM, 8): core/src/main/scala/scalaz/Tree.scala#L131
The conversion (p : A => (A1, A2)) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
test (3, rootJVM, 8): core/src/main/scala-2.13+/scalaz/collection/IndexedSeqOptimized.scala#L6
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L15
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L263
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L265
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L275
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L277
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L281
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJVM, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated since 2.13.0: Use .iterator.toArray
test (2_13, rootJVM, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/EitherT.scala#L484
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/ISet.scala#L651
abstract type A in type pattern scalaz.ISet[A] is unchecked since it is eliminated by erasure
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/Map.scala#L864
the type test for pattern A ==>> B cannot be checked at runtime because it has type parameters eliminated by erasure
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/MaybeT.scala#L230
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/OptionT.scala#L266
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/StrictTree.scala#L166
abstract type A in type pattern scalaz.StrictTree[A] is unchecked since it is eliminated by erasure
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/unused.scala#L8
inheritance from class deprecated in package scala is deprecated (since 2.13.0): Scheduled for being final in the future
test (2_13, rootJVM, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJVM, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L24
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJVM, 8): core/src/main/scala-2.13+/scalaz/std/LazyList.scala#L63
method toStream in trait IterableOnceOps is deprecated (since 2.13.0): Use .to(LazyList) instead of .toStream
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/EitherT.scala#L484
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/ISet.scala#L651
abstract type A in type pattern scalaz.ISet[A] is unchecked since it is eliminated by erasure
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/Map.scala#L864
the type test for pattern A ==>> B cannot be checked at runtime because it has type parameters eliminated by erasure
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/MaybeT.scala#L230
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/OptionT.scala#L266
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/StrictTree.scala#L166
abstract type A in type pattern scalaz.StrictTree[A] is unchecked since it is eliminated by erasure
test (2_13, rootJVM, 8): core/src/main/scala/scalaz/unused.scala#L8
inheritance from class deprecated in package scala is deprecated (since 2.13.0): Scheduled for being final in the future
test (2_13, rootJVM, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJVM, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L24
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJVM, 8): core/src/main/scala-2.13+/scalaz/std/LazyList.scala#L63
method toStream in trait IterableOnceOps is deprecated (since 2.13.0): Use .to(LazyList) instead of .toStream
test (2_12, rootJVM, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L37
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L37
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L48
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L63
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L72
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L81
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L160
method copyToArray in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L233
method copyToArray in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L260
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L37
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L37
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L48
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L63
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L72
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L81
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L160
method copyToArray in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L233
method copyToArray in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJVM, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L260
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_13, rootJVM, 17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/EitherT.scala#L484
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/ISet.scala#L651
abstract type A in type pattern scalaz.ISet[A] is unchecked since it is eliminated by erasure
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/Map.scala#L864
the type test for pattern A ==>> B cannot be checked at runtime because it has type parameters eliminated by erasure
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/MaybeT.scala#L230
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/OptionT.scala#L266
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/StrictTree.scala#L166
abstract type A in type pattern scalaz.StrictTree[A] is unchecked since it is eliminated by erasure
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/unused.scala#L8
inheritance from class deprecated in package scala is deprecated (since 2.13.0): Scheduled for being final in the future
test (2_13, rootJVM, 17): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJVM, 17): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L24
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJVM, 17): core/src/main/scala-2.13+/scalaz/std/LazyList.scala#L63
method toStream in trait IterableOnceOps is deprecated (since 2.13.0): Use .to(LazyList) instead of .toStream
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/EitherT.scala#L484
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/ISet.scala#L651
abstract type A in type pattern scalaz.ISet[A] is unchecked since it is eliminated by erasure
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/Map.scala#L864
the type test for pattern A ==>> B cannot be checked at runtime because it has type parameters eliminated by erasure
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/MaybeT.scala#L230
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/OptionT.scala#L266
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/StrictTree.scala#L166
abstract type A in type pattern scalaz.StrictTree[A] is unchecked since it is eliminated by erasure
test (2_13, rootJVM, 17): core/src/main/scala/scalaz/unused.scala#L8
inheritance from class deprecated in package scala is deprecated (since 2.13.0): Scheduled for being final in the future
test (2_13, rootJVM, 17): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJVM, 17): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L24
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJVM, 17): core/src/main/scala-2.13+/scalaz/std/LazyList.scala#L63
method toStream in trait IterableOnceOps is deprecated (since 2.13.0): Use .to(LazyList) instead of .toStream
test (2_13, rootJS, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (2_13, rootJS, 8): core/src/main/scala/scalaz/EitherT.scala#L484
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJS, 8): core/src/main/scala/scalaz/ISet.scala#L651
abstract type A in type pattern scalaz.ISet[A] is unchecked since it is eliminated by erasure
test (2_13, rootJS, 8): core/src/main/scala/scalaz/Map.scala#L864
the type test for pattern A ==>> B cannot be checked at runtime because it has type parameters eliminated by erasure
test (2_13, rootJS, 8): core/src/main/scala/scalaz/MaybeT.scala#L230
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJS, 8): core/src/main/scala/scalaz/OptionT.scala#L266
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootJS, 8): core/src/main/scala/scalaz/StrictTree.scala#L166
abstract type A in type pattern scalaz.StrictTree[A] is unchecked since it is eliminated by erasure
test (2_13, rootJS, 8): core/src/main/scala/scalaz/unused.scala#L8
inheritance from class deprecated in package scala is deprecated (since 2.13.0): Scheduled for being final in the future
test (2_13, rootJS, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJS, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L24
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootJS, 8): core/src/main/scala-2.13+/scalaz/std/LazyList.scala#L63
method toStream in trait IterableOnceOps is deprecated (since 2.13.0): Use .to(LazyList) instead of .toStream
test (3, rootJS, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (3, rootJS, 8): core/src/main/scala/scalaz/Tree.scala#L131
The conversion (p : A => (A1, A2)) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
test (3, rootJS, 8): core/src/main/scala/scalaz/Tree.scala#L131
The conversion (p : A => (A1, A2)) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
test (3, rootJS, 8): core/src/main/scala-2.13+/scalaz/collection/IndexedSeqOptimized.scala#L6
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L15
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L263
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L265
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L275
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L277
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L281
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootJS, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated since 2.13.0: Use .iterator.toArray
test (2_12, rootJS, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (2_12, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L37
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L37
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L48
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L63
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L72
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L81
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L160
method copyToArray in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L233
method copyToArray in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootJS, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L260
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootNative, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (2_12, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L37
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L37
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L48
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L63
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L72
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L81
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L160
method copyToArray in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L233
method copyToArray in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (2_12, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L260
method apply in class ImmutableArray is deprecated (since 7.2.19): removed in scalaz 7.3: not total
test (3, rootNative, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (3, rootNative, 8): core/src/main/scala/scalaz/Tree.scala#L131
The conversion (p : A => (A1, A2)) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
test (3, rootNative, 8): core/src/main/scala/scalaz/Tree.scala#L131
The conversion (p : A => (A1, A2)) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
test (3, rootNative, 8): core/src/main/scala-2.13+/scalaz/collection/IndexedSeqOptimized.scala#L6
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L15
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L263
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L265
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L275
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L277
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootNative, 8): core/src/main/scala/scalaz/ImmutableArray.scala#L281
According to new variance rules, this is no longer accepted; need to annotate with @uncheckedVariance
test (3, rootNative, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated since 2.13.0: Use .iterator.toArray
test (2_13, rootNative, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (2_13, rootNative, 8): core/src/main/scala/scalaz/EitherT.scala#L484
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootNative, 8): core/src/main/scala/scalaz/ISet.scala#L651
abstract type A in type pattern scalaz.ISet[A] is unchecked since it is eliminated by erasure
test (2_13, rootNative, 8): core/src/main/scala/scalaz/Map.scala#L864
the type test for pattern A ==>> B cannot be checked at runtime because it has type parameters eliminated by erasure
test (2_13, rootNative, 8): core/src/main/scala/scalaz/MaybeT.scala#L230
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootNative, 8): core/src/main/scala/scalaz/OptionT.scala#L266
Implicit definition should have explicit type (inferred scalaz.MonadTell[F,W]) [quickfixable]
test (2_13, rootNative, 8): core/src/main/scala/scalaz/StrictTree.scala#L166
abstract type A in type pattern scalaz.StrictTree[A] is unchecked since it is eliminated by erasure
test (2_13, rootNative, 8): core/src/main/scala/scalaz/unused.scala#L8
inheritance from class deprecated in package scala is deprecated (since 2.13.0): Scheduled for being final in the future
test (2_13, rootNative, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L15
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootNative, 8): core/src/main/scala-2.13+/scalaz/ImmutableArrayInstances1.scala#L24
method toArray in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.toArray
test (2_13, rootNative, 8): core/src/main/scala-2.13+/scalaz/std/LazyList.scala#L63
method toStream in trait IterableOnceOps is deprecated (since 2.13.0): Use .to(LazyList) instead of .toStream