seamless icon indicating copy to clipboard operation
seamless copied to clipboard

bytes pins of bash transformers cannot be set inline

Open sjdv1982 opened this issue 11 months ago • 0 comments

tf.foo = ... will not work if foo is a pin of celltype bytes . ( tf.foo = ctx.foo does work correctly) This makes sense since bytes pin checksums are now bypassed from the inp checksum and fed directly into the transformer. Solution: expand the checksum dict to include bytes pin checksums. Nasty: changing the celltype to/from bytes should destroy the existing checksum.

sjdv1982 avatar Mar 09 '24 00:03 sjdv1982