Issue 1063 in moose-technology: Save a modified unstacked block raise DNU: DebugContext>>codeTextMorph

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

Issue 1063 in moose-technology: Save a modified unstacked block raise DNU: DebugContext>>codeTextMorph

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1063 by [hidden email]: Save a modified unstacked block  
raise DNU: DebugContext>>codeTextMorph
http://code.google.com/p/moose-technology/issues/detail?id=1063

Describe the problem: what do you get? what do you expect?

When you modfiy a block that is not on the stack (like [ self halt ]) and  
you browse it, you get:
DNU: DebugContext>>codeTextMorph

How to reproduce the problem: step by step if necessary
create a method in a class Class:

sendBlock
    ^ [ self halt ]

And call :

Class new sendBlock value.

It will open the debugger.
Now modify the block content (remove the halt for example)
Save, click on browse in the notification window.
You should get the error.

Additional information: platform, context which may impact the problem

W7 - Moose 5.0

Please fill in the labels with the following information:
* Type-Defect
* Component-GTDebugger


--
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 1063 in moose-technology: Save a modified unstacked block raise DNU: DebugContext>>codeTextMorph

moose-technology

Comment #1 on issue 1063 by [hidden email]: Save a modified  
unstacked block raise DNU: DebugContext>>codeTextMorph
http://code.google.com/p/moose-technology/issues/detail?id=1063

This was fixed in Pharo, but somehow didn't make it into the GTDebugger.  
I'll have a look

--
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 1063 in moose-technology: Save a modified unstacked block raise DNU: DebugContext>>codeTextMorph

moose-technology
Updates:
        Status: Fixed

Comment #2 on issue 1063 by [hidden email]: Save a modified  
unstacked block raise DNU: DebugContext>>codeTextMorph
http://code.google.com/p/moose-technology/issues/detail?id=1063

This should work now

--
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