Hi!
I am currently working on a few introductory slides for EyeSee.
What ESDiagramTest is for? It is apparently not used and no test methods is defined.
I also fixed a couple of methods: - Collection>>openPlot for example was not working. I added an example in ESExample. - #openPlotWith: is cool, but why the two curves are black? Why not having one black and one red?
Cheers, Alexandre
On Wed, Dec 7, 2011 at 2:12 PM, Alexandre Bergel alexandre.bergel@me.comwrote:
Hi!
I am currently working on a few introductory slides for EyeSee.
What ESDiagramTest is for? It is apparently not used and no test methods is defined.
Yes, it seems to be a garbage from VW and in fact it is not used. Could you remove?
I also fixed a couple of methods:
- Collection>>openPlot for example was not working. I added an example in
ESExample.
- #openPlotWith: is cool, but why the two curves are black? Why not
having one black and one red?
I can take a look on that.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
What ESDiagramTest is for? It is apparently not used and no test methods is defined. Yes, it seems to be a garbage from VW and in fact it is not used. Could you remove?
Done. I also took the great liberty to produce a new version of EyeSee. It is now 0.9.3 Do you have any plan moving to 1.0 ?
I also fixed a couple of methods:
- Collection>>openPlot for example was not working. I added an example in ESExample.
- #openPlotWith: is cool, but why the two curves are black? Why not having one black and one red?
I can take a look on that.
I wrote a couple of slides on EyeSee: https://www.u-cursos.cl/ingenieria/2011/2/CC6403/1/material_docente/objeto/3...
This is not much, but the students are now able to use it :-) I can provide the .keynote if any is interested.
Cheers, Alexandre
2011/12/8 Alexandre Bergel alexandre.bergel@me.com:
What ESDiagramTest is for? It is apparently not used and no test methods is defined. Yes, it seems to be a garbage from VW and in fact it is not used. Could you remove?
Done. I also took the great liberty to produce a new version of EyeSee. It is now 0.9.3 Do you have any plan moving to 1.0 ?
I also fixed a couple of methods: - Collection>>openPlot for example was not working. I added an example in ESExample. - #openPlotWith: is cool, but why the two curves are black? Why not having one black and one red? I can take a look on that.
I wrote a couple of slides on EyeSee: https://www.u-cursos.cl/ingenieria/2011/2/CC6403/1/material_docente/objeto/3...
This is not much, but the students are now able to use it :-) I can provide the .keynote if any is interested.
Great job, Alex ! Thank you.
This is not much, but the students are now able to use it :-) I can provide the .keynote if any is interested.
Great job, Alex ! Thank you.
I could not allocate the time I originally wished, but I will improve it next year
Alexandre
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Matsuno Laboratory, Kyoto University, Japan (until 12/2011) http://www.mechatronics.me.kyoto-u.ac.jp/ Every DSL ends up being Smalltalk http://doesnotunderstand.org/
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Nice Alex. Thanks!! I will allocate some time too (fix/adapt VW code, delete unused code, improve tests/comments, improve PieCharts...). I will open ticktes for that. So then I think we can move to 1.0, what do you think?
Cheers,
On Thu, Dec 8, 2011 at 2:02 AM, Alexandre Bergel alexandre.bergel@me.comwrote:
This is not much, but the students are now able to use it :-) I can provide the .keynote if any is interested.
Great job, Alex ! Thank you.
I could not allocate the time I originally wished, but I will improve it next year
Alexandre
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Matsuno Laboratory, Kyoto University, Japan (until 12/2011) http://www.mechatronics.me.kyoto-u.ac.jp/ Every DSL ends up being Smalltalk http://doesnotunderstand.org/
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Nice Alex. Thanks!! I will allocate some time too (fix/adapt VW code, delete unused code, improve tests/comments, improve PieCharts...). I will open ticktes for that. So then I think we can move to 1.0, what do you think?
We are near there. I would like to have examples on how to use ESTable, ESVerticalHistoryDiagram, ESRangeDiagram, ESHistogram, ESStackDiagram
Apparently theses classes are not used in the unit test.
For example, ESTable is used in tableExample, but this method fails.
I think that once we have some basic scenarios for each of these 4 classes, we could move ahead.
How does that sound?
Cheers, Alexandre
NB: the test cover about 51% of the code. This is not so bad, but can be easily increased.
On Thu, Dec 8, 2011 at 2:02 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
This is not much, but the students are now able to use it :-) I can provide the .keynote if any is interested.
Great job, Alex ! Thank you.
I could not allocate the time I originally wished, but I will improve it next year
Alexandre
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Matsuno Laboratory, Kyoto University, Japan (until 12/2011) http://www.mechatronics.me.kyoto-u.ac.jp/ Every DSL ends up being Smalltalk http://doesnotunderstand.org/
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
what about a nice chapter on Eyesee for one of the pharo book?
2011/12/8 Alexandre Bergel alexandre.bergel@me.com:
What ESDiagramTest is for? It is apparently not used and no test methods is defined. Yes, it seems to be a garbage from VW and in fact it is not used. Could you remove?
Done. I also took the great liberty to produce a new version of EyeSee. It is now 0.9.3 Do you have any plan moving to 1.0 ?
I also fixed a couple of methods:
- Collection>>openPlot for example was not working. I added an example in ESExample.
- #openPlotWith: is cool, but why the two curves are black? Why not having one black and one red?
I can take a look on that.
I wrote a couple of slides on EyeSee: https://www.u-cursos.cl/ingenieria/2011/2/CC6403/1/material_docente/objeto/3...
This is not much, but the students are now able to use it :-) I can provide the .keynote if any is interested.
Great job, Alex ! Thank you.
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Matsuno Laboratory, Kyoto University, Japan (until 12/2011) http://www.mechatronics.me.kyoto-u.ac.jp/ Every DSL ends up being Smalltalk http://doesnotunderstand.org/
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
what about a nice chapter on Eyesee for one of the pharo book?
That would be cool yes. I am still in a bootstrap phase. Things will get better in a couple of months, hopefully.
Alexandre
2011/12/8 Alexandre Bergel alexandre.bergel@me.com:
What ESDiagramTest is for? It is apparently not used and no test methods is defined. Yes, it seems to be a garbage from VW and in fact it is not used. Could you remove?
Done. I also took the great liberty to produce a new version of EyeSee. It is now 0.9.3 Do you have any plan moving to 1.0 ?
I also fixed a couple of methods:
- Collection>>openPlot for example was not working. I added an example in ESExample.
- #openPlotWith: is cool, but why the two curves are black? Why not having one black and one red?
I can take a look on that.
I wrote a couple of slides on EyeSee: https://www.u-cursos.cl/ingenieria/2011/2/CC6403/1/material_docente/objeto/3...
This is not much, but the students are now able to use it :-) I can provide the .keynote if any is interested.
Great job, Alex ! Thank you.
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Matsuno Laboratory, Kyoto University, Japan (until 12/2011) http://www.mechatronics.me.kyoto-u.ac.jp/ Every DSL ends up being Smalltalk http://doesnotunderstand.org/
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Wed, Dec 7, 2011 at 3:15 PM, Andre Hora andrehoraa@gmail.com wrote:
On Wed, Dec 7, 2011 at 2:12 PM, Alexandre Bergel alexandre.bergel@me.comwrote:
Hi!
I am currently working on a few introductory slides for EyeSee.
What ESDiagramTest is for? It is apparently not used and no test methods is defined.
Yes, it seems to be a garbage from VW and in fact it is not used. Could you remove?
I also fixed a couple of methods:
- Collection>>openPlot for example was not working. I added an example
in ESExample.
- #openPlotWith: is cool, but why the two curves are black? Why not
having one black and one red?
I can take a look on that.
Done.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora
Cool! I've produced version 0.9.7 I've added a better comment in openPlotWith:
Cheers, Alexandre
On 9 Dec 2011, at 17:04, Andre Hora wrote:
On Wed, Dec 7, 2011 at 3:15 PM, Andre Hora andrehoraa@gmail.com wrote:
On Wed, Dec 7, 2011 at 2:12 PM, Alexandre Bergel alexandre.bergel@me.com wrote: Hi!
I am currently working on a few introductory slides for EyeSee.
What ESDiagramTest is for? It is apparently not used and no test methods is defined. Yes, it seems to be a garbage from VW and in fact it is not used. Could you remove?
I also fixed a couple of methods:
- Collection>>openPlot for example was not working. I added an example in ESExample.
- #openPlotWith: is cool, but why the two curves are black? Why not having one black and one red?
I can take a look on that. Done.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora
-- Andre Hora
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev