From sopindm at gmail.com Thu Nov 10 13:08:00 2011 From: sopindm at gmail.com (Dmitry Sopin) Date: Thu, 10 Nov 2011 13:08:00 +0000 Subject: [trivial-gray-streams-devel] clozurecl file-position and read/write-list Message-ID: <4EBBCCB0.6030608@gmail.com> Recent version of ClozureCL has implementation of file-position method for gray streams, and stream-read-list/stream-write-list functions (called from read/write-sequence). There is no support for this functions in trivial-gray-streams. From avodonosov at yandex.ru Thu Nov 10 20:51:51 2011 From: avodonosov at yandex.ru (Anton Vodonosov) Date: Fri, 11 Nov 2011 00:51:51 +0400 Subject: [trivial-gray-streams-devel] clozurecl file-position and read/write-list In-Reply-To: <4EBBCCB0.6030608@gmail.com> References: <4EBBCCB0.6030608@gmail.com> Message-ID: <39021320958311@web1.yandex.ru> 10.11.2011, 17:08, "Dmitry Sopin" : > Recent version of ClozureCL has implementation of file-position method > for gray streams, and stream-read-list/stream-write-list functions > (called from read/write-sequence). There is no support for this > functions in trivial-gray-streams. Hello. Thanks for the report. Patches are also welcome :) Best regards, - Anton From sopindm at gmail.com Fri Nov 11 07:09:22 2011 From: sopindm at gmail.com (Dmitry Sopin) Date: Fri, 11 Nov 2011 07:09:22 +0000 Subject: [trivial-gray-streams-devel] clozurecl file-position and read/write-list In-Reply-To: <39021320958311@web1.yandex.ru> References: <4EBBCCB0.6030608@gmail.com> <39021320958311@web1.yandex.ru> Message-ID: <4EBCCA22.9060802@gmail.com> Here's a working version of mixin.lisp from official git repository. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mixin.lisp URL: From avodonosov at yandex.ru Fri Nov 11 08:42:33 2011 From: avodonosov at yandex.ru (Anton Vodonosov) Date: Fri, 11 Nov 2011 12:42:33 +0400 Subject: [trivial-gray-streams-devel] clozurecl file-position and read/write-list In-Reply-To: <4EBCCA22.9060802@gmail.com> References: <4EBBCCB0.6030608@gmail.com> <39021320958311@web1.yandex.ru> <4EBCCA22.9060802@gmail.com> Message-ID: <357641321000953@web48.yandex.ru> 11.11.2011, 11:09, "Dmitry Sopin" : > Here's a working version of mixin.lisp from official git repository. Hello. Committed you changes (without DOS newlines :) Thank you for the help.