mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01: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:
8e15556201/pkl-cli/src/main/kotlin/org/pkl/cli/CliEvaluator.kt (L221-L227)