-
Notifications
You must be signed in to change notification settings - Fork 717
Fix wasm-issue-675 by adding feature flag for specific errors #6732
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
base: feat/clarity-wasm-develop
Are you sure you want to change the base?
Fix wasm-issue-675 by adding feature flag for specific errors #6732
Conversation
| .find("TypeError(CallableType(Trait(TraitIdentifier { name: ClarityName(\"foo\")") | ||
| .is_some()); |
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.
This could be a str::contains
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.
Thank you for the review! Changed it to use contains instead of find.
| .find("TypeError(CallableType(Trait(TraitIdentifier { name: ClarityName(\"foo\")") | ||
| .is_some()); |
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.
Idem
Codecov Report❌ Patch coverage is
❌ Your project check has failed because the head coverage (28.69%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## feat/clarity-wasm-develop #6732 +/- ##
=============================================================
- Coverage 30.91% 28.69% -2.22%
=============================================================
Files 572 572
Lines 358768 358779 +11
=============================================================
- Hits 110903 102959 -7944
- Misses 247865 255820 +7955
... and 143 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This PR should be merged after #6726, since that PR addresses a sub-issue of the broader issue resolved here.
Fixes: stx-labs/clarity-wasm#675