Re: [Pharo-dev] wrong method trailer kind

2016-02-27 Thread Tudor Girba
Ok, but still I do not understand how did the methods end up having a problem with the method trailer? And what can we do about it? Doru > On Feb 27, 2016, at 12:32 PM, Nicolai Hess wrote: > > > > 2016-02-27 0:36 GMT+01:00 Eliot Miranda : >

Re: [Pharo-dev] wrong method trailer kind

2016-02-27 Thread David T. Lewis
On Sat, Feb 27, 2016 at 12:32:06PM +0100, Nicolai Hess wrote: > 2016-02-27 0:36 GMT+01:00 Eliot Miranda : > > > > > Round about 2009 Igor Stasenko did a really nice reimplementation of this > > scheme where he factored out the encoding tricks into > >

Re: [Pharo-dev] wrong method trailer kind

2016-02-27 Thread Nicolai Hess
2016-02-27 0:36 GMT+01:00 Eliot Miranda : > Hi Nicolai, > > On Fri, Feb 26, 2016 at 1:50 PM, Nicolai Hess > wrote: > >> 17618 >> >>

Re: [Pharo-dev] wrong method trailer kind

2016-02-26 Thread Eliot Miranda
Hi Nicolai, On Fri, Feb 26, 2016 at 1:50 PM, Nicolai Hess wrote: > 17618 > > Failing test: ReleaseTest>>#testInstalledMethodsWithIncorrectTrailerKind >

Re: [Pharo-dev] wrong method trailer kind

2016-02-26 Thread Tudor Girba
I would be curious to find out as well :) Doru > On Feb 26, 2016, at 11:16 PM, Nicolai Hess wrote: > > It seems, the gt-Methods are actually methods not in any method dictionary. > And if I inspect the real methods from the method dictionary, that "flag" is >

Re: [Pharo-dev] wrong method trailer kind

2016-02-26 Thread Nicolai Hess
It seems, the gt-Methods are actually methods not in any method dictionary. And if I inspect the real methods from the method dictionary, that "flag" is different. But I can not find any object pointing to this elements, and they arent cleaned up with Smalltalk garbageCollect ... 2016-02-26 22:50

[Pharo-dev] wrong method trailer kind

2016-02-26 Thread Nicolai Hess
17618 Failing test: ReleaseTest>>#testInstalledMethodsWithIncorrectTrailerKind Interesting bug. someone who can tell me what exactly is this trailer kind and why it is based on some