help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [PATCH] Fix namespace


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] [PATCH] Fix namespace
Date: Thu, 1 May 2014 22:29:25 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Tue, Apr 15, 2014 at 09:19:20PM +0200, Gwenaƫl Casaccio wrote:
> Hi,
> 
> Here is a small patch that fix the namespace of ProcessBeingTerminated.

Hi,

how did you determine that this is actually required?

 st> m := Semaphore lookupSelector: #critical:
 Semaphore>>critical:
 st> m inspect
 ...
   literals: [
    ...
    [4] {SystemExceptions.ProcessBeingTerminated}


What is your intention here? Do you want to avoid that in the future
the "ProcessBeingTerminated" is resolved differently?

holger



reply via email to

[Prev in Thread] Current Thread [Next in Thread]