Issue 1018 in moose-technology: Message not understood Exception when asking for senders of some methods

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 1018 in moose-technology: Message not understood Exception when asking for senders of some methods

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Critical Milestone-5.0

New issue 1018 by [hidden email]: 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


--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1018 in moose-technology: Message not understood Exception when asking for senders of some methods

moose-technology

Comment #1 on issue 1018 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1018 in moose-technology: Message not understood Exception when asking for senders of some methods

moose-technology

Comment #2 on issue 1018 by [hidden email]: 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?

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1018 in moose-technology: Message not understood Exception when asking for senders of some methods

moose-technology

Comment #3 on issue 1018 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1018 in moose-technology: Message not understood Exception when asking for senders of some methods

moose-technology

Comment #4 on issue 1018 by [hidden email]: 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.html

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1018 in moose-technology: Message not understood Exception when asking for senders of some methods

moose-technology

Comment #5 on issue 1018 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1018 in moose-technology: Message not understood Exception when asking for senders of some methods

moose-technology
Updates:
        Status: Fixed

Comment #6 on issue 1018 by [hidden email]: 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.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev