Merge pull request #1607 from rtfeldman/editor-let-value

file loading/saving/running, headers, top level defs
This commit is contained in:
Richard Feldman 2021-10-03 15:45:08 -05:00 committed by GitHub
commit e3a8d436cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 6193 additions and 2959 deletions

View file

@ -1967,7 +1967,7 @@ fn update<'a>(
);
}
if module_id == state.root_id && state.goal_phase == Phase::SolveTypes {
if is_host_exposed && state.goal_phase == Phase::SolveTypes {
debug_assert!(work.is_empty());
debug_assert!(state.dependencies.solved_all());