[Pharo-project] [update 1.1] #11164
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.
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <stephane.ducasse@inria.fr
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 <stephane.ducasse@inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
<DebugIt-isolationHead.1.cs>_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
Henrik Johansen -
Henrik Sperre Johansen -
Marcus Denker -
Mariano Martinez Peck -
Stéphane Ducasse