[update 1.1] #11164

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

[update 1.1] #11164

Marcus Denker-4
11164
-----

Issue 441: Hardcoded debugger
Issue 1828: testAnnotationPane
Issue 1819: 1.1: some packages have no repository


--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11164

Henrik Sperre Johansen
The hardcoded debugger change causes the "Debug it" command to fail.

What is the extra isolationHead: parameter for anyways?

Cheers,
Henry

On Jan 16, 2010, at 9:26 55PM, Marcus Denker wrote:

> 11164
> -----
>
> Issue 441: Hardcoded debugger
> Issue 1828: testAnnotationPane
> Issue 1819: 1.1: some packages have no repository
>
>
> --
> Marcus Denker  -- http://www.marcusdenker.de
> INRIA Lille -- Nord Europe. Team RMoD.
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11164

Stéphane Ducasse
IsolationLayer is a left over of project saving one cs per world and been able to revoke it on project leave.
apparently somebody reintroduces some old code.


Stef

On Jan 19, 2010, at 3:49 PM, Henrik Johansen wrote:

> The hardcoded debugger change causes the "Debug it" command to fail.
>
> What is the extra isolationHead: parameter for anyways?
>
> Cheers,
> Henry
>
> On Jan 16, 2010, at 9:26 55PM, Marcus Denker wrote:
>
>> 11164
>> -----
>>
>> Issue 441: Hardcoded debugger
>> Issue 1828: testAnnotationPane
>> Issue 1819: 1.1: some packages have no repository
>>
>>
>> --
>> Marcus Denker  -- http://www.marcusdenker.de
>> INRIA Lille -- Nord Europe. Team RMoD.
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11164

Stéphane Ducasse
In reply to this post by Henrik Sperre Johansen
strange I do not find the senders of

        isolationHead:

Stef

On Jan 19, 2010, at 3:49 PM, Henrik Johansen wrote:

> The hardcoded debugger change causes the "Debug it" command to fail.
>
> What is the extra isolationHead: parameter for anyways?
>
> Cheers,
> Henry
>
> On Jan 16, 2010, at 9:26 55PM, Marcus Denker wrote:
>
>> 11164
>> -----
>>
>> Issue 441: Hardcoded debugger
>> Issue 1828: testAnnotationPane
>> Issue 1819: 1.1: some packages have no repository
>>
>>
>> --
>> Marcus Denker  -- http://www.marcusdenker.de
>> INRIA Lille -- Nord Europe. Team RMoD.
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11164

Mariano Martinez Peck
I attached a fix. Can you check ?

Sorry, don't have time to do a slice.

On Tue, Jan 19, 2010 at 6:55 PM, Stéphane Ducasse <[hidden email]> wrote:
strange I do not find the senders of

       isolationHead:

Stef

On Jan 19, 2010, at 3:49 PM, Henrik Johansen wrote:

> The hardcoded debugger change causes the "Debug it" command to fail.
>
> What is the extra isolationHead: parameter for anyways?
>
> Cheers,
> Henry
>
> On Jan 16, 2010, at 9:26 55PM, Marcus Denker wrote:
>
>> 11164
>> -----
>>
>> Issue 441:   Hardcoded debugger
>> Issue 1828:  testAnnotationPane
>> Issue 1819:  1.1: some packages have no repository
>>
>>
>> --
>> Marcus Denker  -- http://www.marcusdenker.de
>> INRIA Lille -- Nord Europe. Team RMoD.
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

DebugIt-isolationHead.1.cs (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11164

Henrik Sperre Johansen
In reply to this post by Stéphane Ducasse
One of the methods sent by a method included in the changeset,
#process: controller:context:isolationHead:

Only
#process: controller:context:
exists anymore.

On 19.01.2010 18:55, Stéphane Ducasse wrote:

> strange I do not find the senders of
>
> isolationHead:
>
> Stef
>
> On Jan 19, 2010, at 3:49 PM, Henrik Johansen wrote:
>
>    
>> The hardcoded debugger change causes the "Debug it" command to fail.
>>
>> What is the extra isolationHead: parameter for anyways?
>>
>> Cheers,
>> Henry
>>
>> On Jan 16, 2010, at 9:26 55PM, Marcus Denker wrote:
>>
>>      
>>> 11164
>>> -----
>>>
>>> Issue 441: Hardcoded debugger
>>> Issue 1828: testAnnotationPane
>>> Issue 1819: 1.1: some packages have no repository
>>>
>>>
>>> --
>>> Marcus Denker  -- http://www.marcusdenker.de
>>> INRIA Lille -- Nord Europe. Team RMoD.
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>>        
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>      
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>    


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11164

Stéphane Ducasse
In reply to this post by Mariano Martinez Peck
Excellent I will integrate it now :)

Stef

On Jan 19, 2010, at 7:22 PM, Mariano Martinez Peck wrote:

> I attached a fix. Can you check ?
>
> Sorry, don't have time to do a slice.
>
> On Tue, Jan 19, 2010 at 6:55 PM, Stéphane Ducasse <[hidden email]> wrote:
> strange I do not find the senders of
>
>        isolationHead:
>
> Stef
>
> On Jan 19, 2010, at 3:49 PM, Henrik Johansen wrote:
>
> > The hardcoded debugger change causes the "Debug it" command to fail.
> >
> > What is the extra isolationHead: parameter for anyways?
> >
> > Cheers,
> > Henry
> >
> > On Jan 16, 2010, at 9:26 55PM, Marcus Denker wrote:
> >
> >> 11164
> >> -----
> >>
> >> Issue 441:   Hardcoded debugger
> >> Issue 1828:  testAnnotationPane
> >> Issue 1819:  1.1: some packages have no repository
> >>
> >>
> >> --
> >> Marcus Denker  -- http://www.marcusdenker.de
> >> INRIA Lille -- Nord Europe. Team RMoD.
> >>
> >>
> >> _______________________________________________
> >> Pharo-project mailing list
> >> [hidden email]
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >>
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> <DebugIt-isolationHead.1.cs>_______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project