mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
NullPointerException on circular import
#340
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 (Aug 21, 2025).
The following code produces a
NullPointerException:Then run
pkl eval child/foo.pklSee attached zip file for a reproducer.
cycle.zip
Throws:
@bioball commented on GitHub (Aug 22, 2025):
Here's a more simplified version:
@bioball commented on GitHub (Aug 22, 2025):
Aaah here's an even more simplified example: