Original PR: https://github.com/apple/pkl/pull/705 Author: @odenix Created: 10/18/2024 Status: ✅ Merged Merged: 10/20/2024 Merged by: @bioball
Base: main ← Head: codegen-kotlin
main
codegen-kotlin
9bb5d6a
b2acb73
2 files changed (+217 additions, -1 deletions)
📝 pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt (+12 -1) 📝 pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/KotlinCodeGeneratorTest.kt (+205 -0)
pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt
pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/KotlinCodeGeneratorTest.kt
Fixes #569
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/705
Author: @odenix
Created: 10/18/2024
Status: ✅ Merged
Merged: 10/20/2024
Merged by: @bioball
Base:
main← Head:codegen-kotlin📝 Commits (2)
9bb5d6acodegen-kotlin: Fix generation of copy() methodsb2acb73Incorporate review feedback📊 Changes
2 files changed (+217 additions, -1 deletions)
View changed files
📝
pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt(+12 -1)📝
pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/KotlinCodeGeneratorTest.kt(+205 -0)📄 Description
Fixes #569
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.