Improve handling of errors when analysis fails (#948)

Modules that cannot be loaded for one reason or another now cause a Pkl Exception,
with the offending import highlighted as part of the stack trace.
This commit is contained in:
Daniel Chao
2025-02-13 14:00:48 -08:00
committed by GitHub
parent 65cf3237b7
commit 1a4f9ee72e
9 changed files with 127 additions and 57 deletions
@@ -0,0 +1 @@
import "bogusModule.pkl"
@@ -0,0 +1 @@
import* ".../**.pkl"