Skip to content

Commit 4bee057

Browse files
committed
add comment to handle nullable when supported
1 parent 54d3fe8 commit 4bee057

File tree

1 file changed

+1
-0
lines changed
  • lib/dsc-lib/src/configure

1 file changed

+1
-0
lines changed

lib/dsc-lib/src/configure/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ impl Configurator {
778778
warn!("{}", t!("configure.mod.secureOutputSkipped", name = name));
779779
continue;
780780
}
781+
// TODO: handle nullable when supported
781782
if value_result.is_string() && output.r#type != DataType::String ||
782783
value_result.is_i64() && output.r#type != DataType::Int ||
783784
value_result.is_boolean() && output.r#type != DataType::Bool ||

0 commit comments

Comments
 (0)