mirror of
https://github.com/apple/pkl.git
synced 2026-03-02 14:10:06 +01:00
[PR #852] [CLOSED] [0.27] Fix CreateEvaluatorRequest decoding when request specifies external reader with null arguments
#775
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/852
Author: @HT154
Created: 12/18/2024
Status: ❌ Closed
Base:
release/0.27← Head:external-readers-pkl-swift-fix📝 Commits (10+)
33bffbePrepare 0.27.0 release44fd680Start next dev iterationa533e53Fix broken link to documentation site in release notes (#784)0d19989Fix a possible deadlock during external reader process close (#786)ff60f61Convertorg.pkl.core.utilPOJOs torecordclasses (#750)a22a8a8Fix Javadoc warning emitted by Gradle build (#798)3246a0eConvertorg.pkl.core.resourcePOJOs torecordclasses (#748)dddbb27Convertorg.pkl.core.projectPOJOs torecordclasses (#749)3f91824Convertorg.pkl.core.runtimePOJOs torecordclasses (#807)9faff5eFix length of listings with computed index (#797)📊 Changes
165 files changed (+2155 additions, -2106 deletions)
View changed files
📝
.circleci/config.pkl(+2 -0)📝
.circleci/config.yml(+55 -16)📝
.circleci/jobs/BuildNativeJob.pkl(+10 -10)📝
.circleci/jobs/DeployJob.pkl(+2 -6)📝
.circleci/jobs/GradleCheckJob.pkl(+0 -20)📝
.circleci/jobs/GradleJob.pkl(+52 -0)📝
.circleci/jobs/SimpleGradleJob.pkl(+2 -6)📝
bench/bench.gradle.kts(+0 -1)📝
bench/gradle.lockfile(+1 -1)📝
buildSrc/src/main/kotlin/BuildInfo.kt(+5 -0)➕
buildSrc/src/main/kotlin/InstallGraalVm.kt(+85 -0)📝
buildSrc/src/main/kotlin/pklFatJar.gradle.kts(+1 -1)📝
buildSrc/src/main/kotlin/pklGraalVm.gradle.kts(+6 -62)📝
docs/antora.yml(+1 -1)📝
docs/gradle.lockfile(+1 -1)📝
docs/modules/ROOT/partials/component-attributes.adoc(+1 -1)📝
docs/modules/java-binding/pages/codegen.adoc(+10 -6)📝
docs/modules/java-binding/partials/cli-codegen-options.adoc(+1 -1)📝
docs/modules/kotlin-binding/pages/codegen.adoc(+1 -1)📝
docs/modules/pkl-gradle/pages/index.adoc(+27 -8)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.