Conversation
Deploying control-layer with
|
| Latest commit: |
afa5cf5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://db2647ef.control-layer.pages.dev |
| Branch Preview URL: | https://detail-dead-code-chore-remov-1r2f.control-layer.pages.dev |
detail-app
Bot
force-pushed
the
detail/dead-code/chore-remove-unused-translationregistry-default-an-a751ba
branch
from
September 15, 2026 19:00
c96d7fd to
afa5cf5
Compare
sejori
pushed a commit
that referenced
this pull request
Sep 16, 2026
🤖 I have created a release *beep* *boop* --- ## [11.12.0](v11.11.0...v11.12.0) (2026-09-16) ### Features * implicit caching using engine / upstream stats ([#1781](#1781)) ([7f2adb4](7f2adb4)) ### Bug Fixes * **analytics:** persist billing writes through outbox ([#1787](#1787)) ([7896933](7896933)) * **ci:** track the fusillade-arsenal 4.1.0 and fusillade-core 6.0.0 release baselines ([#1784](#1784)) ([b644c6f](b644c6f)) * **retention:** use indexed probes for startup and purge route queries ([#1783](#1783)) ([364cf42](364cf42)) ### Miscellaneous * remove unused TranslationRegistry::default and is_empty ([#1695](#1695)) ([2358272](2358272)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove the unused
impl Default for TranslationRegistryandTranslationRegistry::is_emptymethod from the edge translation layer.Both symbols have no callers in production or tests. The registry is
always constructed via
TranslationRegistry::new(...)and never throughDefault::default()/..Default::default(), andis_emptyis neverread (the
is_emptymatches inmiddleware.rsare onVec<u8>/&str,not on the registry).
dwctlispublish = falsewith no workspaceconsumers, so there are no external callers either.
History
Dead Code PRs can be configured here.