In sq 8859 squeak projects cannot be saved to disk.

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

In sq 8859 squeak projects cannot be saved to disk.

Jerome Peace
Hi all,

The current trunk image has at least three errors preventing projects from being saved.

The first gives a primitive failed error if the project is unnamed. The old behavior would ask for the name.

The second is a editing error in a recent version of PasteUpMorph>prepareToBeSaved.

The third is a hang once you avoid the first two.

Mantis issues
        Update Issue 0007440 Morphic block new 01-12-10 In sq 8859 Saving a project hangs (even after avoiding the first two problems)
        Update Issue 0007437 1 Morphic minor new 01-11-10 In sq 8836 projects are not prepared to be saved.


The most recent error has some strange quirks.

The presents of these errors are blocking things.

One important question:
I am seeing strange things in my Squeaklets directory after I have tried saving.

What is the expected behavior and result of saving a project? What files and folders should I expect to see???

Yours in curiosity and service, --Jerome Peace


     

Reply | Threaded
Open this post in threaded view
|

Re: In sq 8859 squeak projects cannot be saved to disk.

Andreas.Raab
Jerome Peace wrote:
> Hi all,
>
> The current trunk image has at least three errors preventing projects from being saved.
>
> The first gives a primitive failed error if the project is unnamed. The old behavior would ask for the name.
>
> The second is a editing error in a recent version of PasteUpMorph>prepareToBeSaved.
>
> The third is a hang once you avoid the first two.

All of these should be fixed with the latest updates.

> One important question:
> I am seeing strange things in my Squeaklets directory after I have tried saving.
>
> What is the expected behavior and result of saving a project? What files and folders should I expect to see???

All projects are first stored in the Squeaklets directory and then moved
to their "final" location (which might be a web server etc).

Cheers,
   - Andreas

Reply | Threaded
Open this post in threaded view
|

Re: In sq 8859 squeak projects cannot be saved to disk.

Edgar J. De Cleene
In reply to this post by Jerome Peace



On 1/12/10 12:19 AM, "Jerome Peace" <[hidden email]> wrote:

> Hi all,
>
> The current trunk image has at least three errors preventing projects from
> being saved.
>
> The first gives a primitive failed error if the project is unnamed. The old
> behavior would ask for the name.
>
> The second is a editing error in a recent version of
> PasteUpMorph>prepareToBeSaved.
>
> The third is a hang once you avoid the first two.
>
> Mantis issues
> Update Issue  0007440   Morphic block new 01-12-10 In sq 8859 Saving a project
> hangs (even after avoiding the first two problems)
> Update Issue  0007437 1 Morphic minor new 01-11-10 In sq 8836 projects are not
> prepared to be saved.
>
>
> The most recent error has some strange quirks.
>
> The presents of these errors are blocking things.
>
> One important question:
> I am seeing strange things in my Squeaklets directory after I have tried
> saving.
>
> What is the expected behavior and result of saving a project? What files and
> folders should I expect to see???
>
> Yours in curiosity and service, --Jerome Peace
Hi Jerome, I miss you much.

This seems some new, as I was able to save projects with trunk image, but
not remember the nnnn version number when I do this some months ago.

Edgar




Reply | Threaded
Open this post in threaded view
|

Re: In sq 8859 squeak projects cannot be saved to disk.

Jerome Peace
In reply to this post by Jerome Peace
Hi Andreas, Hi all.



>>Jerome Peace wrote:
>> Hi all,
>>
>> The current trunk image has at least three errors preventing projects from being saved.
>>
>> The first gives a primitive failed error if the project is unnamed. The old behavior would ask for the name.

It now asks.
>>
>> The second is a editing error in a recent version of PasteUpMorph>prepareToBeSaved.

Edit err deleted.
>>
>> The third is a hang once you avoid the first two.

Code causing the hang seems to have been reverted.  
>
>Andreas replied:
>All of these should be fixed with the latest updates.

In sq 8864 these problems have been handled. Thank you for your prompt action. Makes the work I did tracking down the problems seem worth while.

Good work!

Yours in curiosity and service, --Jerome Peace