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 54d3fe8 commit 4bee057Copy full SHA for 4bee057
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