Status: New Owner: ---- Labels: Type-Defect Priority-Critical Milestone-5.0
New issue 1018 by anne.et...@gmail.com: Message not understood Exception when asking for senders of some methods http://code.google.com/p/moose-technology/issues/detail?id=1018
Describe the problem: what do you get? what do you expect?
A message not understood exception occurs when asking for senders instead the opening of a window with the list of senders.
How to reproduce the problem: step by step if necessary Finding the senders of #+ works. But finding the senders of #ifTrue: or #new or... does not work.
Additional information: platform, context which may impact the problem The error comes from GRPackage that does not implement #includesSelector:OfClassName:. Only Magritte and Grease use GRPackage.
Please fill in the labels with the following information: * Type-Defect * Component-XXX
Comment #1 on issue 1018 by step...@stack.nl: Message not understood Exception when asking for senders of some methods http://code.google.com/p/moose-technology/issues/detail?id=1018
Can reproduce. There are 10 open todo's in RPackage
Comment #2 on issue 1018 by tu...@tudorgirba.com: Message not understood Exception when asking for senders of some methods http://code.google.com/p/moose-technology/issues/detail?id=1018
The problem is due to GRPackage class implementing #packages. This conflicts with the contract of RPackage. Can someone look if there is no update in Grease for that?
Comment #3 on issue 1018 by step...@stack.nl: Message not understood Exception when asking for senders of some methods http://code.google.com/p/moose-technology/issues/detail?id=1018
I have five different class-side implementations of #packages, and it is in a todo marked part of RPackage. Taking a good look at the RPackage contract might help more
Comment #4 on issue 1018 by step...@stack.nl: Message not understood Exception when asking for senders of some methods http://code.google.com/p/moose-technology/issues/detail?id=1018
It currently is classified as a Pharo bug, with no Grease update expected.
http://forum.world.st/Re-Grease-conflicts-packages-with-RPackage-td4706911.h...
Comment #5 on issue 1018 by step...@stack.nl: Message not understood Exception when asking for senders of some methods http://code.google.com/p/moose-technology/issues/detail?id=1018
In Pharo issue 12324 is a slice containing a test that ensures that there are no class side implementations of #packages below Object. That would need a Grease change
Updates: Status: Fixed
Comment #6 on issue 1018 by usman.bh...@gmail.com: Message not understood Exception when asking for senders of some methods http://code.google.com/p/moose-technology/issues/detail?id=1018
The bug is no more present in the latest build. So marking the bug as fixed.