-
Notifications
You must be signed in to change notification settings - Fork 449
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
Remove all instance of inline
#1019
Conversation
🦑 📈 ink! Example Contracts ‒ Size Change Report 📉 🦑These are the results of building the
Link to the run | Last update: Tue Nov 23 17:42:35 CET 2021 |
It also includes use-ink/cargo-contract#358, I think you also need to check the impact only of use-ink/cargo-contract#358. |
Codecov Report
@@ Coverage Diff @@
## master #1019 +/- ##
===========================================
+ Coverage 63.52% 78.99% +15.47%
===========================================
Files 246 246
Lines 9260 9260
===========================================
+ Hits 5882 7315 +1433
+ Misses 3378 1945 -1433
Continue to review full report at Codecov.
|
While the numbers of our example contracts looks okayish with respect to this PR I would not suggest merging this since removal of all |
Yeah I agree, this was a brute-force follow up more out of curiosity than anything. I've opened #1035 so that we remember to try a more targeted approach in the future. |
A naive follow up to #1012. I just ran
fd -e rs -x sed -i '' -e '/\#\[inline\]/d'
andwant to see how contract sizes get affected.