Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CU-yrnj0u Fix binary comp of 0.13.2 #2472

Merged
merged 13 commits into from
Aug 30, 2021
3 changes: 3 additions & 0 deletions .github/workflows/build_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Build
working-directory: arrow-libs
run: ./gradlew jsIrTest jsLegacyTest
- name: ApiCheck
working-directory: arrow-libs
run: ./gradlew apiCheck
- name: "Prepare test reports"
if: ${{ always() }}
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build
working-directory: arrow-libs
run: ./gradlew jvmTest
- name: ApiCheck
working-directory: arrow-libs
run: ./gradlew apiCheck
- name: "Prepare test reports"
if: ${{ always() }}
run: |
Expand Down
1 change: 0 additions & 1 deletion arrow-libs/ank/arrow-ank/api/arrow-ank.api
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public final class arrow/ank/AnkFailedException : arrow/ank/NoStackTrace {

public final class arrow/ank/AnkKt {
public static final fun ank (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/util/List;Larrow/ank/AnkOps;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun catchNel (Larrow/core/Validated$Companion;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun humanBytes (J)Ljava/lang/String;
}

Expand Down
4 changes: 2 additions & 2 deletions arrow-libs/core/arrow-annotations/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "org.jetbrains.kotlin.multiplatform"
id "org.jlleitschuh.gradle.ktlint"
id "org.jetbrains.kotlin.multiplatform"
id "org.jlleitschuh.gradle.ktlint"
}

apply from: "$SUB_PROJECT_MPP"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package arrow

@Deprecated("This lives now in a Arrow Meta plugin")
public val given: Nothing
get() = TODO("Should have been replaced by Arrow Meta Compiler Plugin provided by [plugins { id 'io.arrow-kt.arrow' version 'x.x.x' }")

@Deprecated("This lives now in a Arrow Meta plugin")
public fun <A> given(): A =
TODO("Should have been replaced by Arrow Meta Compiler Plugin provided by [plugins { id 'io.arrow-kt.arrow' version 'x.x.x' }]")
249 changes: 68 additions & 181 deletions arrow-libs/core/arrow-core-test/api/arrow-core-test.api

Large diffs are not rendered by default.

575 changes: 568 additions & 7 deletions arrow-libs/core/arrow-core/api/arrow-core.api

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions arrow-libs/core/arrow-meta/api/arrow-meta.api
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@ public final class arrow/meta/encoder/jvm/KotlinMetatadataEncoder$DefaultImpls {
public static fun asTypeName (Larrow/meta/encoder/jvm/KotlinMetatadataEncoder;Lorg/jetbrains/kotlin/metadata/ProtoBuf$Type;Larrow/common/utils/ClassOrPackageDataWrapper$Class;)Larrow/meta/ast/TypeName;
public static fun extractFullName (Larrow/meta/encoder/jvm/KotlinMetatadataEncoder;Lorg/jetbrains/kotlin/metadata/ProtoBuf$Type;Larrow/common/utils/ClassOrPackageDataWrapper;Z)Ljava/lang/String;
public static synthetic fun extractFullName$default (Larrow/meta/encoder/jvm/KotlinMetatadataEncoder;Lorg/jetbrains/kotlin/metadata/ProtoBuf$Type;Larrow/common/utils/ClassOrPackageDataWrapper;ZILjava/lang/Object;)Ljava/lang/String;
public static synthetic fun extractFullName$default (Larrow/meta/encoder/jvm/KotlinMetatadataEncoder;Lorg/jetbrains/kotlin/metadata/ProtoBuf$Type;Lorg/jetbrains/kotlin/metadata/deserialization/NameResolver;Lkotlin/jvm/functions/Function1;ZLjava/lang/Throwable;ILjava/lang/Object;)Ljava/lang/String;
public static fun modifiersFromFlags (Larrow/meta/encoder/jvm/KotlinMetatadataEncoder;I)Ljava/util/List;
public static fun nameOf (Larrow/meta/encoder/jvm/KotlinMetatadataEncoder;Larrow/common/utils/ClassOrPackageDataWrapper$Class;I)Ljava/lang/String;
public static fun supertypes (Larrow/meta/encoder/jvm/KotlinMetatadataEncoder;Larrow/common/utils/ClassOrPackageDataWrapper$Class;Lorg/jetbrains/kotlin/metadata/deserialization/TypeTable;Larrow/common/utils/ProcessorUtils;Ljava/util/List;)Ljava/util/List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ public final class arrow/fx/coroutines/NamedThreadFactory : java/util/concurrent

public final class arrow/fx/coroutines/Predef_testKt {
public static final fun assertThrowable (Lkotlin/jvm/functions/Function0;)Ljava/lang/Throwable;
public static final fun catchSystemErr (Lkotlin/jvm/functions/Function0;)Ljava/lang/String;
public static final fun catchSystemErrInto (Ljava/io/OutputStream;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
public static final fun charRange (Lio/kotest/property/Arb$Companion;)Lio/kotest/property/Arb;
public static final fun either (Larrow/core/Either;)Lio/kotest/matchers/Matcher;
public static final fun either (Lio/kotest/property/Arb$Companion;Lio/kotest/property/Arb;Lio/kotest/property/Arb;)Lio/kotest/property/Arb;
public static final fun flow (Lio/kotest/property/Arb$Companion;Lio/kotest/property/Arb;)Lio/kotest/property/Arb;
public static final fun function (Lio/kotest/property/Arb$Companion;Lio/kotest/property/Arb;)Lio/kotest/property/Arb;
public static final fun functionAToB (Lio/kotest/property/Arb$Companion;Lio/kotest/property/Arb;)Lio/kotest/property/Arb;
public static final fun getSingle ()Larrow/fx/coroutines/Resource;
public static final fun getSingleThreadName ()Ljava/lang/String;
public static final fun getThreadName ()Lkotlin/jvm/functions/Function1;
public static final fun intRange (Lio/kotest/property/Arb$Companion;II)Lio/kotest/property/Arb;
public static synthetic fun intRange$default (Lio/kotest/property/Arb$Companion;IIILjava/lang/Object;)Lio/kotest/property/Arb;
public static final fun leftException (Ljava/lang/Throwable;)Lio/kotest/matchers/Matcher;
Expand All @@ -49,6 +45,12 @@ public final class arrow/fx/coroutines/Predef_testKt {
public static final fun validatedNel (Lio/kotest/property/Arb$Companion;Lio/kotest/property/Arb;Lio/kotest/property/Arb;)Lio/kotest/property/Arb;
}

public final class arrow/fx/coroutines/Predef_test_jvmKt {
public static final fun getSingle ()Larrow/fx/coroutines/Resource;
public static final fun getSingleThreadName ()Ljava/lang/String;
public static final fun getThreadName ()Lkotlin/jvm/functions/Function1;
}

public final class arrow/fx/coroutines/SideEffect {
public fun <init> ()V
public fun <init> (I)V
Expand Down
Loading