[BUG]: FIXED - CommandShell DNU in PipeableOSProcess>>notifyError:

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

[BUG]: FIXED - CommandShell DNU in PipeableOSProcess>>notifyError:

Sean P. DeNigris
Administrator
Fixed DNU in PipeableOSProcess>>notifyError: - replaced call to "self programName" with "processProxy programName"

(cc'ed project devs)

Sean



Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: [BUG]: FIXED - CommandShell DNU in PipeableOSProcess>>notifyError:

Sean P. DeNigris
Administrator
On Jan 1, 2011, at 11:07 AM, DeNigris Sean wrote:
Fixed DNU in PipeableOSProcess>>notifyError: - replaced call to "self programName" with "processProxy programName"

For my friends lacking psychic abilities, the mcz is at http://www.squeaksource.com/SPDProjectUpdates

Sean


Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: [BUG]: FIXED - CommandShell DNU in PipeableOSProcess>>notifyError:

David T. Lewis
In reply to this post by Sean P. DeNigris
On Sat, Jan 01, 2011 at 11:07:12AM -0500, DeNigris Sean wrote:
> Fixed DNU in PipeableOSProcess>>notifyError: - replaced call to "self programName" with "processProxy programName"
>
> (cc'ed project devs)

Thank you Sean, well spotted!

I note that in addition to being buggy, this is a private method with
no senders, which means that I probably should just nuke it. Especially
since I can't even remember why I wrote it in the first place ;)

Dave