mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Do not mark whether a module has specialization deps incrementally
Whether a module has a dependency on another module for specialization is already accounted for when the build graph was initially populated, and should not be modified again. Closes #4622
This commit is contained in:
parent
2a27d3c05f
commit
1ab41bf6b5
2 changed files with 9 additions and 3 deletions
|
@ -3003,7 +3003,10 @@ fn update<'a>(
|
|||
);
|
||||
}
|
||||
|
||||
log!("re-launching specializations pass");
|
||||
log!(
|
||||
"re-launching make-specializations: pass {}",
|
||||
state.make_specializations_pass.current_pass() + 1
|
||||
);
|
||||
|
||||
state.make_specializations_pass.inc();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue