Issue 3786 in pharo: Debug test .. (d) menu option in OBSystenBrowser gives SystemGuardException in Pharo 1.2

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

Issue 3786 in pharo: Debug test .. (d) menu option in OBSystenBrowser gives SystemGuardException in Pharo 1.2

pharo
Status: New
Owner: ----

New issue 3786 by [hidden email]: Debug test .. (d) menu option in  
OBSystenBrowser gives SystemGuardException in Pharo 1.2
http://code.google.com/p/pharo/issues/detail?id=3786

Pharo image: Pharo
Pharo core version: Pharo1.2rc2 update #12340 (Build #169)
Virtual machine used: CogVM on OSX
Class browser used: OBSystemDebugger

Steps to reproduce:
1. Select any test method in the browser
2. Choose " Debug test ..." from the methods context menu



Attachments:
        PharoDebug.log  28.1 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3786 in pharo: Debug test .. (d) menu option in OBSystenBrowser gives SystemGuardException in Pharo 1.2

pharo

Comment #1 on issue 3786 by renggli: Debug test .. (d) menu option in  
OBSystenBrowser gives SystemGuardException in Pharo 1.2
http://code.google.com/p/pharo/issues/detail?id=3786

Hmm, #asContext seems to push nil arguments in cog. Anyway, it can be  
easily fixed by popping the nil argument and pushing the right one again.

Name: OB-SUnitIntegration-lr.40
Author: lr
Time: 6 March 2011, 5:33:29 pm
UUID: a58de078-0405-41f8-bbf3-1ce9fdb1b5b8
Ancestors: OB-SUnitIntegration-lr.39

- fix 'debug test' for Cog in Pharo 1.2


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3786 in pharo: Debug test .. (d) menu option in OBSystenBrowser gives SystemGuardException in Pharo 1.2

pharo
Updates:
        Status: Closed

Comment #2 on issue 3786 by [hidden email]: Debug test .. (d) menu  
option in OBSystenBrowser gives SystemGuardException in Pharo 1.2
http://code.google.com/p/pharo/issues/detail?id=3786

fixed


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3786 in pharo: Debug test .. (d) menu option in OBSystenBrowser gives SystemGuardException in Pharo 1.2

pharo

Comment #3 on issue 3786 by [hidden email]: Debug test .. (d) menu  
option in OBSystenBrowser gives SystemGuardException in Pharo 1.2
http://code.google.com/p/pharo/issues/detail?id=3786

This bug is still present in the 1.2.1 development image.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3786 in pharo: Debug test .. (d) menu option in OBSystenBrowser gives SystemGuardException in Pharo 1.2

pharo
Updates:
        Status: Duplicate
        Mergedinto: 3842

Comment #4 on issue 3786 by [hidden email]: Debug test .. (d) menu  
option in OBSystenBrowser gives SystemGuardException in Pharo 1.2
http://code.google.com/p/pharo/issues/detail?id=3786

So then this code is in the other branch... will be fixed with a merge