-
Notifications
You must be signed in to change notification settings - Fork 11
feat: add methods to Subcircuit for finding const inputs #1290
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: lm/new_subcircuit
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1290 +/- ##
==========================================
- Coverage 79.46% 78.67% -0.79%
==========================================
Files 160 161 +1
Lines 20378 21364 +986
Branches 19446 20398 +952
==========================================
+ Hits 16194 16809 +615
- Misses 3201 3560 +359
- Partials 983 995 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR contains breaking changes to the public Rust API. cargo-semver-checks summary |
Final part of Luca's #1273, following #1288 and #1289.
I've broken these bits out because I think we should probably be doing much less here and should rely on Constant Folding to remove the conversions etc.