pub fn resolve_stack_composition_v2<'a>(
manifest: &StackManifestArtifactV2,
live_specs: &'a [(String, LiveSpecArtifactV2)],
program_specs: &'a [ProgramSpecArtifact],
) -> Result<ResolvedStackCompositionV2<'a>, ArtifactError>Expand description
Validate and resolve one portable V2 composition. Supplied LiveSpecs are positional because alias order is part of the manifest contract; supplied ProgramSpecs are resolved by typed hash and may be in any filesystem order.