From yazicivo at ttmail.com Fri Jan 9 20:37:59 2009 From: yazicivo at ttmail.com (Volkan YAZICI) Date: Fri, 09 Jan 2009 22:37:59 +0200 Subject: [flexi-streams-devel] Signaling Condition on BOUND Invalidation Message-ID: <8763korza0.fsf@alamut.mobiliz.com.tr> Hi, Here is a small patch that introduces signaling of a condition when BOUND of an input stream is trying to be exceeded. Would Edi approve such a functionality? Regards. -------------- next part -------------- A non-text attachment was scrubbed... Name: flexi-stream-bound-invalidation-condition.patch Type: text/x-diff Size: 3416 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: flexi-stream-bound-invalidation-test.lisp Type: application/octet-stream Size: 2183 bytes Desc: not available URL: From yazicivo at ttmail.com Tue Jan 13 15:06:31 2009 From: yazicivo at ttmail.com (Volkan YAZICI) Date: Tue, 13 Jan 2009 17:06:31 +0200 Subject: [flexi-streams-devel] Signaling Condition on BOUND Invalidation In-Reply-To: <8763korza0.fsf@alamut.mobiliz.com.tr> (Volkan YAZICI's message of "Fri\, 09 Jan 2009 22\:37\:59 +0200") References: <8763korza0.fsf@alamut.mobiliz.com.tr> Message-ID: <87fxjnw8i0.fsf@alamut.mobiliz.com.tr> On Fri, 09 Jan 2009, Volkan YAZICI writes: > Here is a small patch that introduces signaling of a condition when > BOUND of an input stream is trying to be exceeded. Would Edi approve > such a functionality? Besides previous implementation and test patches, here is the patch for the documentation. Regards. -------------- next part -------------- A non-text attachment was scrubbed... Name: flexi-stream-bound-invalidation-condition-doc.patch Type: text/x-diff Size: 2315 bytes Desc: not available URL: From edi at agharta.de Tue Jan 20 07:06:46 2009 From: edi at agharta.de (Edi Weitz) Date: Tue, 20 Jan 2009 08:06:46 +0100 Subject: [flexi-streams-devel] Signaling Condition on BOUND Invalidation In-Reply-To: <8763korza0.fsf@alamut.mobiliz.com.tr> References: <8763korza0.fsf@alamut.mobiliz.com.tr> Message-ID: On Fri, Jan 9, 2009 at 9:37 PM, Volkan YAZICI wrote: > Here is a small patch that introduces signaling of a condition when > BOUND of an input stream is trying to be exceeded. Would Edi approve > such a functionality? Hi Volkan Sorry for the delay. I took a quick glance and this looks good. I'm a bit too busy right now, but I guess this'll be in the next release. Thanks, Edi.