On 07/17/2016 11:19 AM, Cyril Ferlicot D. wrote:
Le 14/07/2016 à 21:49, Dale Henrichs a écrit :
Depending on the version of Pharo you are using, at some point in time, I expect this new release of Metacello to be available in the standard download. Until then, to install the latest version of Metacello into Pharo execute the following in a workspace:
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
Hi Dale,
When I try to upgrade Metacello in the latest Pharo 6 I get an error "receiver of withSqueakLineEnding is nil"
Hello Cyril, This appears to be related to the fact that the class comment file (README.md) is unexpectedly missing from your download ... Since the file is present on GitHub[1] ... perhaps the download from failed in an odd way without triggering an error leading to this problem ... I would have expected an incomplete download error along the way --- if you still have a copy of the Transcript a download error message should be present ... Retrying the git get/load might get a good result ... Dale [1] https://github.com/dalehenrich/metacello-work/tree/master/repository/Baselin... https://github.com/dalehenrich/filetree/blob/pharo6.0_dev/repository/Montice...