Problem with 'method source for it' in trunk?

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

Problem with 'method source for it' in trunk?

David T. Lewis
In my working trunk/spur image, I am having problems searching for 'method source with it'.

To illustrate the problem, evaluate this:

   SystemNavigation default browseMethodsWithSourceString: 'InputSensor'

Then move the mouse around => lots of debuggers on "Key not found: Comment".

Is anyone else seeing this? It may be local problems in my working image, or
maybe something related to compiler changes in trunk.

Thanks,

Dave


Reply | Threaded
Open this post in threaded view
|

Re: Problem with 'method source for it' in trunk?

marcel.taeumel
Hi David,

works here in Trunk on a Windows machine.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: Problem with 'method source for it' in trunk?

David T. Lewis
On Sat, Feb 13, 2016 at 02:45:34AM -0800, marcel.taeumel wrote:
> Hi David,
>
> works here in Trunk on a Windows machine.
>
> Best,
> Marcel
>

Thanks for confirming. It must just be something in my image.

Dave


Reply | Threaded
Open this post in threaded view
|

Re: Problem with 'method source for it' in trunk?

marcel.taeumel
Hi David,

can you post a debugger stack?

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: Problem with 'method source for it' in trunk?

David T. Lewis
On Sat, Feb 13, 2016 at 07:18:08AM -0800, marcel.taeumel wrote:
> Hi David,
>
> can you post a debugger stack?
>

I get multiple debuggers like this one.

Dave




stack.png (50K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Problem with 'method source for it' in trunk?

David T. Lewis
On Sat, Feb 13, 2016 at 11:51:23AM -0500, David T. Lewis wrote:

> On Sat, Feb 13, 2016 at 07:18:08AM -0800, marcel.taeumel wrote:
> > Hi David,
> >
> > can you post a debugger stack?
> >
>
> I get multiple debuggers like this one.
>
> Dave
>

I made a fresh trunk image updated from the 5.0 release, and that
image has no problem at all. I don't know what is scrambled in my
working image, but it must be something that I did. If I find anything
interesting I'll report back, otherwise sorry for the noise.

Dave

Reply | Threaded
Open this post in threaded view
|

Re: Problem with 'method source for it' in trunk?

Chris Muller-3
An error #balloonText should be handled similarly to an error in
printOn:.  I have had a fix in my image for many months, I will commit
it soon.

On Sat, Feb 13, 2016 at 4:40 PM, David T. Lewis <[hidden email]> wrote:

> On Sat, Feb 13, 2016 at 11:51:23AM -0500, David T. Lewis wrote:
>> On Sat, Feb 13, 2016 at 07:18:08AM -0800, marcel.taeumel wrote:
>> > Hi David,
>> >
>> > can you post a debugger stack?
>> >
>>
>> I get multiple debuggers like this one.
>>
>> Dave
>>
>
> I made a fresh trunk image updated from the 5.0 release, and that
> image has no problem at all. I don't know what is scrambled in my
> working image, but it must be something that I did. If I find anything
> interesting I'll report back, otherwise sorry for the noise.
>
> Dave
>