Release/0.36.0#809
Conversation
Bump version 0.35.0 -> 0.36.0 (gradle.properties, docs/antora.yml, README quickstart). Promote CHANGELOG [Unreleased] to [0.36.0] with the REUSE compliance setup (#806, #807, #808), skainet-data POM coordinate alignment (#793), and the ComputeGraphExecutor permute-axes fix (#803). Refresh README "What's New" and add a Contributors (0.36.0) section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
📖 Documentation Preview The documentation has been built successfully for this PR. Generated Files:
Artifacts:
This comment will be updated automatically when the PR is updated. |
Kotlin was bumped to 2.4.0 (#658) without a matching KSP bump, leaving the project's KSP (2.3.6) behind the compiler. Align to the latest KSP release (2.3.10). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
📖 Documentation Preview The documentation has been built successfully for this PR. Generated Files:
Artifacts:
This comment will be updated automatically when the PR is updated. |
Dokka 2.1.0's KotlinAdapter throws NoClassDefFoundError on org.jetbrains.kotlin.gradle.plugin.KotlinBasePlugin under the Kotlin 2.4.0 Gradle plugin, which broke the build after the Kotlin 2.4.0 bump (#658). Dokka 2.2.0 restores compatibility. Verified locally: full `clean assemble allTests` compiles all modules with zero compile/test errors and no KotlinBasePlugin failure. Also document the Kotlin 2.4.0 toolchain upgrade in README and CHANGELOG for 0.36.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
📖 Documentation Preview The documentation has been built successfully for this PR. Generated Files:
Artifacts:
This comment will be updated automatically when the PR is updated. |
The Feature Branch Libraries build died deterministically right after "Selected primary task 'allTests'" with no BUILD FAILED summary — the signature of the Gradle daemon being OOM-killed. allTests compiles every KMP target's test sources (JVM+JS+WASM+Native) at once, exceeding the 4g heap on the 16g runner. Raise org.gradle.jvmargs and the workflow GRADLE_OPTS override to -Xmx6g. (Local clean assemble allTests compiles all modules with zero errors, confirming the code is fine.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
📖 Documentation Preview The documentation has been built successfully for this PR. Generated Files:
Artifacts:
This comment will be updated automatically when the PR is updated. |
… bump
The Feature Branch Libraries build failed only at :kotlinStoreYarnLock
("Lock file was changed") — all compilation and JVM tests passed. The
Kotlin 2.4.0 bump (#658) updated the JS toolchain's package versions
(e.g. ws ~8.18.3 -> ~8.21.0) but never regenerated kotlin-js-store/yarn.lock,
so CI's fresh install diverged from the committed lock. Regenerated the
lock via kotlinUpgradeYarnLock.
Also revert the -Xmx6g CI heap bump: the failure was never OOM (that was
a misdiagnosis from truncated logs), so the memory tuning is restored to
its previous -Xmx4g.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
📖 Documentation Preview The documentation has been built successfully for this PR. Generated Files:
Artifacts:
This comment will be updated automatically when the PR is updated. |
No description provided.