Re: [Pharo-project] about ensuring file closing
Damien, My top Pharo-related priority right now remains deployment of the BibTeX/Seaside system. It is both a stress-test for the VM and Seaside, and I have a manuscript deadline creeping ever closer =:0 Once that is up, I will give this some thought. I also need to get a SIF or other link between Dolphin and Pharo. Suggestions are welcome, and pointers to working code would be even better :) Some reading on the most recent (D 3.x!!!) version I found includes instructions for "porting" SIF, so worst case, I could take that route for getting it working in D5. Too bad the RB is apparently still unable to take formatting cues from existing code; I use non-formatting refactorings with abandon, and will sometimes freely use the RB on new code; anything that has been around for a while contains comments that have proven VERY valuable to me over time. With any luck, the transformations I plan to make will be easy enough "the hard way". More to come. Bill Wilhelm K. Schwab, Ph.D. University of Florida Department of Anesthesiology PO Box 100254 Gainesville, FL 32610-0254 Email: bschwab@anest.ufl.edu Tel: (352) 846-1285 FAX: (352) 392-7029
damien.cassou@gmail.com 07/20/08 2:47 PM >>> On Sun, Jul 20, 2008 at 8:14 PM, Bill Schwab <BSchwab@anest.ufl.edu> wrote: Stef,
That sounds fine, but I would want Damien to be involved.
I'm here :-)
I would also like to discuss the pros and cons of a facade such as
ReadStream class>>on:aCollection ^aCollection readStream.
which I _think_ can be readily adapted to instantiate Nile streams. There would be a similar trick for write streams.
I think it is necessary to have such a facade, at least temporarily. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (1)
-
Bill Schwab