You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review all annotations for semantics, especially list vs str vs Mapping etc.
Fix all inconsistencies in how list vs str is used
Fix all introduced bugs:
Specifying step does not override number of steps implicit in message when longer (possibly old bug/feature: check docs and sync with Python implementation)
Some tests fail: reenable and fix all disabled tests
Migrate all code to Python 3.7+ (abandoning 2.7), including:
2to3
on all files and fix or disable remaining errorspytype
?list
vsstr
vsMapping
etc.list
vsstr
is useditertools
, (and other package?) for mappings and encodingsAlso general bug review and syncing with Haskell version:
encode
output (see Haskell version #33).The text was updated successfully, but these errors were encountered: