Skip to main content

build_compilation_errors

Function build_compilation_errors 

Source
fn build_compilation_errors(
    planned_project: &Project,
    object_paths: &BTreeMap<ObjectId, PathBuf>,
    missing_external_deps: &BTreeSet<ObjectId>,
) -> Vec<DatabaseValidationError>
Expand description

Converts missing external dependencies into user-facing, file-scoped errors.

Grouping by file/object keeps output aligned with how users navigate project SQL.