We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we inspect the Tact error stack to classify errors using heuristics:
misti/src/internals/exceptions.ts
Line 29 in ea4fa44
However, the recent introduction of typed errors in Tact has broken this logic.
The text was updated successfully, but these errors were encountered:
feat(exceptions): Improve Tact errors handling heurstic
c52fd94
Hacks #319 for common cases
6d415fa
Hacks nowarp#319 for common cases
No branches or pull requests
Currently, we inspect the Tact error stack to classify errors using heuristics:
misti/src/internals/exceptions.ts
Line 29 in ea4fa44
However, the recent introduction of typed errors in Tact has broken this logic.
The text was updated successfully, but these errors were encountered: