Skip to content

Make api::Launch self-sufficient and type ColdRefused #313

Description

@blooop

Question

api::Launch is the frozen wf surface, but Launch::new requires &mut dyn ColdMachinery and &dyn Provision whose only real implementations live in the dl binary (dl/src/cold.rs:52, dl/src/launch.rs:138) — a second consumer must reimplement dl's wiring or gets a launcher that cannot go cold. And ColdRefused.reason: String carries dl-rendered English back through core (flows/launch.rs:1831dl/src/cold.rs:64 render::startup_reason) — the one place the no-English-in-core layering runs backwards.

Decide where the impls should live and the typed reason's shape (consult constructive-modeling). Then slice the builds.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions