mirror of
https://github.com/apple/pkl.git
synced 2026-07-14 09:02:40 +02:00
Multiple file output does not work with symlinks #196
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?
Originally created by @pauloborges on GitHub (Aug 8, 2024).
Using a regular output directory:
birds.pklhas the same content as the example in the documentation.Using a symlink:
macOS symlinks
/varto/private/var.The related code path is the following:
https://github.com/apple/pkl/blob/8e15556201625bc1d37bb47666dbe225c7d3ebd9/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluator.kt#L221-L227