GemTalk / JadeiteForPharo

IDE for GemStone Smalltalk application development in Pharo using Rowan code management
MIT License
0 stars 0 forks source link

move to package menu item in method browser produces MNU asSymbol #106

Closed dalehenrich closed 4 months ago

dalehenrich commented 4 months ago

specifically a MessageNotUnderstood occurred (error 2010), a UndefinedObject does not understand #'asSymbol' is produced ...

Picture of stack since I cannot attach stack because of #107. image

commit ids:

JadeiteForPharo 86deecf
PharoGemStoneFFI 3575de4
RemoteServiceReplication 371ae8e
---------------------------------------------
RowanClientServices ef59884
dalehenrich commented 4 months ago

Screen shot of method browser ... image

ericwinger commented 4 months ago

Looks like it was only broken in the method list browser.

When we issue a command, we set the command & commandArgs in the service and pass it to the server. However, the wrong class service was getting sent to the server in this case. Therefore, the command was nil.

ericwinger commented 4 months ago

See previous comment & commit id for fix details.