Split DebugTools

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

Split DebugTools

Gwenaël Casaccio
Hi

I split DebugTools.st using the one file one class pattern.

Gwen


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

Split-debug-tools.patch (8K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Split DebugTools

Holger Freyther
On Wed, Aug 21, 2013 at 02:07:46PM +0200, Gwenaël Casaccio wrote:

> -BlockClosure extend [

> +    debug [
> +        <category: 'instance creation'>
> +        <exceptionHandlingInternal: false>
> +
> +        self class debuggerClass debug: 'Debugger'.
> +        self value
> +    ]
> +]


Hi, I thought you didn't want to add this extension in the end? I
have removed this hunk from the patch for now.

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Split DebugTools

Gwenaël Casaccio
On 25/08/2013 20:45, Holger Hans Peter Freyther wrote:

> On Wed, Aug 21, 2013 at 02:07:46PM +0200, Gwenaël Casaccio wrote:
>
>> -BlockClosure extend [
>> +    debug [
>> +        <category: 'instance creation'>
>> +        <exceptionHandlingInternal: false>
>> +
>> +        self class debuggerClass debug: 'Debugger'.
>> +        self value
>> +    ]
>> +]
>
> Hi, I thought you didn't want to add this extension in the end? I
> have removed this hunk from the patch for now.

It's a forget from my side

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Split DebugTools

Gwenaël Casaccio
In reply to this post by Gwenaël Casaccio
On 21/08/2013 14:07, Gwenaël Casaccio wrote:
> Hi
>
> I split DebugTools.st using the one file one class pattern.
>
> Gwen
>

Here is the new version I've removed the [] debug extension

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

0001-Split-debug-tools-package-using-the-one-class-one-fi.patch (7K) Download Attachment