Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Add automatic ports #75

Open
dancrumb opened this issue Jun 7, 2016 · 5 comments
Open

Add automatic ports #75

dancrumb opened this issue Jun 7, 2016 · 5 comments

Comments

@dancrumb
Copy link
Contributor

dancrumb commented Jun 7, 2016

No description provided.

@dancrumb
Copy link
Contributor Author

dancrumb commented Jun 8, 2016

Once #74 is ready, this becomes a little clearer. Automatic Ports then become a subtype of Ports.

@dancrumb
Copy link
Contributor Author

dancrumb commented Jun 8, 2016

Network will need to be updated to support the creation of connections with automatic ports, probably with some kind of notation to indicate that a port is automatic

@jpaulm
Copy link
Owner

jpaulm commented Jun 8, 2016

The asterisk notation should be OK...? E.g.
network.connect(Writer, '*', Reader, '*', 5);
or
network.sconnect('Writer.*', 'Reader.*', 5);

Or have you taken care of that already?

@dancrumb
Copy link
Contributor Author

dancrumb commented Jun 8, 2016

I like that.

I haven't done it yet, since this isn't strictly specified somewhere. However, I don't see that as a reason not to proceed. If folks push to go in another direction (why would then?), the code can be modified accordingly

@jpaulm
Copy link
Owner

jpaulm commented Jun 9, 2016

Sounds great! Thanks!

On Wed, Jun 8, 2016 at 2:07 PM, Dan Rumney [email protected] wrote:

I like that.

I haven't done it yet, since this isn't strictly specified somewhere.
However, I don't see that as a reason not to proceed. If folks push to go
in another direction (why would then?), the code can be modified accordingly


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#75 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AATGJzGN5Rl3NnRM-GU02nqR-InhSuxOks5qJwT0gaJpZM4IwbRo
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants