Issue 3504 in pharo: MethodContext>>numArgs

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

Issue 3504 in pharo: MethodContext>>numArgs

pharo
Status: Fixed
Owner: stephane.ducasse
Labels: Milestone-1.2

New issue 3504 by stephane.ducasse: MethodContext>>numArgs
http://code.google.com/p/pharo/issues/detail?id=3504

MethodContext>>numArgs
        "Answer the number of arguments required to evaluate this method or block."

        ^closureOrNil ifNil: [method numArgs] ifNotNil: [closureOrNil numArgs]



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3504 in pharo: MethodContext>>numArgs

pharo
Updates:
        Status: closed

Comment #1 on issue 3504 by stephane.ducasse: MethodContext>>numArgs
http://code.google.com/p/pharo/issues/detail?id=3504

in 12293


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3504 in pharo: MethodContext>>numArgs

pharo
Updates:
        Status: Fixed

Comment #2 on issue 3504 by stephane.ducasse: MethodContext>>numArgs
http://code.google.com/p/pharo/issues/detail?id=3504

Got a crash when trying to integrate another fix... so should redo it


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3504 in pharo: MethodContext>>numArgs

pharo
Updates:
        Status: Closed

Comment #3 on issue 3504 by marcus.denker: MethodContext>>numArgs
http://code.google.com/p/pharo/issues/detail?id=3504

12293


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3504 in pharo: MethodContext>>numArgs

pharo

Comment #4 on issue 3504 by [hidden email]: MethodContext>>numArgs
http://code.google.com/p/pharo/issues/detail?id=3504

11415