-
Notifications
You must be signed in to change notification settings - Fork 290
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
[stdlib] bug fix for stdlib upgrade #2461
Conversation
guangyuz
commented
Apr 28, 2021
•
edited
Loading
edited
- init script can be added into incremental package, see 'cargo run -p stdlib -- -h'
- add upgrade_module_proposal_v2_cmd and upgrade_module_queue_v2_cmd
- update upgrade module dev document
- stdlib v2 is generated for testing, it's expected to be removed and re-generated in future
Codecov Report
@@ Coverage Diff @@
## master #2461 +/- ##
==========================================
- Coverage 33.58% 33.39% -0.19%
==========================================
Files 493 492 -1
Lines 42859 42919 +60
Branches 19425 19470 +45
==========================================
- Hits 14391 14329 -62
- Misses 13562 13798 +236
+ Partials 14906 14792 -114
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Benchmark for a15defeClick to view benchmark
|
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.
是不是应该把 #2450 合并进来再发 v2?
- init script can added into incremental package, see 'cargo run -p stdlib -- -h' - add upgrade_module_proposal_v2_cmd and upgrade_module_queue_v2_cmd - update upgrade module dev document - stdlib v2 is generated for testing, it's expected to be removed and re-generated in future
Benchmark for 566fcd3Click to view benchmark
|
* init script can be added into incremental package, see 'cargo run -p stdlib -- -h' * add upgrade_module_proposal_v2_cmd and upgrade_module_queue_v2_cmd * update upgrade module dev document * stdlib v2 is generated for testing, it's expected to be removed and re-generated