Skip to content

Commit 5c345ec

Browse files
committed
add comment to handle nullable when supported
1 parent 845ef7d commit 5c345ec

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
@@ -779,6 +779,7 @@ impl Configurator {
779779
warn!("{}", t!("configure.mod.secureOutputSkipped", name = name));
780780
continue;
781781
}
782+
// TODO: handle nullable when supported
782783
if value_result.is_string() && output.r#type != DataType::String ||
783784
value_result.is_i64() && output.r#type != DataType::Int ||
784785
value_result.is_boolean() && output.r#type != DataType::Bool ||

0 commit comments

Comments
 (0)