On Mar 28, 2013, at 8:05 AM, Marcus Denker <[email protected]> wrote:
> > On Mar 28, 2013, at 6:59 AM, Tudor Girba <[email protected]> wrote: > >> Hi, >> >> One of the Moose test runs a visualization that manipulates CompiledMethods, >> and it runs into an error when trying to find an entry inside a dictionary >> that has compiled methods as keys. In the end, I managed to isolate the >> problem that can be reproduced by: >> >> 1. Download the moose image: >> https://ci.inria.fr/moose/job/moose-latest-dev-4.8/lastSuccessfulBuild/artifact/moose-latest-dev-4.8.zip >> >> 2. Execute: >> (MooseIncomingQueryResult>>#selectDependencies:) = >> (MooseOutgoingInvocationQueryResult>>#selectDependencies:). >> Hmm… I think I was completely wrong. The problem is that the methods are from a Trait and something goes wrong because of that. I think the problem is the #traitSource annotation, it seems that the code for = has problems when properties are defined on methods. Marcus
