arrow-kt / arrow-integrations

Λrrow Integrations is part of Λrrow, a functional companion to Kotlin's Standard Library
http://arrow-kt.io
Other
27 stars 6 forks source link

BUILD: error when integrating 'Revert IO changes (#33)' with the rest of Arrow libraries #35

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

Data

Error


arrow-examples > Test

e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/FpToTheMax.kt: (10, 17): Unresolved reference: unsafeRunSync e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/FpToTheMax.kt: (103, 35): No type arguments expected for inline fun IO.Companion.monadDefer(): IOMonadDefer e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/FpToTheMax.kt: (107, 11): Unresolved reference: unsafeRunSync e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/StartHere.kt: (17, 70): One type argument expected for class IO e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/BusinessLogic.kt: (17, 30): One type argument expected for class IO e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Framework.kt: (24, 30): One type argument expected for class IO e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Framework.kt: (31, 28): One type argument expected for class IO e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Framework.kt: (34, 31): One type argument expected for class IO e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Mapper.kt: (5, 17): Unresolved reference: flatMap e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Mapper.kt: (15, 9): One type argument expected for class IO e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Mapper.kt: (15, 51): One type argument expected for class IO e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Mapper.kt: (16, 15): Cannot infer a type for this parameter. Please specify it explicitly. e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Mapper.kt: (18, 9): One type argument expected for class IO e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Mapper.kt: (18, 52): One type argument expected for class IO e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Mapper.kt: (19, 15): Cannot infer a type for this parameter. Please specify it explicitly. e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (7, 17): Unresolved reference: IOPartialOf e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (10, 17): Unresolved reference: unsafeRunSync e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (31, 48): Unresolved reference: unsafeRunSync e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (39, 50): Unresolved reference: IOPartialOf e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 3): Object is not abstract and does not implement abstract member public abstract fun asyncF(k: ProcF<[ERROR : IOPartialOf], A> / = ((Either<Throwable, A>) -> Unit) -> Kind<[ERROR : IOPartialOf], Unit> /): Kind<[ERROR : IOPartialOf], A> defined in arrow.typeclasses.solved.RequestOperationsAsync e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'Async' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'MonadDefer' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'MonadThrow' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'MonadError' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'ApplicativeError' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'Applicative' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'Apply' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'Functor' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'Invariant' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'Monad' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'Selective' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 12): Type parameter F of 'Bracket' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (40, 35): Unresolved reference: IOPartialOf e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/Usage.kt: (41, 11): Unresolved reference: IOPartialOf e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (5, 17): Unresolved reference: IOPartialOf e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (10, 17): Unresolved reference: unsafeRunSync e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (30, 47): Unresolved reference: unsafeRunSync e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (38, 50): Unresolved reference: IOPartialOf e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 3): Object is not abstract and does not implement abstract member public abstract fun asyncF(k: ProcF<[ERROR : IOPartialOf], A> / = ((Either<Throwable, A>) -> Unit) -> Kind<[ERROR : IOPartialOf], Unit> /): Kind<[ERROR : IOPartialOf], A> defined in com.pacoworks.typeclasses.basics.solved.advanced.RequestOperationsKAsync e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'Async' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'MonadDefer' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'MonadThrow' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'MonadError' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'ApplicativeError' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'Applicative' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'Apply' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'Functor' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'Invariant' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'Monad' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'Selective' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 12): Type parameter F of 'Bracket' has inconsistent values: [ERROR : IOPartialOf], [ERROR : IOPartialOf] e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (39, 36): Unresolved reference: IOPartialOf e: /Users/runner/runners/2.263.0/work/arrow-integrations/arrow-examples/src/test/kotlin/arrow/typeclasses/solved/advanced/Usage.kt: (40, 11): Unresolved reference: IOPartialOf

FAILURE: Build failed with an exception.

BUILD FAILED in 18s

Result

Local install arrow-core OK
Local install arrow-ui OK
Local install arrow-fx OK
Local install arrow-incubator OK
Local install arrow-optics OK
Local install arrow-ank OK
Local install arrow-integrations OK
Local install arrow-check OK
Test arrow-core OK
Test arrow-ui OK
Test arrow-fx OK
Test arrow-incubator OK
Test arrow-optics OK
Test arrow-ank OK
Test arrow-integrations OK
Test arrow-check OK
Test arrow-examples KO !!