Dale has implemented some really cool Metacello features (e.g. bitbucket://, github://) after the version loaded in Pharo 4.0. To help us stay in sync, and also to provide a ready-made image with latest Metacello, I set up a CI build - https://ci.inria.fr/pharo-contribution/job/Metacello/ ----- Cheers, Sean -- View this message in context: http://forum.world.st/Metacello-CI-Build-tp4844932.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hi Sean, Thank you for the update. Is there a way to get the Metacello updates in 4.0 by evaluating code? Hernán 2015-08-21 21:27 GMT-03:00 Sean P. DeNigris <sean@clipperadams.com>:
Dale has implemented some really cool Metacello features (e.g. bitbucket://, github://) after the version loaded in Pharo 4.0. To help us stay in sync, and also to provide a ready-made image with latest Metacello, I set up a CI build - https://ci.inria.fr/pharo-contribution/job/Metacello/
----- Cheers, Sean -- View this message in context: http://forum.world.st/Metacello-CI-Build-tp4844932.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
hernanmd wrote
Is there a way to get the Metacello updates in 4.0 by evaluating code?
Yes, the instructions are in the GitHub README [1]. Namely: Metacello new baseline: 'Metacello'; repository: 'github://dalehenrich/metacello-work:master/repository'; get. Metacello new baseline: 'Metacello'; repository: 'github://dalehenrich/metacello-work:master/repository'; onConflict: [:ex | ex allow]; load [1] https://github.com/seandenigris/metacello-work#pharo30 ----- Cheers, Sean -- View this message in context: http://forum.world.st/Metacello-CI-Build-tp4844932p4844942.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On Sat, Aug 22, 2015 at 1:14 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:
hernanmd wrote
Is there a way to get the Metacello updates in 4.0 by evaluating code?
Yes, the instructions are in the GitHub README [1]. Namely: Metacello new baseline: 'Metacello'; repository: 'github://dalehenrich/metacello-work:master/repository'; get. Metacello new baseline: 'Metacello'; repository: 'github://dalehenrich/metacello-work:master/repository'; onConflict: [:ex | ex allow]; load
Something in the Configuration Browser would be nice. cheers -ben
participants (3)
-
Ben Coman -
Hernán Morales Durand -
Sean P. DeNigris