-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Make opaque::Encoder append-only and make it infallible #51356
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@@ -246,13 +234,12 @@ fn encode_work_product_index(work_products: &FxHashMap<WorkProductId, WorkProduc | |||
}) | |||
.collect(); | |||
|
|||
serialized_products.encode(encoder) | |||
serialized_products.encode(encoder).ok(); |
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.
Should this be .unwrap()
too?
Thanks, @Zoxc! Looking forward to seeing perf results for this. |
☔ The latest upstream changes (presumably #51550) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors try |
⌛ Trying commit b81b8c8e43fbc0f034a7dcc5b953c556decce369 with merge 65721b9a2f5ee3bedc07c1feda5151dd628cb281... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors try |
⌛ Trying commit 3c4c199 with merge adf5f39d6e953606d6012b55d0581e8a1dab7eeb... |
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
@bors retry |
[WIP] Make opaque::Encoder append-only and make it infallible
☀️ Test successful - status-travis |
@Mark-Simulacrum Perf wanted, |
We'll need to wait for #51680 to merge before collecting perf becomes feasible. |
@bors try |
@bors try |
⌛ Trying commit 1d32ea7 with merge c950d13fe90f13c233b24c7b40c822329e74cd3d... |
💔 Test failed - status-travis |
@bors try retry |
[WIP] Make opaque::Encoder append-only and make it infallible
☀️ Test successful - status-travis |
@Mark-Simulacrum A perf run is still wanted here |
I've queued the run. |
Perf looks awesome! r=me with that one nit fixed. |
@bors r=michaelwoerister |
📌 Commit 14d3c6e has been approved by |
Make opaque::Encoder append-only and make it infallible
☀️ Test successful - status-appveyor, status-travis |
No description provided.