Skip to content

Bug fix: Zip operator crash and `len` warning

Latest
Compare
Choose a tag to compare
@gordonwatts gordonwatts released this 12 Sep 21:51
b67b122

Fixed one crash and one extra warning message:

  • Zip now won't crash when trying to do the internal type checking. It does not yet return the proper result, but that should be safe for most uses (see #150).
  • len operator no longer produces a warning and type checks as a float.

What's Changed

Full Changelog: 3.3.2...3.3.3