Eric Harris-Braun
Eric Harris-Braun
This same bug has bitten me again. Writing a function with LISTEN instruction in it has PARAMS to be passed into add_expectation some of which are the SLOT to refer...
I think this would also allow us to unify templating with embody_from_match.
Hmmm, now that we've added transcoding that should make this easier to do.
94e2ea2cc adds an instruction STREAM_AVAILABLE that returns a BOOLEAN if the stream hasn't reached EOF. This code still has significant issues in that if EOF is reached during a STREAM_READ,...
Realized that it makes lots of sense to just generalize the STREAM instructions to multiple types of streams, and add UNIX streams as just one case. The surface of a...
generalized streams in 48d3e032
The proper way to do this, I think, is to actually represent trees in the editing state by wrapping their parts in the HTML that represents their structural definition, and...
ca6be1fa9d566c adds CONTINUE instruction, which acts like a kind of return, or goto, which allows you to restart reduction at any point in the tree We still need to add...
I've converted this to adding the reject/accept handshake to REQUEST which is separate from the question of where the actual response data gets passed to (i.e. the blocked tree, or...
440cff10a499b2e5f5 adds CONVERSE based bi-directional socket edge-receptor. Still missing is the control aspect stuff to enable clients to properly close down the socket