Skip to content

Conversation

BenFordTytherington
Copy link
Collaborator

@codecov
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6bc6686) to head (101ca81).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1295   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           75        75           
  Lines        13051     13077   +26     
=========================================
+ Hits         13051     13077   +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BenFordTytherington BenFordTytherington force-pushed the missing-constructor-error branch 3 times, most recently from a9f26a3 to 080cb5f Compare June 18, 2025 09:53
@BenFordTytherington BenFordTytherington force-pushed the missing-constructor-error branch 2 times, most recently from 18a487e to 6547d3d Compare October 3, 2025 13:07
@BenFordTytherington BenFordTytherington force-pushed the missing-constructor-error branch 3 times, most recently from 683889c to c016271 Compare October 3, 2025 14:08
@BenFordTytherington BenFordTytherington marked this pull request as ready for review October 3, 2025 14:12
BenFordTytherington and others added 2 commits October 7, 2025 16:58
- A shim trait is used to check whether the user declared a constructor
- This is implemented by the bridge if you add the constructor trait in bridge
- This will then allow you to implemented constructor for your type
- This prevents constructors not being used silently
- Add lifetime
- Update span
@BenFordTytherington BenFordTytherington force-pushed the missing-constructor-error branch from c016271 to 101ca81 Compare October 7, 2025 15:58
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.

Missing impl Constructor<()> for ... {} in the bridge silently fails

3 participants