pub fn load(
sources: &[PackSource],
fragments: &FragmentCorpus,
kinds: &[StepKindSpec],
) -> Result<PackSet, FrontError>Expand description
Parse and validate sources, failing on the first error-severity diagnostic
(the fail-fast contract a real proef run depends on). All diagnostics are
still collected — one bad pack does not hide problems in another.