mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #455] [CLOSED] Improve configuration of native image compilation #565
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/455
Author: @odenix
Created: 4/25/2024
Status: ❌ Closed
Base:
main← Head:graalvm-23📝 Commits (7)
aac6c9cImprove configuration of native image compilation4162ba6Eliminate duplicate task configuration codeb6d5825Improve BinaryEvaluatorSnippetTests(Engine)13add6fAlso run ServerTest against native executable6041355Incorporate review feedback48f98a6Revert "Improve BinaryEvaluatorSnippetTests(Engine)"16a3320Add pkl-server:testNative to build native job📊 Changes
12 files changed (+249 additions, -182 deletions)
View changed files
📝
.circleci/config.yml(+12 -12)📝
.circleci/jobs/BuildNativeJob.pkl(+1 -1)📝
pkl-cli/pkl-cli.gradle.kts(+15 -31)➕
pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklExecutablePaths.kt(+47 -0)📝
pkl-core/pkl-core.gradle.kts(+28 -68)📝
pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt(+7 -6)📝
pkl-core/src/test/kotlin/org/pkl/core/http/RequestCapturingClient.kt(+19 -19)📝
pkl-server/pkl-server.gradle.kts(+21 -2)📝
pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt(+3 -41)➕
pkl-server/src/test/kotlin/org/pkl/server/JvmServerTest.kt(+55 -0)➕
pkl-server/src/test/kotlin/org/pkl/server/NativeServerTest.kt(+39 -0)📝
pkl-server/src/test/kotlin/org/pkl/server/TestTransport.kt(+2 -2)📄 Description
--initialize-at-run-time.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.