Re: [Pharo-project] [Metacello] Gofer and Metacello don't work again in 10505
The packaging for Gofer has changed, so that breaks the ensureMetacello code that was trying to determine the version of Gofer that was loaded ... there is no package named Gofer anymore, so I'll have to figure something out ... Dale ----- "Mariano Martinez Peck" <marianopeck@gmail.com> wrote: | Gofer-Core-AdrianLienhard.114 from | http://www.squeaksource.com/Pharo | cheers | | mariano | | On Thu, Jan 7, 2010 at 12:09 AM, Dale Henrichs | <dale.henrichs@gemstone.com>wrote: | | > What version of Gofer is loaded into the Core? | > | > Dale | > ----- "Mariano Martinez Peck" <marianopeck@gmail.com> wrote: | > | > | The error is Working copy for Gofer not found | > | | > | To reproduce it, update your Pharo 1.0 core image to 10505 and | > | evaluate any | > | load of any ConfigurationOf...for example | > | | > | (ConfigurationOfPharoMorphicExtras project version: '1.0') load | > | | > | The error is not even fixed evaluating: | > | | > | [ Gofer gofer load ] | > | on: Error | > | do: [ :err | err retry ]. | > | Gofer gofer recompile. | > | | > | I attach PharoDebug.log | > | | > | Any help? | > | | > | Thanks | > | | > | Mariano | >
Ahhh yes, I see. In 10502, there was a package called Gofer with two categories: Gofer-Core and Gofer-Tests In 10505 there are two packages: Gofer-Core and Gofer-Test each with only one category. So...it was been split. What I don't know if it this was intended or not :( Mariano On Thu, Jan 7, 2010 at 12:23 AM, Dale Henrichs <dale.henrichs@gemstone.com>wrote:
The packaging for Gofer has changed, so that breaks the ensureMetacello code that was trying to determine the version of Gofer that was loaded ... there is no package named Gofer anymore, so I'll have to figure something out ...
Dale
----- "Mariano Martinez Peck" <marianopeck@gmail.com> wrote:
| Gofer-Core-AdrianLienhard.114 from | http://www.squeaksource.com/Pharo | cheers | | mariano | | On Thu, Jan 7, 2010 at 12:09 AM, Dale Henrichs | <dale.henrichs@gemstone.com>wrote: | | > What version of Gofer is loaded into the Core? | > | > Dale | > ----- "Mariano Martinez Peck" <marianopeck@gmail.com> wrote: | > | > | The error is Working copy for Gofer not found | > | | > | To reproduce it, update your Pharo 1.0 core image to 10505 and | > | evaluate any | > | load of any ConfigurationOf...for example | > | | > | (ConfigurationOfPharoMorphicExtras project version: '1.0') load | > | | > | The error is not even fixed evaluating: | > | | > | [ Gofer gofer load ] | > | on: Error | > | do: [ :err | err retry ]. | > | Gofer gofer recompile. | > | | > | I attach PharoDebug.log | > | | > | Any help? | > | | > | Thanks | > | | > | Mariano | >
Mariano Martinez Peck wrote:
Ahhh yes, I see. In 10502, there was a package called Gofer with two categories: Gofer-Core and Gofer-Tests In 10505 there are two packages: Gofer-Core and Gofer-Test each with only one category.
So...it was been split. What I don't know if it this was intended or not :(
If you go to SqueakSource and look at the details for: Gofer-Core-AdrianLienhard.114.mcz Then choose "Show History" for that package, you'll see the comment: Gofer-Core-lr.111 (5 January 2010, 10:49:26 am) - split tests into separate packages So it looks like it's intentional. IMHO, I think test cases should be in a separate package. -- Yanni
On Thu, Jan 7, 2010 at 3:51 AM, Yanni Chiu <yanni@rogers.com> wrote:
Mariano Martinez Peck wrote:
Ahhh yes, I see. In 10502, there was a package called Gofer with two categories: Gofer-Core and Gofer-Tests In 10505 there are two packages: Gofer-Core and Gofer-Test each with only one category.
So...it was been split. What I don't know if it this was intended or not :(
If you go to SqueakSource and look at the details for:
Gofer-Core-AdrianLienhard.114.mcz
Then choose "Show History" for that package, you'll see the comment:
Gofer-Core-lr.111 (5 January 2010, 10:49:26 am) - split tests into separate packages
So it looks like it's intentional.
Thanks for checking!!!
IMHO, I think test cases should be in a separate package.
Me too. That's why I did that change in OCompletion and I will do it also in RoelTyper :) Cheers Mariano --
Yanni
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Dale Henrichs -
Mariano Martinez Peck -
Yanni Chiu