seamless icon indicating copy to clipboard operation
seamless copied to clipboard

Module API bug

Open sjdv1982 opened this issue 3 years ago • 1 comments

def do_superposition(...):
   ...
ctx.do_superposition = Module()
ctx.do_superposition.code = do_superposition

ctx.do_superposition now becomes a Transformer

sjdv1982 avatar Oct 13 '22 14:10 sjdv1982

Perhaps related: updating the Module code seems to cancel a downstream Transformer, setting the module pin to undefined.

sjdv1982 avatar Oct 13 '22 14:10 sjdv1982

Perhaps related: updating the Module code seems to cancel a downstream Transformer, setting the module pin to undefined.

Not related, as that has been solved now.

sjdv1982 avatar Jan 25 '23 15:01 sjdv1982