Closed Vindaar closed 6 years ago
Due to recent changes on Nim's devel, nil is not a valid value for strings and seqs anymore. This change replaces checks for nil by checks on the length of the string or seq.
nil
Due to recent changes on Nim's devel,
nil
is not a valid value for strings and seqs anymore. This change replaces checks fornil
by checks on the length of the string or seq.