renardo
renardo copied to clipboard
Pattern inconsistencies list : example with implicit Pattern playstring conversion and other Pattern bugs
In some cases the implicit conversion behind the Pattern class produces unwanted result:
>>> print(PRand([".c..c...","c...c...","....c..."])[:16])
P['.', '.', '.', '.', '.', '.', '.', 'c', '.', '.', '.', '.', 'c', '.', '.', '.']
There are plenty other cases (not involving strings necessarily) that are kinda bugs of the FoxDot/renardo pattern system. If you encounter some please drop them here...