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 e1a7260 commit f0f0e98Copy full SHA for f0f0e98
lib/dsc-lib/src/configure/mod.rs
@@ -778,6 +778,7 @@ impl Configurator {
778
warn!("{}", t!("configure.mod.secureOutputSkipped", name = name));
779
continue;
780
}
781
+ // TODO: handle nullable when supported
782
if value_result.is_string() && output.r#type != DataType::String ||
783
value_result.is_i64() && output.r#type != DataType::Int ||
784
value_result.is_boolean() && output.r#type != DataType::Bool ||
0 commit comments