On 17 April 2013 20:14, Colin Putney <co...@wiresong.com> wrote: > On 2013-04-17, at 7:57 AM, Frank Shearar <frank.shea...@gmail.com> wrote: > >> Xtreams depends on FileDirectory in at least three places, all in the >> Xtreams-Terminals package. (Three messages on FileUrl, #appending, >> #reading, #writing; two tests in XTFileReadingWritingTest >> #setUp >> and #tearDown) >> >> Pharo 2.0 has no FileDirectory. So it seems like the easiest (not >> necessarily simple, nor right) thing to is to break that out into >> Xtreams-Terminals-Squeak and Xtreams-Terminals-Pharo packages, and >> similarly for the tests. > > The usual convention would be Xtreams-Squeak-Terminals and > Xtreams-Pharo-Terminals. > > But actually, I'd kind of like to see separate packages for > FileDirectory terminals and FileSystem terminals. The FS terminals > would be useful in Squeak as well.
That's a good idea. It's also less divisive while being more precise to boot. frank