[PATCH] Process>>evaluate:ifNotTerminated:

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

[PATCH] Process>>evaluate:ifNotTerminated:

Gwenaël Casaccio
Hi,

Process>>evaluate:ifNotTerminated: use the correct namespace.

Gwen


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

0004-Fix-Process-evaluate-ifNotTerminated-use-the-correct.patch (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [PATCH] Process>>evaluate:ifNotTerminated:

Paolo Bonzini-2
Il 24/03/2014 16:02, Gwenaël Casaccio ha scritto:

> diff --git a/kernel/Process.st b/kernel/Process.st
> index ef0e7d4..d5931fb 100644
> --- a/kernel/Process.st
> +++ b/kernel/Process.st
> @@ -329,7 +329,7 @@ can suspend themselves and resume themselves however they wish.'>
>   | terminated |
>   terminated := false.
>  
> - [aBlock on: ProcessBeingTerminated
> + [aBlock on: SystemExceptions.ProcessBeingTerminated
>      do:
>   [:sig |
>   terminated := true.
> -- 1.8.3.2

ACK

Paolo

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