Forked from
pycodegen / pystencils
Source project has a limited visibility.
-
Martin Bauer authored
Block.subs method tried to be too smart: a = field[..] b = a + b was "simplified" incorrectly to b = field[...] + b
Martin Bauer authoredBlock.subs method tried to be too smart: a = field[..] b = a + b was "simplified" incorrectly to b = field[...] + b