You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
I have a project where I would like to setup a reference stack and then make a few different stacks that differ in only a small way from the reference stack. For instance:
stack=Middleware::Builder.newdouseTrace,"A"useTrace,"B"endstack2=stack.dupstack2.insert_after(2,Trace,"C")stack2.call
-->A
-->B
-->C
<-- C
<-- B
<-- A
But currently ater I run the above code and I call stack.run, it gives me the same output that stack2 gave me.
If I open a pull request to fix this would you be open to supporting this feature?