Pharo Goferit results in MessageNotUnderstood: FileList

眉间皱痕 提交于 2019-12-10 19:13:30

问题


I just installed Pharo5.0 and attempting to go through "Pharo by Example".

When I get to the BouncingAtomsMorph I apply the "Gofer it" fetch provided by MartinW at Error Unknown variable:BouncingAtomsMorph openInWorld please correct or cancel

This results in a MessageNotUnderstood: FileList class>>registerFileReader:

AnimatedImageMorph class  initialize  [:cl | cl registerFileReader: self ]
BlockClosure cull:
SystemDicdtionary(Dictionary) at:ifPresent:
AnimatedImageMorph class initialize
MCMethodDefinition postloadOver:
MCPackageLoader basicLoadDefinitions ....

This list can't be copied by swiping with a mouse, so please excuse typos. (Is there any way to get this list in text format?)

Is Pharo5.0 a stable release? I didn't notice any install problems.

My system is CentOS Linux release 7.2.1511


回答1:


Pharo 5 is a stable release, but the MorphExamplesAndDemos package is no longer updated for the use in Pharo 5.

On the bright side, the error you report is not related to BouncingAtomsMorph but to another example in the package. If the debugger window appears, you can click on Abandon and still use the BouncingAtomMorph by doing:

BouncingAtomsMorph new openInWorld

Probably someone should fix the package, or we should stop mentioning it in Pharo documentation..



来源:https://stackoverflow.com/questions/41081811/pharo-goferit-results-in-messagenotunderstood-filelist

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!