mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Merge pull request #1607 from rtfeldman/editor-let-value
file loading/saving/running, headers, top level defs
This commit is contained in:
commit
e3a8d436cf
54 changed files with 6193 additions and 2959 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue