mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-21 19:19:45 +00:00
Include derives module in dependencies status
This commit is contained in:
parent
da6eda03b2
commit
a8006d225e
2 changed files with 38 additions and 11 deletions
|
@ -853,6 +853,8 @@ impl<'a> State<'a> {
|
|||
) -> Self {
|
||||
let arc_shorthands = Arc::new(Mutex::new(MutMap::default()));
|
||||
|
||||
let dependencies = Dependencies::new(goal_phase);
|
||||
|
||||
Self {
|
||||
root_id,
|
||||
root_subs: None,
|
||||
|
@ -862,7 +864,7 @@ impl<'a> State<'a> {
|
|||
output_path: None,
|
||||
platform_path: PlatformPath::NotSpecified,
|
||||
module_cache: ModuleCache::default(),
|
||||
dependencies: Dependencies::default(),
|
||||
dependencies,
|
||||
procedures: MutMap::default(),
|
||||
toplevel_expects: Vec::new(),
|
||||
exposed_to_host: ExposedToHost::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue