renardo icon indicating copy to clipboard operation
renardo copied to clipboard

Pattern inconsistencies list : example with implicit Pattern playstring conversion and other Pattern bugs

Open e-lie opened this issue 10 months ago • 0 comments

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...

e-lie avatar Apr 18 '24 10:04 e-lie