-
Notifications
You must be signed in to change notification settings - Fork 140
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
Allow default functions to co-exist with empty function declarations #2725
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/stable-cadence commit 685f6bf Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #2725 +/- ##
==========================================================
- Coverage 79.97% 79.96% -0.01%
==========================================================
Files 344 344
Lines 81252 81228 -24
==========================================================
- Hits 64979 64955 -24
Misses 13965 13965
Partials 2308 2308
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…dence into supun/improve-conformance
Could you please keep the current behaviour (report an error) based on a feature flag? That way, we could already merge the feature into the Stable Cadence feature branch, and then assume the feature will end up in the final release and just enable the feature flag in the previous build. That way we're not blocked on the FLIP, and there's nothing to revert in case it gets rejected. |
…dence into supun/improve-conformance
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.
Nice!
Only one concern regarding the removed test case
Implementation of onflow/flips#134
Closes #2471
Description
Allow default functions to co-exist with empty function declarations.
master
branchFiles changed
in the Github PR explorer