Issue 187 in metacello: get wrong reference to load a package version such as '.1', '.11' developed by the same guy

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

Issue 187 in metacello: get wrong reference to load a package version such as '.1', '.11' developed by the same guy

metacello
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Product-Core

New issue 187 by [hidden email]: get wrong reference to load a  
package version such as '.1', '.11' developed by the same guy
https://code.google.com/p/metacello/issues/detail?id=187

I attached a document that explains the steps to reproduce the problem, the  
expected output and what I see instead.

The version of products we are using are:

GLASS version 3.0.1.

Pharo 1.0

ConfigurationOfGsMonticello-dkh.143
ConfigurationOfMetacello-dkh.675
ConfigurationOfGoferProjectLoader-DaleHenrichs.21
ConfigurationOfGsMonticello-dkh.143

Attachments:
        error_goferito.doc  893 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Metacello" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Issue 187 in metacello: get wrong reference to load a package version such as '.1', '.11' developed by the same guy

metacello

Comment #1 on issue 187 by [hidden email]: get wrong  
reference to load a package version such as '.1', '.11' developed by the  
same guy
https://code.google.com/p/metacello/issues/detail?id=187

 From what I can tell by looking at the cod, you are correct that Metacello  
should not be loading the .1 version of that package ...

This bug actually rings a bell and is likely to have been fixed in a newer  
version of Metacello ... since you are using GemStone, I would recommend  
that you make a backup of your system, and then load the latest version of  
Metacello using the following expression:

Gofer new
   package: 'GsUpgrader-Core';
   url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
   load.
(Smalltalk at: #GsUpgrader) upgradeMetacello.

I'm also tempted to ask you to upgrade to the latest version of GLASS using  
the following (this includes a Metacello upgrade):

Gofer new
   package: 'GsUpgrader-Core';
   url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
   load.
(Smalltalk at: #GsUpgrader) upgradeGLASS.

Just to make sure that you are running with the latest version of GLASS as  
well, but I don't think that upgrading GLASS is required.

Once you've upgraded try the load again and let me know if it works. Make  
sure that you've got your Transcript open when you give this a try and if  
it doesn't work, attach the contents of the Transacript to this report ...

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Metacello" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.