Anton Lilja
Results
2
comments of
Anton Lilja
The only caller of `importPkg` seems to be `getStackTraceType` which is used when lowering function types. I threw together a bit of a hacky fix which stores the stack trace...
> What makes it "hacky" and what would a non "hacky" fix do differently? Checking the value every time at the end of `finishFunc` feels a bit unnecessary, but maybe...