[Pharo-project] Cannot do anything in Pharo 1.3
Ok...there is not a CI anymore for 1.3, so, If you take the jenkis image of FUel: You cannot do anything: 1) Type a class in a workspace and cmd + b to browse it -> MessageNotUnderstood: receiver of "classOrMetaClass:" is nil ORClassDefinition >> shouldBeStyledBy: aPluggableShoutMorph aPluggableShoutMorph classOrMetaClass: nil. ^ true 2) Do a System -> About to see which version I am -> MessageNotUnderstood: SHTextStylerST80>>stylingEnabled: PluggableTextMorph >> styled: aBoolean self styler stylingEnabled: aBoolean I am the only one? -- Mariano http://marianopeck.wordpress.com
You are having these problems likely due to incompatible packages after the recent changes with the syntax highlighting (http://code.google.com/p/pharo/issues/detail?id=4609). This change basically affected all development tools related code. You need to update Shout, RB, OB, eCompletion, ... See the builds on http://jenkins.lukas-renggli.ch/ for a consistent configuration. Lukas On 28 September 2011 17:58, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Ok...there is not a CI anymore for 1.3, so, If you take the jenkis image of FUel:
You cannot do anything:
1) Type a class in a workspace and cmd + b to browse it -> MessageNotUnderstood: receiver of "classOrMetaClass:" is nil ORClassDefinition >> shouldBeStyledBy: aPluggableShoutMorph    aPluggableShoutMorph classOrMetaClass: nil.    ^ true
2) Do a System -> About to see which version I am -> MessageNotUnderstood: SHTextStylerST80>>stylingEnabled: PluggableTextMorph >> styled: aBoolean    self styler stylingEnabled: aBoolean
I am the only one?
-- Mariano http://marianopeck.wordpress.com
-- Lukas Renggli www.lukas-renggli.ch
Am 28.09.2011 um 17:58 schrieb Mariano Martinez Peck:
Ok...there is not a CI anymore for 1.3, so, If you take the jenkis image of FUel:
You cannot do anything:
1) Type a class in a workspace and cmd + b to browse it -> MessageNotUnderstood: receiver of "classOrMetaClass:" is nil ORClassDefinition >> shouldBeStyledBy: aPluggableShoutMorph aPluggableShoutMorph classOrMetaClass: nil. ^ true
2) Do a System -> About to see which version I am -> MessageNotUnderstood: SHTextStylerST80>>stylingEnabled: PluggableTextMorph >> styled: aBoolean self styler stylingEnabled: aBoolean
I am the only one?
No, but you can fix this by loading bleedingEdge from omnibrowser. Norbert
participants (3)
-
Lukas Renggli -
Mariano Martinez Peck -
Norbert Hartl