mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 23:23:37 +01:00
Misleading error message when root dir check fails #298
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 @bioball on GitHub (Mar 8, 2025).
When the root dir check fails, we get an error message like:
However, it's actually not related to the allowed modules flag, but the root dir flag.
@gootik commented on GitHub (Mar 31, 2025):
Thanks for reporting it. This bug really confused me for hours today!
@bioball commented on GitHub (Dec 19, 2025):
Fixed by #1234