[Pharo-project] Gofer and Metacello don't work again in 10505
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
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
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, I've updated ConfigurationOfMetacello so that ensureMetacello method works on 10504 and later Pharo images. FYI, since 1.0-beta.18 is still the 'latest version' Gofer-lr.109 will be loaded over the top of Gofer-Core, but things appear to still be functional. When I release 1.0-beta.19, the Gofer-Core packages will be loaded and used moving forward. I'm in the middle of development of 1.0-beta.19 and not quite ready to turn it loose. 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
On Thu, Jan 7, 2010 at 1:23 AM, Dale Henrichs <dale.henrichs@gemstone.com>wrote:
Mariano,
I've updated ConfigurationOfMetacello so that ensureMetacello method works on 10504 and later Pharo images. FYI, since 1.0-beta.18 is still the 'latest version' Gofer-lr.109 will be loaded over the top of Gofer-Core, but things appear to still be functional.
When I release 1.0-beta.19, the Gofer-Core packages will be loaded and used moving forward. I'm in the middle of development of 1.0-beta.19 and not quite ready to turn it loose.
Thanks Dale. I tested again now and it works :) Thank you very much.
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
participants (2)
-
Dale Henrichs -
Mariano Martinez Peck