opbasm icon indicating copy to clipboard operation
opbasm copied to clipboard

Don't use nil tests for strings.

Open gsmecher opened this issue 3 years ago • 0 comments

This has been deprecated since Nim 0.19.0. Quoth the ChangeLog: [1]

nil for strings/seqs is finally gone. Instead the default value for
these is "" / @[]. Use --nilseqs:on for a transition period.

[1] https://github.com/nim-lang/Nim/blob/devel/changelogs/changelog_0_19_0.md

gsmecher avatar Sep 06 '22 19:09 gsmecher