[PATCH] Fix namespace

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

[PATCH] Fix namespace

Gwenaël Casaccio
Hi,

Here is a small patch that fix the namespace of ProcessBeingTerminated.

Gwen


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

0003-Fix-namespace-for-ProcessBeingTerminated.patch (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [PATCH] Fix namespace

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

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk