krono / squeaksource3

Seaside-based Monticello code repository for Squeak, Pharo and GemStone
0 stars 0 forks source link

Cannot evaluate Gofer expression #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.go to http://ss3.gemstone.com
2.open SystemReporter project
3.copy the gofer expression and try to evaluate it on a pharo image
Gofer new
    repository: 'http://ss3.gemstone.com/ss/SystemReporter';
    package: 'SystemReporter';
    load

Actual Result
MessageNotUnderstood: ByteString>>goferReferences

Expected Result
load the project

you should use url instead of repository
see http://code.google.com/p/pharo/issues/detail?id=4708

Original issue reported on code.google.com by vonbecm...@gmail.com on 27 Aug 2011 at 4:27

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by tobiasp...@gmail.com on 28 Aug 2011 at 3:28

GoogleCodeExporter commented 9 years ago
Fixed in SqueakSource-Core-topa.60

Original comment by tobiasp...@gmail.com on 1 Sep 2011 at 5:45

GoogleCodeExporter commented 9 years ago

Original comment by henrichs...@gmail.com on 10 Dec 2011 at 12:46