mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Unexpected error when resolving project in the current directory #167
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 (Jun 14, 2024).
@holzensp commented on GitHub (Jun 19, 2024):
I've (trivially) reproduced this with 0.26.0. The problem is the
.;pkl project resolve(insidepkl-bug-report) runs without issue, as doespkl project resolve pkl-bug-reportfrom the parent dir (as reported). Thanks for the bug report, @pauloborges!