Skip to content

Conversation

@bogdan-stacks
Copy link

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

@bogdan-stacks bogdan-stacks requested a review from a team as a code owner December 2, 2025 14:21
Comment on lines 10849 to 10850
.find("TypeError(CallableType(Trait(TraitIdentifier { name: ClarityName(\"foo\")")
.is_some());

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

Copy link
Author

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.

Comment on lines 10919 to 10920
.find("TypeError(CallableType(Trait(TraitIdentifier { name: ClarityName(\"foo\")")
.is_some());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idem

@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

❌ Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 28.69%. Comparing base (6e2efe2) to head (1b021a8).

Files with missing lines Patch % Lines
stackslib/src/chainstate/stacks/db/transactions.rs 0.00% 12 Missing ⚠️

❌ 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     
Files with missing lines Coverage Δ
stackslib/src/chainstate/stacks/db/transactions.rs 4.94% <0.00%> (-0.50%) ⬇️

... and 143 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e2efe2...1b021a8. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants