Strane error while loading code > Syntax Error : Message pattern expected
I am encountering a weird error (in 2.0) while loading code from a monticello package. [image: Inline image 1] This comes after a "compiling" progress box, then I get "Reloading..." and that one. A right click on the top entry gives me the following: [image: Inline image 2] The method is empty and its protocol is #'as yet unclassified' Really annoying The package was saved from a working image w/ the app working well. Ideas on how to fix this? Phil
This kind of errors are triggered by the parser. Something is probably miswritten in the method. Are you loading something with the old syntax ? (I mean <- instead of :=). Try in 3.0 to see if Opal can handle this case. 2013/10/9 phil@highoctane.be <phil@highoctane.be>
I am encountering a weird error (in 2.0) while loading code from a monticello package.
[image: Inline image 1]
This comes after a "compiling" progress box, then I get "Reloading..." and that one.
A right click on the top entry gives me the following:
[image: Inline image 2]
The method is empty and its protocol is #'as yet unclassified'
Really annoying
The package was saved from a working image w/ the app working well.
Ideas on how to fix this? Phil
can you get the method source? try inspecting the MCMethodAddition further down the stack... On 2013-10-09, at 19:19, "phil@highoctane.be" <phil@highoctane.be> wrote:
I am encountering a weird error (in 2.0) while loading code from a monticello package.
<09-10-13 19-10-36.png>
This comes after a "compiling" progress box, then I get "Reloading..." and that one.
A right click on the top entry gives me the following:
<09-10-13 19-14-36.png>
The method is empty and its protocol is #'as yet unclassified'
Really annoying
The package was saved from a working image w/ the app working well.
Ideas on how to fix this? Phil
Source looked like ...! ! ! basically an empty method. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:phil@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos High Octane SPRL rue cour Boisacq 101 | 1301 Bierges | Belgium Pharo Consortium Member - http://consortium.pharo.org/ Featured on the Software Process and Measurement Cast - http://spamcast.libsyn.com Sparx Systems Enterprise Architect and Ability Engineering EADocX Value Added Reseller On Wed, Oct 9, 2013 at 9:23 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
can you get the method source? try inspecting the MCMethodAddition further down the stack...
On 2013-10-09, at 19:19, "phil@highoctane.be" <phil@highoctane.be> wrote:
I am encountering a weird error (in 2.0) while loading code from a
monticello package.
<09-10-13 19-10-36.png>
This comes after a "compiling" progress box, then I get "Reloading..."
and that one.
A right click on the top entry gives me the following:
<09-10-13 19-14-36.png>
The method is empty and its protocol is #'as yet unclassified'
Really annoying
The package was saved from a working image w/ the app working well.
Ideas on how to fix this? Phil
participants (3)
-
Camillo Bruni -
Clément Bera -
phil@highoctane.be