Cyril, This is a FileTree issue[1] and the Pharo ports are maintained by Thierry Goubier so include @ThierryGoubier in the body and he will see the issue .. I believe that the Pharo6.0 port is in progress as there is only a dev branch for Pharo6 at the moment[2]. Dale <https://github.com/dalehenrich/filetree/issues?q=is%3Aissue+is%3Aopen+author...> [1] https://github.com/dalehenrich/filetree/issues/new [2] https://github.com/dalehenrich/filetree/tree/pharo6.0_dev On 07/18/2016 01:09 PM, Cyril Ferlicot D. wrote:
Le 18/07/2016 à 20:33, Dale Henrichs a écrit :
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 ...
Hi Dale,
I can reproduce it on this computer in Pharo 5 and 6.
I also try to rewrite everything to be sure there was no weird character during the copy paste. I wrote:
Metacello new githubUser: 'dalehenrich' project: 'metacello-work' commitish: 'master' path: 'repository'; baseline: 'Metacello'; get. Metacello new githubUser: 'dalehenrich' project: 'metacello-work' commitish: 'master' path: 'repository'; baseline: 'Metacello'; onConflict: [ :e | e allow ]; load
But I got the same.
Apparently there is a problem during the fetching of the baseline. In the Transcript I got:
...RETRY->BaselineOfMetacello ...RETRY ...RETRY
I also deleted the github-cache before launching the command.
Here is a screen to help you a little: http://puu.sh/q67ok/74e233309c.png
I did not try on another OS (Windows 7 here), but I can try tomorrow.
BTW, this is not related but in pharo 6, the github-cache/ should not be located in the image directory but in `SystemResolver userLocalDirectory` instead. This is a directory created by Esteban to reduce the noise created by the multiple files. Is it Metacello that create this folder? Do you want me to create an issue on github?
Dale
[1] https://github.com/dalehenrich/metacello-work/tree/master/repository/Baselin...
https://github.com/dalehenrich/filetree/blob/pharo6.0_dev/repository/Montice...