[squeak-dev] not saving projects to squeaklets

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

[squeak-dev] not saving projects to squeaklets

Ties Stuij
As part of my 'one patch a day' project:

Every time a project gets loaded, a version is stored in the
squeaklets subfolder, if it doesn't already exists. On the XO this to
me seems a rather space-consuming operation without any direct
benifit. If you agree, you might find attached patch of use, which
does away with this wastefull behaviour. If you don't agree (which is
most probable, because I'm probably overlooking something) I'd like to
know what I'm overlooking.

/Ties



noSqueaklet.1.cs (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: [Etoys] not saving projects to squeaklets

Yoshiki Ohshima-2
  Ties,

> As part of my 'one patch a day' project:
>
> Every time a project gets loaded, a version is stored in the
> squeaklets subfolder, if it doesn't already exists. On the XO this to
> me seems a rather space-consuming operation without any direct
> benifit. If you agree, you might find attached patch of use, which
> does away with this wastefull behaviour. If you don't agree (which is
> most probable, because I'm probably overlooking something) I'd like to
> know what I'm overlooking.

  This should be good.  In the browser plugin situation, this caches
the data but even in that case, it can be removed after loading.  (If
I'm not overlooking anything^^;)

  Thank you!

-- Yoshiki