Dan Rumney

Results 35 comments of Dan Rumney

Great explanation. As an aside, it might be nice to have a `--ci` parameter or something that returns 0 unless there is an error; most CI systems will choke on...

Perhaps this issue is in the wrong repo. I'm talking about how we capture these ports in the .fbp DSL Those links only appear to talk about what automatic ports...

I feel like I'm not articulating the purpose of this ticket clearly. My understanding is that this repo is responsible (in part) for defining what constitutes a valid .fbp file,...

Surely the goal is to have a notation that is identically understood across all implementations? Do you look to another source to determine how the parser should interpret elements in...

I'm going to look into a small abstraction layer to handle process start and fiber yields together

I think this is done with #74 What do you think?

This is complete, right?

I want to make sure I understand the logic that you're talking about. This is the logic that suspends a receiver when there are no IPs currently in any incoming...

On further investigation, I see that the whole `receive` code is broken, because there's no support for multiple connections coming into an `InputPort`. If you have the patience, I'd like...

Hi Paul, Went away for the weekend and been catching up. Regarding suspending the sender, I believe this remains in place in the ProcessConnection code, specifically at: https://github.com/jpaulm/jsfbp/blob/master/core/ProcessConnection.js#L79 At this...