refactor(tui): move config.set handler into methods_config (server.py god-file slice R4) - #79262
Open
andrexibiza wants to merge 1 commit into
Open
refactor(tui): move config.set handler into methods_config (server.py god-file slice R4)#79262andrexibiza wants to merge 1 commit into
andrexibiza wants to merge 1 commit into
Conversation
… god-file slice R4) Signed-off-by: andrexibiza <84248988+andrexibiza@users.noreply.github.com>
Contributor
Author
|
🔒 This shard is part of the tui_gateway/server.py KILL LOCK — the permanent record of the 13,908-line whole, the mess it caused (#60654 WS-frame stalls/frozen desktop, #60800 cold-start stalls, #33503 shell injection, #76285 board-slug validation, #76701 SessionDB abandonment, FIPS crashes), every shard in the wave, and every open fixer PR still fighting the surface (#72370 #76366 #67628 #58339 #77391 #66874 #77745 #72231 #62598 #33503 #74408 #74350 #65192 #77860 #76298 #78036 #74701 #72295 #73800 #76131 #68468 #51596 #53373 #76701 #70226). Lock: posted on #78630 · Indexed by the Kill All Gods meta-issue #78647. |
This was referenced Aug 5, 2026
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.
Summary
tui_gateway/server.py god-file slice R4: move the
config.sethandler fromtui_gateway/server.pyinto the existing split moduletui_gateway/methods_config.py. Part of the repo-wide large-file decomposition (tracker #78647).What changed and why
config.sethandler (window 10471–11162, golden sha0788df80…) →methods_config.py(existing split module with theHandlerRegistry.installglobals-rebinding contract)server.pyre-exports the moved names identity-preservingTesting
Coordination / interlock
Part of #78647
Part of #78630