Closed lealobanov closed 1 month ago
53 files ±0 53 suites ±0 23s :stopwatch: ±0s 309 tests ±0 309 :heavy_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit bacf42b3. ± Comparison against base commit bacf42b3.
:recycle: This comment has been updated with latest results.
16 files 16 suites 2m 44s :stopwatch: 32 tests 31 :heavy_check_mark: 0 :zzz: 1 :x:
For more details on these failures, see this check.
Results for commit a8329ee3.
:recycle: This comment has been updated with latest results.
6 files ±0 6 suites ±0 2m 34s :stopwatch: ±0s 30 tests ±0 30 :heavy_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit bacf42b3. ± Comparison against base commit bacf42b3.
:recycle: This comment has been updated with latest results.
0 files 0 suites 0s :stopwatch: 0 tests 0 :heavy_check_mark: 0 :zzz: 0 :x:
Results for commit a8329ee3.
:recycle: This comment has been updated with latest results.
The changes in this pull request involve updates to various configuration and Kotlin files across the project. Key modifications include the addition of a new Ktlint rule in the .editorconfig
, updates to build.gradle.kts
files for version upgrades and new testing configurations, and enhancements to code readability through refactoring in several Kotlin files. Additionally, a new property was added to gradle.properties
, and formatting improvements were made in test files to enhance clarity without altering functionality.
File Path | Change Summary |
---|---|
.editorconfig |
Added ktlint_standard_chain_method_continuation = disabled . Removed several other Ktlint configurations. |
build.gradle.kts , common/build.gradle.kts , kotlin-example/build.gradle.kts , sdk/build.gradle.kts |
Updated Kotlin plugin to 2.0.21 , Kotlinter plugin to 4.4.1 , added integration testing configurations, modified Kotlin compile tasks to use compilerOptions , and updated various dependencies. |
gradle.properties |
Added property org.jetbrains.dokka.experimental.gradle.pluginMode = V2EnabledWithHelpers . |
gradle/wrapper/gradle-wrapper.properties |
Updated distributionUrl from Gradle 8.9 to 8.8 . |
common/src/testFixtures/kotlin/org/onflow/flow/common/test/FlowTestUtil.kt |
Improved code readability in the FlowTestUtil object. |
kotlin-example/src/main/kotlin/... |
Refactored functions to use expression body syntax across multiple files for improved readability. |
sdk/src/main/kotlin/... |
Similar refactoring to use expression body syntax and formatting improvements across several files. |
sdk/src/test/kotlin/... |
Enhanced readability of assertions and object initializations in various test files. |
FlowAccessApi
for retrieving transactions and results by block ID, aligning with the main PR's focus on Kotlin configurations.FlowTransactionResult
type, which is directly related to the changes in the main PR regarding Kotlin configurations and the handling of transaction results.🐰 In the land of code, so bright and new,
A Ktlint rule added, to help us through.
With plugins updated, our builds will shine,
In tests and examples, the changes align.
Let's hop to the future, with code that's so clear,
A joyful new journey, with no bugs to fear! 🐇✨
Description
For contributor use:
master
branchFiles changed
in the Github PR explorerSummary by CodeRabbit
Summary by CodeRabbit
Release Notes
New Features
Improvements
Bug Fixes