seamless
seamless copied to clipboard
Module API bug
def do_superposition(...):
...
ctx.do_superposition = Module()
ctx.do_superposition.code = do_superposition
ctx.do_superposition now becomes a Transformer
Perhaps related: updating the Module code seems to cancel a downstream Transformer, setting the module pin to undefined.
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.