Maybe this could help someone (was: Re: Squeak Maintainence and Condensed Sources

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Maybe this could help someone (was: Re: Squeak Maintainence and Condensed Sources

Edgar J. De Cleene
With a fresh 7044, I do a fileOut for each class and method for test a idea

Take this as example:

AbstractEvent-changeKind-2003-07-10-rw .st

Class -method - ISOdate -author

Could view what is produced in

http://201-212-99-13.cab.prima.net.ar:8090/


If any member think this info is valuable , I could complete and put on some
place

Remember , the computer is on 09:00 to 23:00 GMT rughly

Edgar



       
       
               
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas


Reply | Threaded
Open this post in threaded view
|

Re: Maybe this could help someone (was: Re: Squeak Maintainence and Condensed Sources

stéphane ducasse-2
Hi edgar

you should describe what you obtained else nobody will look at it.
Especially when this person does not have an full internet connection

Stef

On 26 juil. 06, at 21:14, Lic. Edgar J. De Cleene wrote:

> With a fresh 7044, I do a fileOut for each class and method for  
> test a idea
>
> Take this as example:
>
> AbstractEvent-changeKind-2003-07-10-rw .st
>
> Class -method - ISOdate -author
>
> Could view what is produced in
>
> http://201-212-99-13.cab.prima.net.ar:8090/
>
>
> If any member think this info is valuable , I could complete and  
> put on some
> place
>
> Remember , the computer is on 09:00 to 23:00 GMT rughly
>
> Edgar
>
>
>
>
>
>
> __________________________________________________
> Preguntá. Respondé. Descubrí.
> Todo lo que querías saber, y lo que ni imaginabas,
> está en Yahoo! Respuestas (Beta).
> ¡Probalo ya!
> http://www.yahoo.com.ar/respuestas
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Maybe this could help someone (was: Re: Squeak Maintenance and Condensed Sources

Edgar J. De Cleene
stéphane ducasse puso en su mail :

> Hi edgar
>
> you should describe what you obtained else nobody will look at it.
> Especially when this person does not have an full internet connection
>
> Stef
I do a fileOut for each version of each method of each class in the image.(a
fresh 7044 in this case).
So any could look / load if all was in one official place with 24/24
internet access.
Take as experiment , if you wish, for example and doing the same for all
what was done in Squeak from beginning of time to now.
Could be useful for historical research, and as I suggest, a way of doing
different of the monolithic image concept.

With kernel.image of Pavel and a some work for some Squeakers I hope in a
future you could do what now I doing in my SqueakLight experiments in a very
improved and better way.
That is, you produce your stuff (Rompecabezas, LogicCircus, new things) in a
.sar with any Squeak.
File in the kernelNNNN.image and you look for any what this image don't
understand in the official site via TCP, download and install.
As in the file name you have all, Class -method - ISOdate -author, you could
do a lot.

Sorry I serving on my own Mac , but seems me what 09:00 to 23:00 GMT is
enough for somebody could see and feedback how improve it.

Or do something better.

Cheers

Edgar



       
       
               
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas


Reply | Threaded
Open this post in threaded view
|

Re: Maybe this could help someone (was: Re: Squeak Maintenance and Condensed Sources

Mathieu SUEN
2006/7/28, Lic. Edgar J. De Cleene <[hidden email]>:

> stéphane ducasse puso en su mail :
>
> > Hi edgar
> >
> > you should describe what you obtained else nobody will look at it.
> > Especially when this person does not have an full internet connection
> >
> > Stef
> I do a fileOut for each version of each method of each class in the image.(a
> fresh 7044 in this case).
> So any could look / load if all was in one official place with 24/24
> internet access.
> Take as experiment , if you wish, for example and doing the same for all
> what was done in Squeak from beginning of time to now.
> Could be useful for historical research, and as I suggest, a way of doing
> different of the monolithic image concept.
>
> With kernel.image of Pavel and a some work for some Squeakers I hope in a
> future you could do what now I doing in my SqueakLight experiments in a very
> improved and better way.
> That is, you produce your stuff (Rompecabezas, LogicCircus, new things) in a
> .sar with any Squeak.
> File in the kernelNNNN.image and you look for any what this image don't
> understand in the official site via TCP, download and install.
> As in the file name you have all, Class -method - ISOdate -author, you could
> do a lot.
>
> Sorry I serving on my own Mac , but seems me what 09:00 to 23:00 GMT is
> enough for somebody could see and feedback how improve it.
>
> Or do something better.
>
> Cheers
>
> Edgar
>
>

May be you can do a cvs repository and provide a way to know witch
version of each fileout it 's in a image.

Math