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