[Pharo-project] Using the new compiler...
Dear List, I am now using the new compiler. I found few bugs. Should I post these bugs in the pharo google website ? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
There is a newcompiler mailing-list and I imagine also a bug tracker Stef On Sep 6, 2008, at 8:15 AM, Alexandre Bergel wrote:
Dear List,
I am now using the new compiler. I found few bugs. Should I post these bugs in the pharo google website ?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
http://www.iam.unibe.ch/~scg/Research/NewCompiler/ http://code.google.com/p/squeaknewcompiler/issues/list On Sep 6, 2008, at 8:15 AM, Alexandre Bergel wrote:
Dear List,
I am now using the new compiler. I found few bugs. Should I post these bugs in the pharo google website ?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
BTW can you tell us which bugs? On Sep 6, 2008, at 8:15 AM, Alexandre Bergel wrote:
Dear List,
I am now using the new compiler. I found few bugs. Should I post these bugs in the pharo google website ?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
In the debugger, I cannot evaluate an expression that defines a block. The compiler says this variable already exists. Another point that I discovered when recompiling the image, the following method definition is compilable with the standard compiler: AClass>>foo .... But with the new compiler it does not compile. Cheers, Alexandre (who hasn't seen the sun for more than 3 weeks) On 6 Sep 2008, at 09:01, Stéphane Ducasse wrote:
BTW can you tell us which bugs?
On Sep 6, 2008, at 8:15 AM, Alexandre Bergel wrote:
Dear List,
I am now using the new compiler. I found few bugs. Should I post these bugs in the pharo google website ?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ 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
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
In the debugger, I cannot evaluate an expression that defines a block. The compiler says this variable already exists.
I just realized that this has already been reported.
Another point that I discovered when recompiling the image, the following method definition is compilable with the standard compiler:
AClass>>foo ....
But with the new compiler it does not compile.
Note that I am not saying it should. Cheers, Alexandre
On 6 Sep 2008, at 09:01, Stéphane Ducasse wrote:
BTW can you tell us which bugs?
On Sep 6, 2008, at 8:15 AM, Alexandre Bergel wrote:
Dear List,
I am now using the new compiler. I found few bugs. Should I post these bugs in the pharo google website ?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ 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
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
There are some todos here: http://smallwiki.unibe.ch/newcompiler/ On 9/6/08, Alexandre Bergel <alexandre@bergel.eu> wrote:
In the debugger, I cannot evaluate an expression that defines a block. The compiler says this variable already exists.
I just realized that this has already been reported.
Another point that I discovered when recompiling the image, the following method definition is compilable with the standard compiler:
AClass>>foo ....
But with the new compiler it does not compile.
Note that I am not saying it should.
Cheers, Alexandre
On 6 Sep 2008, at 09:01, Stéphane Ducasse wrote:
BTW can you tell us which bugs?
On Sep 6, 2008, at 8:15 AM, Alexandre Bergel wrote:
Dear List,
I am now using the new compiler. I found few bugs. Should I post these bugs in the pharo google website ?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ 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
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
On Sep 6, 2008, at 9:08 AM, Alexandre Bergel wrote:
In the debugger, I cannot evaluate an expression that defines a block. The compiler says this variable already exists. Another point that I discovered when recompiling the image, the following method definition is compilable with the standard compiler:
AClass>>foo ....
I do not get what you mean with the old compiler you can use the name of the class in the pattern? I would not call that a bug.
But with the new compiler it does not compile.
Cheers, Alexandre (who hasn't seen the sun for more than 3 weeks)
come on it was really sunny last week-end and half of france is under rain.
On 6 Sep 2008, at 09:01, Stéphane Ducasse wrote:
BTW can you tell us which bugs?
On Sep 6, 2008, at 8:15 AM, Alexandre Bergel wrote:
Dear List,
I am now using the new compiler. I found few bugs. Should I post these bugs in the pharo google website ?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ 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
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
AClass>>foo ....
I do not get what you mean with the old compiler you can use the name of the class in the pattern?
I mean having a sequence of dots in the method body.
Alexandre (who hasn't seen the sun for more than 3 weeks)
come on it was really sunny last week-end and half of france is under rain.
I missed the only sunny day apparently, I was in Paris that very day. Alexandre
On 6 Sep 2008, at 09:01, Stéphane Ducasse wrote:
BTW can you tell us which bugs?
On Sep 6, 2008, at 8:15 AM, Alexandre Bergel wrote:
Dear List,
I am now using the new compiler. I found few bugs. Should I post these bugs in the pharo google website ?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ 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
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ 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
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Sep 6, 2008, at 9:50 AM, Alexandre Bergel wrote:
AClass>>foo ....
I do not get what you mean with the old compiler you can use the name of the class in the pattern?
I mean having a sequence of dots in the method body.
ah... strange
Alexandre (who hasn't seen the sun for more than 3 weeks)
come on it was really sunny last week-end and half of france is under rain.
I missed the only sunny day apparently, I was in Paris that very day.
:) I pushed the kids in the garden that exact day :)
On Sat, 2008-09-06 at 10:22 +0200, Stéphane Ducasse wrote:
On Sep 6, 2008, at 9:50 AM, Alexandre Bergel wrote:
AClass>>foo ....
I do not get what you mean with the old compiler you can use the name of the class in the pattern?
I mean having a sequence of dots in the method body.
ah... strange
Alexandre (who hasn't seen the sun for more than 3 weeks)
come on it was really sunny last week-end and half of france is under rain.
I missed the only sunny day apparently, I was in Paris that very day.
:)
I pushed the kids in the garden that exact day :)
Poor guys. I was at the french border at that time (ventimiglia/menton) and it was hot and there were no clouds. You must have been on the other site of the country :) Norbert
Poor guys. I was at the french border at that time (ventimiglia/ menton) and it was hot and there were no clouds. You must have been on the other site of the country :)
Arg! Do not tell me that... I was born exactly 20 km far from Menton, in Nice. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Poor guys. I was at the french border at that time (ventimiglia/ menton) and it was hot and there were no clouds. You must have been on the other site of the country :)
menton is nice in february :) too much old people there: I know my grand-mother is living there and I lived there when I was a kid :) Stef
participants (5)
-
Alexandre Bergel -
Alexandre Bergel -
Lukas Renggli -
Norbert Hartl -
Stéphane Ducasse