bgribble/mfp

Send/recv across scopes broken

Closed this issue · 1 comments

Found this while working on the mix8bus patch. A send-via going to a name with dotted components (foo.bar) does not DTRT. It creates a new Bus with name foo.bar rather than a new bus named bar in scope foo.

This is done. The fix turned out to be more involved than I had hoped it would be!