Skip to content

Commit

Permalink
FIXME/TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Feb 21, 2025
1 parent 62ff007 commit 00c51dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dfx/src/commands/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ pub struct RulesOpts {
}

// FIXME: It wrongly acts with downloaded canisters (like `internet_identity`).
// This seems to be the cause of double recompilation.
// This seems to be the cause of double recompilation. (Seems to have been fixed.)
// TODO: Describe explicity rules and files. Correct outputting \n between rules.
pub fn exec(env1: &dyn Environment, opts: RulesOpts) -> DfxResult {
let env = create_anonymous_agent_environment(env1, opts.network.to_network_name())?;
// let log = env.get_logger();
Expand Down

0 comments on commit 00c51dc

Please sign in to comment.