Re: [Pharo-project] [update 1.4] #14298
On Jan 29, 2012, at 10:01 PM, Benjamin wrote:
It seems there is a problem with Metacello which take down half of Jenkins projects ...
I got this error: "'retry with alternate repository failed: ''FileExistsException: ''''/Users/benjamin/Images/Pharo 1.4/Pharo-1.4 2/package-cache/Metacello-Base-DaleHenrichs.19.mcz'''''''"
This needs to be reverted: http://code.google.com/p/pharo/issues/detail?id=5222 So a .cs that either fixes it or reverts the change would help... I can look at reverting it the evening. Marcus -- Marcus Denker -- http://marcusdenker.de
On 30 Jan 2012, at 12:36, Marcus Denker wrote:
This needs to be reverted:
http://code.google.com/p/pharo/issues/detail?id=5222
So a .cs that either fixes it or reverts the change would help... I can look at reverting it the evening.
If you revert MCCacheRepository>>#basicStoreVersion: and MCFileBasedRepository>>#notifyList to their previoius versions it works again. To clean up, #includesFileNamed: should be removed as well. This is really a pity: it did make a noticeable difference. I looked a bit at the code and I can't figure out why this does not work as expected. Please, Camillo, please, it would be a shame to let improvements like this get lost. Sven
I'll check again :) sorry I was unaware of the side-effects :D best cami On 2012-01-30, at 13:13, Sven Van Caekenberghe wrote:
On 30 Jan 2012, at 12:36, Marcus Denker wrote:
This needs to be reverted:
http://code.google.com/p/pharo/issues/detail?id=5222
So a .cs that either fixes it or reverts the change would help... I can look at reverting it the evening.
If you revert MCCacheRepository>>#basicStoreVersion: and MCFileBasedRepository>>#notifyList to their previoius versions it works again. To clean up, #includesFileNamed: should be removed as well.
This is really a pity: it did make a noticeable difference.
I looked a bit at the code and I can't figure out why this does not work as expected.
Please, Camillo, please, it would be a shame to let improvements like this get lost.
Sven
On Jan 30, 2012, at 1:31 PM, Camillo Bruni wrote:
I'll check again :)
sorry I was unaware of the side-effects :D
where is Ulyss? O_o Stef :)
best cami
On 2012-01-30, at 13:13, Sven Van Caekenberghe wrote:
On 30 Jan 2012, at 12:36, Marcus Denker wrote:
This needs to be reverted:
http://code.google.com/p/pharo/issues/detail?id=5222
So a .cs that either fixes it or reverts the change would help... I can look at reverting it the evening.
If you revert MCCacheRepository>>#basicStoreVersion: and MCFileBasedRepository>>#notifyList to their previoius versions it works again. To clean up, #includesFileNamed: should be removed as well.
This is really a pity: it did make a noticeable difference.
I looked a bit at the code and I can't figure out why this does not work as expected.
Please, Camillo, please, it would be a shame to let improvements like this get lost.
Sven
On 30 Jan 2012, at 20:52, Stéphane Ducasse wrote:
On Jan 30, 2012, at 1:31 PM, Camillo Bruni wrote:
I'll check again :)
sorry I was unaware of the side-effects :D
where is Ulyss? O_o
Stef :)
Was he not some mythical, heroic figure with infinite power ?
best cami
On 2012-01-30, at 13:13, Sven Van Caekenberghe wrote:
On 30 Jan 2012, at 12:36, Marcus Denker wrote:
This needs to be reverted:
http://code.google.com/p/pharo/issues/detail?id=5222
So a .cs that either fixes it or reverts the change would help... I can look at reverting it the evening.
If you revert MCCacheRepository>>#basicStoreVersion: and MCFileBasedRepository>>#notifyList to their previoius versions it works again. To clean up, #includesFileNamed: should be removed as well.
This is really a pity: it did make a noticeable difference.
I looked a bit at the code and I can't figure out why this does not work as expected.
Please, Camillo, please, it would be a shame to let improvements like this get lost.
Sven
It makes sense because all the tests are green with me. Stef On Jan 30, 2012, at 12:36 PM, Marcus Denker wrote:
On Jan 29, 2012, at 10:01 PM, Benjamin wrote:
It seems there is a problem with Metacello which take down half of Jenkins projects ...
I got this error: "'retry with alternate repository failed: ''FileExistsException: ''''/Users/benjamin/Images/Pharo 1.4/Pharo-1.4 2/package-cache/Metacello-Base-DaleHenrichs.19.mcz'''''''"
This needs to be reverted:
http://code.google.com/p/pharo/issues/detail?id=5222
So a .cs that either fixes it or reverts the change would help... I can look at reverting it the evening.
Marcus
-- Marcus Denker -- http://marcusdenker.de
participants (4)
-
Camillo Bruni -
Marcus Denker -
Stéphane Ducasse -
Sven Van Caekenberghe