R0-2: extract deep HostedPlugin lifecycle/state seam - #68
Draft
masarray wants to merge 6 commits into
Draft
Conversation
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.
Refs #66
Fixed-point base:
bcddeb78e0b666d8ba2b4ae6d9ce355142181d5d.R0-2 only. This PR must extract one protocol-neutral helper-side
HostedPluginseam while preserving Single Host behavior. No Rack protocol/helper, no multi-plugin runtime, no R1-1, no graphical Rack work.Test-first checkpoint
Initial head
309d8ace73a5048cb78bef6060f57ce33e3f71a7adds only the deterministic R0-2 characterization and focused workflow. It intentionally references the not-yet-createdsrc/host/hosted_plugin.*seam so the first focused run must be RED before production implementation.The direct HostedPlugin characterization covers open/close/reopen, ProcessBlockView processing, latency + restart, component/controller state round-trip, and edit-controller accessor lifetime. A source-contract test forbids
AudioSlot,SharedAudioRegion, orcommon/protocol.hppin the public HostedPlugin header.Final merge remains gated on exact-head Single regression/CI/compatibility, Standards + Spec review, and representative real-machine Single smoke per issue #66.