-
Notifications
You must be signed in to change notification settings - Fork 21
Fix handling of AST expressions in fontoxpath:evaluate error handling #673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
BundleMonUnchanged files (2)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kind of missing a unit test here. Can you add one?
Added one. Turns out this also only triggered if the evaluated expression was generated with stack traces on, as otherwise |
|
Oof. Hope at least the error is now kind-of readable? |
|
Yep, full error thrown here is now: Without the fix we get: |
cbf7d2f to
572aa37
Compare
Fixes #672