From 381d565acf974b0eab2a9b7fdcf8f9372cad0c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 29 Mar 2022 03:48:29 +0200 Subject: refactor(flags): rename CheckFlag to TypecheckMode (#14111) --- cli/ops/runtime_compiler.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/ops/runtime_compiler.rs') diff --git a/cli/ops/runtime_compiler.rs b/cli/ops/runtime_compiler.rs index 8c02190c0..372d53468 100644 --- a/cli/ops/runtime_compiler.rs +++ b/cli/ops/runtime_compiler.rs @@ -245,7 +245,7 @@ async fn op_emit( Arc::new(RwLock::new(graph.as_ref().into())), cache.as_mut_cacher(), emit::CheckOptions { - check: flags::CheckFlag::All, + typecheck_mode: flags::TypecheckMode::All, debug, emit_with_diagnostics: true, maybe_config_specifier: None, @@ -268,7 +268,7 @@ async fn op_emit( Arc::new(RwLock::new(graph.as_ref().into())), cache.as_mut_cacher(), emit::CheckOptions { - check: flags::CheckFlag::All, + typecheck_mode: flags::TypecheckMode::All, debug, emit_with_diagnostics: true, maybe_config_specifier: None, -- cgit v1.2.3