We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1dca9 commit 77dfdb6Copy full SHA for 77dfdb6
src/dfx/src/lib/builders/motoko.rs
@@ -144,7 +144,7 @@ impl CanisterBuilder for MotokoBuilder {
144
std::fs::create_dir_all(idl_dir_path)
145
.with_context(|| format!("Failed to create {}.", idl_dir_path.to_string_lossy()))?;
146
147
- let imports = get_imports(cache.as_ref(), &motoko_info)?;
+ let imports = get_imports(cache.as_ref(), &motoko_info)?; // TODO: repeated slow operation
148
149
// If the management canister is being imported, emit the candid file.
150
if imports.contains(&MotokoImport::Ic("aaaaa-aa".to_string()))
0 commit comments