Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: TypeError
Message: Couldn't cast array of type string to null
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2224, in cast_table_to_schema
cast_array_to_feature(
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1795, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
_c(array.field(name) if name in array_fields else null_array, subfeature)
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
return func(array, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2086, in cast_array_to_feature
return array_cast(
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
return func(array, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1948, in array_cast
raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
TypeError: Couldn't cast array of type string to null
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1919, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
instance_id string | time_estimate string | submission_type string | repository dict | created_at string | modified_at string | category_ids list | app_category string | task_type string | description string | before_commit dict | after_commit dict | patch null | commands dict | issues list | modules_affected_by_pr list | pull_request dict | test_files list | testing_type string | acceptance_criteria dict | image_urls list | video_urls list | golden_patch string | test_patch string | commit_type null | patch_content null | validation_script null |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
airbnb__lottie-android-pr_2427 | <1h | PIPELINE | {
"name": "lottie-android",
"owner": "airbnb",
"url": "https://github.com/airbnb/lottie-android"
} | 2025-09-19T21:52:17.485903Z | 2025-11-19T22:04:52.816957Z | [
"performance"
] | Library | bugfix | # 2426: GradientColorKeyframeAnimation does not handle progress outside [0,1]
**Describe the bug**
According to documentation of `BaseKeyframeAnimation.getValue` progress outside of `[0,1]` should be supported as well:
> keyframeProgress will be [0, 1] unless the interpolator has overshoot in which case, this should be... | {
"java_version": 17,
"sha": "664c8e3537f12a8962474a033f67565bbcf25606",
"change_id": null,
"target_sdk": 34,
"url": null
} | {
"java_version": 17,
"sha": "db452ead07707d25df64358c348d157704dc82f2",
"change_id": null,
"target_sdk": 34,
"url": null
} | null | {
"android_test": [
"./gradlew -q tasks --all | cut -d ' ' -f1 | grep -E '^\\S*:connected[^:]*DebugAndroidTest' | xargs ./gradlew --no-configuration-cache --continue"
],
"before_build": [],
"build": [
"./gradlew assembleDebug"
],
"unit_test": [
"./gradlew -q tasks --all | cut -d ' ' -f1 | grep -... | [
{
"id": 2426,
"url": "https://github.com/airbnb/lottie-android/issues/2426"
}
] | [] | {
"id": 2427,
"url": "https://github.com/airbnb/lottie-android/pull/2427"
} | [
"lottie/src/test/java/com/airbnb/lottie/model/content/GradientColorTest.java",
"snapshot-tests/src/main/assets/Tests/GradientColorKeyframeAnimation.zip"
] | ALL_UNIT_TESTS_AND_ALL_ANDROID_TESTS | {
"fail_to_pass": [
"testDebugUnitTest#Test testLerpWithHalfProgress(com.airbnb.lottie.model.content.GradientColorTest)",
"testDebugUnitTest#Test testLerpWithOutOfBoundsPositiveProgress(com.airbnb.lottie.model.content.GradientColorTest)",
"testDebugUnitTest#Test testLerpWithOutOfBoundsNegativeProgress(com... | [
"https://github.com/airbnb/lottie-android/assets/790875/2f13abc9-6871-4082-862f-80adfc13a746",
"https://github.com/airbnb/lottie-android/assets/790875/6a70ae42-46c4-4826-bc53-e27a39bf0eff"
] | [] | diff --git a/lottie/src/main/java/com/airbnb/lottie/model/content/GradientColor.java b/lottie/src/main/java/com/airbnb/lottie/model/content/GradientColor.java
index 3485d583..41e1e29e 100644
--- a/lottie/src/main/java/com/airbnb/lottie/model/content/GradientColor.java
+++ b/lottie/src/main/java/com/airbnb/lottie/model/... | diff --git a/lottie/src/test/java/com/airbnb/lottie/model/content/GradientColorTest.java b/lottie/src/test/java/com/airbnb/lottie/model/content/GradientColorTest.java
new file mode 100644
index 00000000..719a5fca
--- /dev/null
+++ b/lottie/src/test/java/com/airbnb/lottie/model/content/GradientColorTest.java
@@ -0,0 +1,... | null | null | null |
AlphaWallet__alpha-wallet-android-pr_3329 | <1h | ISSUE | {
"name": "alpha-wallet-android",
"owner": "AlphaWallet",
"url": "https://github.com/AlphaWallet/alpha-wallet-android"
} | 2025-11-14T17:28:59.386000Z | 2025-11-14T17:28:59.386000Z | [
"android-apis"
] | Finance | feature | Handle Deep links that use open URL links with the awallet: URI scheme
Alpha wallet Android does not handle deep links that use the custom awallet: URI scheme along with open URLs.
It should be able to handle any supported deep link type provided in the following format:
awallet://openURL?q=<Payload> | {
"java_version": 17,
"sha": "eea8b6402b6fa53fa0ed93cf87d2d58e30958fa6",
"change_id": null,
"target_sdk": null,
"url": null
} | {
"java_version": 17,
"sha": "5c8712695f4195e6b28dd643e5fd114b96ffaef0",
"change_id": null,
"target_sdk": null,
"url": null
} | null | {
"android_test": [
"./gradlew -q tasks --all | cut -d ' ' -f1 | grep -E '^\\S*:connected[^:]*DebugAndroidTest' | xargs ./gradlew --no-configuration-cache --continue"
],
"before_build": [],
"build": [
"./gradlew assembleDebug"
],
"unit_test": [
"./gradlew -q tasks --all | cut -d ' ' -f1 | grep ... | [
{
"id": null,
"url": "b/459877834"
}
] | [] | {
"id": 3329,
"url": "https://github.com/AlphaWallet/alpha-wallet-android/pull/3329"
} | [
"app/src/test/java/com/alphawallet/app/IntentTest.java"
] | null | {
"fail_to_pass": [
"testAnalyticsDebugUnitTest#Test intentsAreParsedCorrectly(com.alphawallet.app.IntentTest)",
"testNoAnalyticsDebugUnitTest#Test intentsAreParsedCorrectly(com.alphawallet.app.IntentTest)"
],
"pass_to_pass": [
"testAnalyticsDebugUnitTest#Test should_start_trusted_app_if_installed(com... | [] | [] | diff --git a/app/src/main/java/com/alphawallet/app/service/DeepLinkService.java b/app/src/main/java/com/alphawallet/app/service/DeepLinkService.java
index 694a0558b..4d7f61f68 100644
--- a/app/src/main/java/com/alphawallet/app/service/DeepLinkService.java
+++ b/app/src/main/java/com/alphawallet/app/service/DeepLinkServ... | diff --git a/app/src/test/java/com/alphawallet/app/IntentTest.java b/app/src/test/java/com/alphawallet/app/IntentTest.java
index 9961b51a2..e4e6ae027 100644
--- a/app/src/test/java/com/alphawallet/app/IntentTest.java
+++ b/app/src/test/java/com/alphawallet/app/IntentTest.java
@@ -32,6 +32,9 @@ public class IntentTest
... | null | null | null |
android__nowinandroid-pr_553 | <15min | ISSUE | {
"name": "nowinandroid",
"owner": "android",
"url": "https://github.com/android/nowinandroid"
} | 2025-11-14T17:08:40.817000Z | 2025-11-14T17:08:40.817000Z | [
"compose",
"foldableChanges",
"largeScreens",
"navigation"
] | Education | feature | [NowInAndroid] [Adaptive] Use only width to determine navigation UI
# Description
Update the Navigation UI to show a BottomNavigationBar when the window's width is compact and a NavigationRail on wider windows.
# Testing instructions
Start the app on a window with compact size (a phone in portrait mode, a folded fold... | {
"java_version": 11,
"sha": "5b8fef7c260d9ba2af495cf74abc957c11e34187",
"change_id": null,
"target_sdk": 33,
"url": null
} | {
"java_version": 11,
"sha": "8a25efabfc55941c2ef099a7496139914612c5bc",
"change_id": null,
"target_sdk": 33,
"url": null
} | null | {
"android_test": [
"./gradlew -q tasks --all | cut -d ' ' -f1 | grep -E '^\\S*:connected[^:]*DemoDebugAndroidTest' | xargs ./gradlew --no-configuration-cache --continue"
],
"before_build": [],
"build": [
"./gradlew assembleDemoDebug"
],
"unit_test": [
"./gradlew -q tasks --all | cut -d ' ' -f1... | [
{
"id": null,
"url": "https://b.corp.google.com/issues/459766691"
}
] | [] | {
"id": 553,
"url": "https://github.com/android/nowinandroid/pull/553"
} | [
"app/src/androidTest/java/com/google/samples/apps/nowinandroid/ui/NavigationUiTest.kt"
] | ALL_UNIT_TESTS_AND_ALL_ANDROID_TESTS | {
"fail_to_pass": [
"Test expandedWidth_compactHeight_showsNavigationRail(com.google.samples.apps.nowinandroid.ui.NavigationUiTest)",
"Test mediumWidth_compactHeight_showsNavigationRail(com.google.samples.apps.nowinandroid.ui.NavigationUiTest)"
],
"pass_to_pass": [
"Test compactWidth_mediumHeight_show... | [] | [] | diff --git a/app/src/main/java/com/google/samples/apps/nowinandroid/ui/NiaAppState.kt b/app/src/main/java/com/google/samples/apps/nowinandroid/ui/NiaAppState.kt
index 51df525a..6f929530 100644
--- a/app/src/main/java/com/google/samples/apps/nowinandroid/ui/NiaAppState.kt
+++ b/app/src/main/java/com/google/samples/apps/... | diff --git a/app/src/androidTest/java/com/google/samples/apps/nowinandroid/ui/NavigationUiTest.kt b/app/src/androidTest/java/com/google/samples/apps/nowinandroid/ui/NavigationUiTest.kt
index ca20d433..c498c03d 100644
--- a/app/src/androidTest/java/com/google/samples/apps/nowinandroid/ui/NavigationUiTest.kt
+++ b/app/sr... | null | null | null |
android__nowinandroid-pr_720 | <1h | PIPELINE | {
"name": "nowinandroid",
"owner": "android",
"url": "https://github.com/android/nowinandroid"
} | 2025-09-19T21:52:17.485903Z | 2025-11-19T22:04:52.816957Z | [
"dataStore"
] | Education | feature | # 718: Only mark news resources as unread if they are new
Here's the current scenario:
- User downloads app for first time
- On first app launch all news is downloaded from the backend server
- Since user hasn't yet opened any news resources, they all have a small unread dot
To clear these unread dots the user has to... | {
"java_version": 17,
"sha": "a68eedebfa27b3f5a843cb07cf852e935e107b25",
"change_id": null,
"target_sdk": 33,
"url": null
} | {
"java_version": 17,
"sha": "2dd36e3de04203d7b33d3263e26207255658aa1e",
"change_id": null,
"target_sdk": 33,
"url": null
} | null | {
"android_test": [],
"before_build": [],
"build": [
"./gradlew assembleDemoDebug"
],
"unit_test": [
"./gradlew -q tasks --all | cut -d ' ' -f1 | grep -E '^\\S*:test[^:]*DemoDebugUnitTest' | xargs ./gradlew --no-configuration-cache --continue"
]
} | [
{
"id": 718,
"url": "https://github.com/android/nowinandroid/issues/718"
}
] | [] | {
"id": 720,
"url": "https://github.com/android/nowinandroid/pull/720"
} | [
"core/data/src/test/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepositoryTest.kt"
] | ALL_UNIT_TESTS_AND_ALL_ANDROID_TESTS | {
"fail_to_pass": [
"testDemoDebugUnitTest#Test offlineFirstNewsRepository_sync_marks_as_read_on_first_run(com.google.samples.apps.nowinandroid.core.data.repository.OfflineFirstNewsRepositoryTest)"
],
"pass_to_pass": [
"testDemoDebugUnitTest#Test offlineFirstTopicsRepository_incremental_sync_pulls_from_ne... | [] | [] | diff --git a/core/data/src/main/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepository.kt b/core/data/src/main/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepository.kt
index bd6ed11b..b18bb904 100644
--- a/core/data/src/main/java/com/google/samples/... | diff --git a/core/data/src/test/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepositoryTest.kt b/core/data/src/test/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepositoryTest.kt
index a38d9c62..47c3996c 100644
--- a/core/data/src/test/java/com/google/... | null | null | null |
android_androidify_gradleplugin | <4h | NEW_TASK | {
"name": null,
"owner": null,
"url": "https://github.com/android/androidify"
} | 2026-01-05T17:08:32.133000Z | 2026-01-05T17:08:32.133000Z | [
"buildGradle"
] | Entertainment | refactor | # [Androidify] Refactor common build logic into a set of Gradle plugin
Refactor common build logic into a set of Gradle plugin. Right now build.gradle.kts files contain a lot of repetition.
It would be more maintainable to have a small set of centralized plugins.
Create androidify.androidApplication, androidify.andro... | {
"java_version": 21,
"sha": "c82d8e0e79a1e63f12eb81bc4568310a11d5cdd3",
"change_id": null,
"target_sdk": null,
"url": null
} | {
"java_version": 21,
"sha": "9d96e9c007c54593e95af8b4aff576e6be5fe6f5",
"change_id": null,
"target_sdk": null,
"url": "https://github.com/android/androidify/pull/173"
} | null | {
"android_test": [
"./gradlew connectedDebugAndroidTest"
],
"before_build": [
"cp test-google-services.json app/google-services.json"
],
"build": [
"./gradlew assembleDebug"
],
"unit_test": [
"./gradlew testDebugUnitTest -x app:testDebugUnitTest"
]
} | [
{
"id": null,
"url": "https://github.com/android/androidify/issues/172"
}
] | [] | {
"id": 173,
"url": "https://github.com/android/androidify/pull/173"
} | [] | null | {
"fail_to_pass": [],
"pass_to_pass": []
} | [] | [] | diff --git a/.gitignore b/.gitignore
index c4d5f1d..a4cd97c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@
/app/src/release/generated/*
/core/build/
/feature/build/
+/build-plugin/build
+/build-plugin/.gradle/*
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index d8b7f70..d580c78 100644
--- a/a... | null | null | null | null |
android_snippets_1 | <1h | NEW_TASK | {
"name": null,
"owner": null,
"url": "https://github.com/android/snippets.git"
} | 2026-01-05T17:08:32.133000Z | 2026-01-05T17:08:32.133000Z | [
"build"
] | Education | bugfix | # [Snippets] Upgrade to JDK 25 and Kotlin 2.3.0
## Description
When using JDK 25 to build the project, the project fails to build.
In order to support this we will also have to upgrade to Kotlin 2.3.0 | {
"java_version": 25,
"sha": "ecfd99173f6a17afaeb236c20b62b21924f52cb8",
"change_id": null,
"target_sdk": null,
"url": null
} | {
"java_version": 25,
"sha": null,
"change_id": null,
"target_sdk": null,
"url": null
} | null | {
"android_test": [],
"before_build": [],
"build": [
"./gradlew build"
],
"unit_test": []
} | [
{
"id": null,
"url": null
}
] | [] | {
"id": null,
"url": null
} | [] | BUILD | {
"fail_to_pass": [],
"pass_to_pass": []
} | [] | [] | diff --git a/.java-version b/.java-version
new file mode 100644
index 0000000..7273c0f
--- /dev/null
+++ b/.java-version
@@ -0,0 +1 @@
+25
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index d02cdf7..57c4c2c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -2,7 +2,7 @@
acc... | null | null | null | null |
AntennaPod__AntennaPod-pr_6838 | null | TESTS | {
"name": "AntennaPod",
"owner": "AntennaPod",
"url": "https://github.com/AntennaPod/AntennaPod"
} | 2025-12-05T15:16:22.106762Z | 2025-12-05T15:16:22.106762Z | [
"orientationChanges"
] | News & Magazines | feature | "#6806: Proceed to Login button not visible on smaller screens\n\n### App version\n\n3.2.0(58081fe5b(...TRUNCATED) | {"java_version":11,"sha":"c81157f0e6185d11f6a9e23106c87be846977c49","change_id":null,"target_sdk":33(...TRUNCATED) | {"java_version":11,"sha":"de8bc4ad30910d4b2429a95eb7358afa679728dd","change_id":null,"target_sdk":33(...TRUNCATED) | null | {"android_test":[],"before_build":[],"build":["./gradlew assembleDebug"],"unit_test":["./gradlew -q (...TRUNCATED) | [
{
"id": 6806,
"url": "https://github.com/AntennaPod/AntennaPod/issues/6806"
}
] | null | {
"id": 6838,
"url": "https://github.com/AntennaPod/AntennaPod/pull/6838"
} | [] | null | {"fail_to_pass":["testFreeDebugUnitTest#Test submitButton_isVisibleOrContainerScrollable_onSmallScre(...TRUNCATED) | ["https://github.com/AntennaPod/AntennaPod/assets/2010120/0f0ae421-38dd-44f6-b633-9b01d53fc30a","htt(...TRUNCATED) | [] | "diff --git a/app/src/main/res/layout/nextcloud_auth_dialog.xml b/app/src/main/res/layout/nextcloud_(...TRUNCATED) | "Subject: [PATCH] Add test for NextcloudAuthenticationFragment layout\n---\nIndex: app/build.gradle\(...TRUNCATED) | null | null | null |
arkivanov__Decompose-pr_388 | <4h | ISSUE | {
"name": "Decompose",
"owner": "arkivanov",
"url": "https://github.com/arkivanov/Decompose"
} | 2025-10-30T16:06:41.218065Z | 2025-11-19T22:04:52.816957Z | [
"android-apis",
"kmp",
"navigation"
] | Library | bugfix | "# [StackNavigation] InstanceKeeper instances of component are destroyed earlier than component itse(...TRUNCATED) | {"java_version":17,"sha":"c590b77ebaf0f45efc04778954eb9295d6f20e3b","change_id":null,"target_sdk":33(...TRUNCATED) | {"java_version":17,"sha":"ae8f2dc8a7e44942cc8836494f0229bd545a554a","change_id":null,"target_sdk":33(...TRUNCATED) | null | {"android_test":["./gradlew -q tasks --all | cut -d ' ' -f1 | grep -E '^\\S*:connected[^:]*DebugAndr(...TRUNCATED) | [
{
"id": null,
"url": "http://b/474406848"
}
] | [] | {
"id": 388,
"url": "https://github.com/arkivanov/Decompose/pull/388"
} | ["decompose/src/commonTest/kotlin/com/arkivanov/decompose/router/TestInstance.kt","decompose/src/com(...TRUNCATED) | ALL_UNIT_TESTS_AND_ALL_ANDROID_TESTS | {"fail_to_pass":["testDebugUnitTest#Test GIVEN_active_child_with_retained_instance_WHEN_child_switch(...TRUNCATED) | [] | [] | "diff --git a/decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/children/ChildrenNaviga(...TRUNCATED) | "diff --git a/decompose/src/commonTest/kotlin/com/arkivanov/decompose/router/TestInstance.kt b/decom(...TRUNCATED) | null | null | null |
arkivanov__Decompose-pr_394 | <4h | PIPELINE | {
"name": "Decompose",
"owner": "arkivanov",
"url": "https://github.com/arkivanov/Decompose"
} | 2025-10-30T16:06:41.218065Z | 2025-11-19T22:04:52.816957Z | [
"android-apis",
"kmp",
"navigation"
] | Library | bugfix | "# 393: Fix MergedLifecycle not destroyed properly\n\nThis happens when one lifecycle is destroyed b(...TRUNCATED) | {"java_version":17,"sha":"a7b224a270a459124edb410ce14a44aad85798ee","change_id":null,"target_sdk":33(...TRUNCATED) | {"java_version":17,"sha":"bdc1a6d7cd8ab5d84a7c608cca1136483fe27892","change_id":null,"target_sdk":33(...TRUNCATED) | null | {"android_test":["./gradlew -q tasks --all | cut -d ' ' -f1 | grep -E '^\\S*:connected[^:]*DebugAndr(...TRUNCATED) | [
{
"id": 393,
"url": "https://github.com/arkivanov/Decompose/issues/393"
}
] | [] | {
"id": 394,
"url": "https://github.com/arkivanov/Decompose/pull/394"
} | [
"decompose/src/commonTest/kotlin/com/arkivanov/decompose/lifecycle/MergedLifecycleTest.kt"
] | ALL_UNIT_TESTS_AND_ALL_ANDROID_TESTS | {"fail_to_pass":["testDebugUnitTest#Test WHEN_lifecycle1_created_and_destroyed_and_lifecycle2_create(...TRUNCATED) | [] | [] | "diff --git a/decompose/src/commonMain/kotlin/com/arkivanov/decompose/lifecycle/MergedLifecycle.kt b(...TRUNCATED) | "diff --git a/decompose/src/commonTest/kotlin/com/arkivanov/decompose/lifecycle/MergedLifecycleTest.(...TRUNCATED) | null | null | null |
arkivanov__Decompose-pr_646 | <15min | PIPELINE | {
"name": "Decompose",
"owner": "arkivanov",
"url": "https://github.com/arkivanov/Decompose"
} | 2025-10-30T16:06:41.218065Z | 2025-11-19T22:04:52.816957Z | [
"kmp",
"navigation"
] | Library | bugfix | "# 640: Maintain the last remaining configuration in the stack if `popWhile` never returned `true`\n(...TRUNCATED) | {"java_version":17,"sha":"6fb385a530236e5c4b7d33a74face7df0fa22b27","change_id":null,"target_sdk":34(...TRUNCATED) | {"java_version":17,"sha":"9544f3e384bad310e9995b96279003154411d89f","change_id":null,"target_sdk":34(...TRUNCATED) | null | {"android_test":["./gradlew -q tasks --all | cut -d ' ' -f1 | grep -E '^\\S*:connected[^:]*DebugAndr(...TRUNCATED) | [
{
"id": 640,
"url": "https://github.com/arkivanov/Decompose/issues/640"
}
] | [] | {
"id": 646,
"url": "https://github.com/arkivanov/Decompose/pull/646"
} | [
"decompose/src/commonTest/kotlin/com/arkivanov/decompose/router/stack/RouterPopWhileTest.kt"
] | ALL_UNIT_TESTS_AND_ALL_ANDROID_TESTS | {"fail_to_pass":["testDebugUnitTest#Test WHEN_popWhile_all_THEN_first_child_not_removed(com.arkivano(...TRUNCATED) | [] | [] | "diff --git a/decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/stack/StackNavigatorExt(...TRUNCATED) | "diff --git a/decompose/src/commonTest/kotlin/com/arkivanov/decompose/router/stack/RouterPopWhileTes(...TRUNCATED) | null | null | null |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 8