chore: clean up types#4999
chore: clean up types#4999MasterPtato wants to merge 1 commit into05-05-chore_clean_up_err_tracker_wf_ignore_silenced_wffrom
Conversation
|
🚅 Deployed to the rivet-pr-4999 environment in rivet-frontend
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Code Review — PR #4999: chore: clean up typesOverview: Small cleanup PR (+11/−12 lines) that removes a re-export from the
|
| Change | Verdict |
|---|---|
Remove pub use epoxy_protocol::protocol re-export |
Intent correct, but breaks test compilation — test files need updating |
millicores → millecores |
Should be reverted; "millicores" is the correct spelling |
permilli → permille |
Correct fix |
.instrument(...) on stream_handler |
Correct |
epoxy::protocol → epoxy_protocol::protocol in call sites |
Correct |
Two items need fixing before merge:
- Update
engine/packages/epoxy/tests/consensus_regressions.rsandengine/packages/epoxy/tests/kv.rsto useepoxy_protocol::protocolinstead of the removedepoxy::protocolre-export. - Revert
millecoresback tomillicoresinengine/packages/config/src/config/runtime.rsandengine/artifacts/config-schema.json.

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: