Strange behavior when loading

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

Strange behavior when loading

abergel
Hi!

I found something strange in the browser. If I do:
-=-=--=-=--=-=--=-=--=-=-
Gofer new
        squeaksource: 'Spy';
        package: 'ConfigurationOfSpy';
        load.
 (ConfigurationOfSpy project version: #development) load
-=-=--=-=--=-=--=-=--=-=-

Spy loads Version 1.33 without problem.

If I press 'Load Configuration' in the browser, enter Spy, select the #development version (1.33), and press 'load', I get an error:
'Could not resolve: Spy [Spy-AlexandreBergel.259] in /Users/alexandrebergel/Downloads/PharoOneClick1-1.2.app/Contents/Resources/package-cache http://www.squeaksource.com/Spy'

Any idea what could be wrong?
Yesterday it worked fine I think. I first thought that it was due to some nasty side effect that the tests may have introduced, but I doubt about it now.

MBLoadCommand>>execute contains the following expression: "target version load: target version defaultPackageNamesToLoad". Why not just having "target version load" ? Just wondering.

Cheers,
Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





Reply | Threaded
Open this post in threaded view
|

Re: Strange behavior when loading

abergel
Strangely enough, I can pick any version of the browser within the browser itself and load it.
Is there something special in ConfigurationOfSpy to produce this behavior?

Alexandre


On 28 Mar 2011, at 10:38, Alexandre Bergel wrote:

> Hi!
>
> I found something strange in the browser. If I do:
> -=-=--=-=--=-=--=-=--=-=-
> Gofer new
> squeaksource: 'Spy';
> package: 'ConfigurationOfSpy';
> load.
> (ConfigurationOfSpy project version: #development) load
> -=-=--=-=--=-=--=-=--=-=-
>
> Spy loads Version 1.33 without problem.
>
> If I press 'Load Configuration' in the browser, enter Spy, select the #development version (1.33), and press 'load', I get an error:
> 'Could not resolve: Spy [Spy-AlexandreBergel.259] in /Users/alexandrebergel/Downloads/PharoOneClick1-1.2.app/Contents/Resources/package-cache http://www.squeaksource.com/Spy'
>
> Any idea what could be wrong?
> Yesterday it worked fine I think. I first thought that it was due to some nasty side effect that the tests may have introduced, but I doubt about it now.
>
> MBLoadCommand>>execute contains the following expression: "target version load: target version defaultPackageNamesToLoad". Why not just having "target version load" ? Just wondering.
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





Reply | Threaded
Open this post in threaded view
|

Re: Strange behavior when loading

abergel
In reply to this post by abergel
> I found something strange in the browser. If I do:
> -=-=--=-=--=-=--=-=--=-=-
> Gofer new
> squeaksource: 'Spy';
> package: 'ConfigurationOfSpy';
> load.
> (ConfigurationOfSpy project version: #development) load
> -=-=--=-=--=-=--=-=--=-=-
>
> Spy loads Version 1.33 without problem.

Actually no, the problem appears by loading Spy from a workspace...

Alexandre


>
> If I press 'Load Configuration' in the browser, enter Spy, select the #development version (1.33), and press 'load', I get an error:
> 'Could not resolve: Spy [Spy-AlexandreBergel.259] in /Users/alexandrebergel/Downloads/PharoOneClick1-1.2.app/Contents/Resources/package-cache http://www.squeaksource.com/Spy'
>
> Any idea what could be wrong?
> Yesterday it worked fine I think. I first thought that it was due to some nasty side effect that the tests may have introduced, but I doubt about it now.
>
> MBLoadCommand>>execute contains the following expression: "target version load: target version defaultPackageNamesToLoad". Why not just having "target version load" ? Just wondering.
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





Reply | Threaded
Open this post in threaded view
|

Re: Strange behavior when loading

abergel
Actually, this happens with the last version of Pharo 1.2, I got it from the hudson.

Alexandre


On 28 Mar 2011, at 11:03, Alexandre Bergel wrote:

>> I found something strange in the browser. If I do:
>> -=-=--=-=--=-=--=-=--=-=-
>> Gofer new
>> squeaksource: 'Spy';
>> package: 'ConfigurationOfSpy';
>> load.
>> (ConfigurationOfSpy project version: #development) load
>> -=-=--=-=--=-=--=-=--=-=-
>>
>> Spy loads Version 1.33 without problem.
>
> Actually no, the problem appears by loading Spy from a workspace...
>
> Alexandre
>
>
>>
>> If I press 'Load Configuration' in the browser, enter Spy, select the #development version (1.33), and press 'load', I get an error:
>> 'Could not resolve: Spy [Spy-AlexandreBergel.259] in /Users/alexandrebergel/Downloads/PharoOneClick1-1.2.app/Contents/Resources/package-cache http://www.squeaksource.com/Spy'
>>
>> Any idea what could be wrong?
>> Yesterday it worked fine I think. I first thought that it was due to some nasty side effect that the tests may have introduced, but I doubt about it now.
>>
>> MBLoadCommand>>execute contains the following expression: "target version load: target version defaultPackageNamesToLoad". Why not just having "target version load" ? Just wondering.
>>
>> Cheers,
>> Alexandre
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





Reply | Threaded
Open this post in threaded view
|

Re: Strange behavior when loading

abergel
I updated Metacello, and the problem seems to be gone
Sorry for the spam :-)

Alexandre

On 28 Mar 2011, at 11:20, Alexandre Bergel wrote:

> Actually, this happens with the last version of Pharo 1.2, I got it from the hudson.
>
> Alexandre
>
>
> On 28 Mar 2011, at 11:03, Alexandre Bergel wrote:
>
>>> I found something strange in the browser. If I do:
>>> -=-=--=-=--=-=--=-=--=-=-
>>> Gofer new
>>> squeaksource: 'Spy';
>>> package: 'ConfigurationOfSpy';
>>> load.
>>> (ConfigurationOfSpy project version: #development) load
>>> -=-=--=-=--=-=--=-=--=-=-
>>>
>>> Spy loads Version 1.33 without problem.
>>
>> Actually no, the problem appears by loading Spy from a workspace...
>>
>> Alexandre
>>
>>
>>>
>>> If I press 'Load Configuration' in the browser, enter Spy, select the #development version (1.33), and press 'load', I get an error:
>>> 'Could not resolve: Spy [Spy-AlexandreBergel.259] in /Users/alexandrebergel/Downloads/PharoOneClick1-1.2.app/Contents/Resources/package-cache http://www.squeaksource.com/Spy'
>>>
>>> Any idea what could be wrong?
>>> Yesterday it worked fine I think. I first thought that it was due to some nasty side effect that the tests may have introduced, but I doubt about it now.
>>>
>>> MBLoadCommand>>execute contains the following expression: "target version load: target version defaultPackageNamesToLoad". Why not just having "target version load" ? Just wondering.
>>>
>>> Cheers,
>>> Alexandre
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>>
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





Reply | Threaded
Open this post in threaded view
|

Re: Strange behavior when loading

Dale Henrichs
In reply to this post by abergel

On Mar 28, 2011, at 7:38 AM, Alexandre Bergel wrote:

> Hi!
>
> I found something strange in the browser. If I do:
> -=-=--=-=--=-=--=-=--=-=-
> Gofer new
> squeaksource: 'Spy';
> package: 'ConfigurationOfSpy';
> load.
> (ConfigurationOfSpy project version: #development) load
> -=-=--=-=--=-=--=-=--=-=-
>
> Spy loads Version 1.33 without problem.
>
> If I press 'Load Configuration' in the browser, enter Spy, select the #development version (1.33), and press 'load', I get an error:
> 'Could not resolve: Spy [Spy-AlexandreBergel.259] in /Users/alexandrebergel/Downloads/PharoOneClick1-1.2.app/Contents/Resources/package-cache http://www.squeaksource.com/Spy'
>
> Any idea what could be wrong?
> Yesterday it worked fine I think. I first thought that it was due to some nasty side effect that the tests may have introduced, but I doubt about it now.

I see that you figured out the issue ... I would rather have mail to be ignored than no bug reports at all:)

>
> MBLoadCommand>>execute contains the following expression: "target version load: target version defaultPackageNamesToLoad". Why not just having "target version load" ? Just wondering.

Good question. This is a workaround for Issue 112. When Issue 112 is fixed, we can go back to using load ...

Dale
Reply | Threaded
Open this post in threaded view
|

Re: Strange behavior when loading

abergel
>> Any idea what could be wrong?
>> Yesterday it worked fine I think. I first thought that it was due to some nasty side effect that the tests may have introduced, but I doubt about it now.
>
> I see that you figured out the issue ... I would rather have mail to be ignored than no bug reports at all:)
>
>>
>> MBLoadCommand>>execute contains the following expression: "target version load: target version defaultPackageNamesToLoad". Why not just having "target version load" ? Just wondering.
>
> Good question. This is a workaround for Issue 112. When Issue 112 is fixed, we can go back to using load ...

Really strange. The bug is still around. No idea where this problem comes from.
Even with the last version of Metacello. Using an old image, I still have this error:
'Could not resolve: MetacelloBrowser-Core [MetacelloBrowser-Core-AlexandreBergel.62] in /Users/alexandrebergel/Downloads/PharoOneClick1.2.app/Contents/Resources/package-cache http://www.squeaksource.com/MetacelloBrowser'

I got this error with: ((Smalltalk at: #ConfigurationOfMetacelloBrowser) project version: #development) load.

Very odd. Dale, can you load the browser?

Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





Reply | Threaded
Open this post in threaded view
|

Re: Strange behavior when loading

abergel
In reply to this post by Dale Henrichs
Dale, sorry about the spam I did this morning. Some of the packages were missing from my the squeaksource rep. My internet connection yesterday probably did some time out.

Cheers,
Alexandre


On 28 Mar 2011, at 11:32, Dale Henrichs wrote:

>
> On Mar 28, 2011, at 7:38 AM, Alexandre Bergel wrote:
>
>> Hi!
>>
>> I found something strange in the browser. If I do:
>> -=-=--=-=--=-=--=-=--=-=-
>> Gofer new
>> squeaksource: 'Spy';
>> package: 'ConfigurationOfSpy';
>> load.
>> (ConfigurationOfSpy project version: #development) load
>> -=-=--=-=--=-=--=-=--=-=-
>>
>> Spy loads Version 1.33 without problem.
>>
>> If I press 'Load Configuration' in the browser, enter Spy, select the #development version (1.33), and press 'load', I get an error:
>> 'Could not resolve: Spy [Spy-AlexandreBergel.259] in /Users/alexandrebergel/Downloads/PharoOneClick1-1.2.app/Contents/Resources/package-cache http://www.squeaksource.com/Spy'
>>
>> Any idea what could be wrong?
>> Yesterday it worked fine I think. I first thought that it was due to some nasty side effect that the tests may have introduced, but I doubt about it now.
>
> I see that you figured out the issue ... I would rather have mail to be ignored than no bug reports at all:)
>
>>
>> MBLoadCommand>>execute contains the following expression: "target version load: target version defaultPackageNamesToLoad". Why not just having "target version load" ? Just wondering.
>
> Good question. This is a workaround for Issue 112. When Issue 112 is fixed, we can go back to using load ...
>
> Dale

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.