Might there be a package format that combines .pcl and .pst contents
into a single file so both don't need to be distributed? -- Visit <http://tggagne.blogspot.com/> for more great reading. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Thomas
There are Smalltalk Archives in VisualWorks 7.6 preview which combine pcl and pst files into a single file, specially for bundles. Georg Georg Heeg eK, Dortmund und Köthen, HR Dortmund A 12812 Tel. +49-3496-214328, Fax +49-3496-214712 > -----Ursprüngliche Nachricht----- > Von: [hidden email] [mailto:[hidden email]] Im Auftrag > von Thomas Gagné > Gesendet: Dienstag, 22. April 2008 18:14 > An: vwnc > Betreff: [vwnc] Why do parcels require both a PCL and PST? > > Might there be a package format that combines .pcl and .pst contents > into a single file so both don't need to be distributed? > > -- > Visit <http://tggagne.blogspot.com/> for more great reading. > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Excellent. I just loaded the "Smalltalk Archive" parcel to look
around. It adds some features to the package "publish" menu option. Pretty cool. Though now I have a little uneasiness. I have had images that have become unusable because the source pointers between the image and the parcel or store pointer (or something) have become lost. If I have a package and have published it as both a parcel, a store, and a package to store, which of those three do the source pointers point to? And, in the future will discussing problems/features of store and Store make things more difficult? Perhaps we'll just call them archives? Stars? I know it sounds trivial, but Smalltalkers have enough to explain to people without creating more confusion. -- Visit <http://tggagne.blogspot.com/> for more great reading. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Thomas,
There are two kinds of Smalltalk Archives: .star files: No soureces .store files: With Sources Technically Smalltalk Archives are .tar files. Thus you can look at them using tar. With the file browser you'll see the contents of Smalltalk archives also. When a Smalltalk archive is written, the same code is used that writes parcel files. The basic difference is that they are put in a tar file. You'll find some documentation on page 78 of the 7.6 Release Notes and in the ObjectStudio 8 documentation. Georg Georg Heeg eK, Dortmund und Köthen, HR Dortmund A 12812 Tel. +49-3496-214328, Fax +49-3496-214712 > -----Ursprüngliche Nachricht----- > Von: [hidden email] [mailto:[hidden email]] Im Auftrag > von Thomas Gagné > Gesendet: Dienstag, 22. April 2008 20:29 > An: 'vwnc' > Betreff: Re: [vwnc] Why do parcels require both a PCL and PST? > > Excellent. I just loaded the "Smalltalk Archive" parcel to look > around. It adds some features to the package "publish" menu option. > Pretty cool. > > Though now I have a little uneasiness. I have had images that have > become unusable because the source pointers between the image and the > parcel or store pointer (or something) have become lost. If I have a > package and have published it as both a parcel, a store, and a package > to store, which of those three do the source pointers point to? > > And, in the future will discussing problems/features of store and Store > make things more difficult? Perhaps we'll just call them archives? > Stars? I know it sounds trivial, but Smalltalkers have enough to > explain to people without creating more confusion. > > -- > Visit <http://tggagne.blogspot.com/> for more great reading. > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |