Is this just me that suddenly cannot break out of an infinite loop
with Ctrl+. in Pharo 1.0 anymore? Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I do not know.
Stef On Feb 25, 2010, at 5:49 PM, Lukas Renggli wrote: > Is this just me that suddenly cannot break out of an infinite loop > with Ctrl+. in Pharo 1.0 anymore? > > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > 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 |
In reply to this post by Lukas Renggli
On Feb 25, 2010, at 5:49 PM, Lukas Renggli wrote: > Is this just me that suddenly cannot break out of an infinite loop > with Ctrl+. in Pharo 1.0 anymore? > Works here. [true] whileTrue: [] Which vm are you using? Squeak 4.2.2beta1U here right now... -- 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 |
>> Is this just me that suddenly cannot break out of an infinite loop
>> with Ctrl+. in Pharo 1.0 anymore? > > Works here. [true] whileTrue: [] Yes, that works for me too, but try: UndefinedObject compile: 'foo self foo'. nil foo > Which vm are you using? Squeak 4.2.2beta1U here right now... Yes, I am using this one too. Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
It worked for me the first time I tried, but not the second time (the VM eventually crashed).
Already in Squeak 3.9 it was sometimes impossible to break endless recursions. So I'm not sure if this related to changes in Pharo 1.0. Adrian On Feb 26, 2010, at 16:50 , Lukas Renggli wrote: >>> Is this just me that suddenly cannot break out of an infinite loop >>> with Ctrl+. in Pharo 1.0 anymore? >> >> Works here. [true] whileTrue: [] > > Yes, that works for me too, but try: > > UndefinedObject compile: 'foo self foo'. > nil foo > >> Which vm are you using? Squeak 4.2.2beta1U here right now... > > Yes, I am using this one too. > > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > 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 |
I wasn't implying that this was the fault of Pharo. I just noticed it
suddenly and I somehow thought that this worked at some point in the past, but I might be wrong. Lukas On 28 February 2010 13:29, Adrian Lienhard <[hidden email]> wrote: > It worked for me the first time I tried, but not the second time (the VM eventually crashed). > > Already in Squeak 3.9 it was sometimes impossible to break endless recursions. So I'm not sure if this related to changes in Pharo 1.0. > > Adrian > > On Feb 26, 2010, at 16:50 , Lukas Renggli wrote: > >>>> Is this just me that suddenly cannot break out of an infinite loop >>>> with Ctrl+. in Pharo 1.0 anymore? >>> >>> Works here. [true] whileTrue: [] >> >> Yes, that works for me too, but try: >> >> UndefinedObject compile: 'foo self foo'. >> nil foo >> >>> Which vm are you using? Squeak 4.2.2beta1U here right now... >> >> Yes, I am using this one too. >> >> Lukas >> >> -- >> Lukas Renggli >> http://www.lukas-renggli.ch >> >> _______________________________________________ >> 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 > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Sure, no worries. In any case it would be nice if it always worked...
Adrian On Feb 28, 2010, at 13:52 , Lukas Renggli wrote: > I wasn't implying that this was the fault of Pharo. I just noticed it > suddenly and I somehow thought that this worked at some point in the > past, but I might be wrong. > > Lukas > > On 28 February 2010 13:29, Adrian Lienhard <[hidden email]> wrote: >> It worked for me the first time I tried, but not the second time (the VM eventually crashed). >> >> Already in Squeak 3.9 it was sometimes impossible to break endless recursions. So I'm not sure if this related to changes in Pharo 1.0. >> >> Adrian >> >> On Feb 26, 2010, at 16:50 , Lukas Renggli wrote: >> >>>>> Is this just me that suddenly cannot break out of an infinite loop >>>>> with Ctrl+. in Pharo 1.0 anymore? >>>> >>>> Works here. [true] whileTrue: [] >>> >>> Yes, that works for me too, but try: >>> >>> UndefinedObject compile: 'foo self foo'. >>> nil foo >>> >>>> Which vm are you using? Squeak 4.2.2beta1U here right now... >>> >>> Yes, I am using this one too. >>> >>> Lukas >>> >>> -- >>> Lukas Renggli >>> http://www.lukas-renggli.ch >>> >>> _______________________________________________ >>> 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 >> > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > 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 |
we should open a ticket
On Sun, Feb 28, 2010 at 2:15 PM, Adrian Lienhard <[hidden email]> wrote: Sure, no worries. In any case it would be nice if it always worked... _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |