EyeSee

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

EyeSee

abergel
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
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

Andre Hora


On Wed, Dec 7, 2011 at 2:12 PM, Alexandre Bergel <[hidden email]> 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.

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
Andre Hora


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

abergel
> 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/398189

This is not much, but the students are now able to use it :-)
I can provide the .keynote if any is interested.

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

SergeStinckwich
2011/12/8 Alexandre Bergel <[hidden email]>:

>> 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/398189
>
> 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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

abergel

>> 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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

Andre Hora
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 <[hidden email]> 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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
Andre Hora


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

abergel
> 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 <[hidden email]> 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
> > [hidden email]
> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
>
> --
> Andre Hora
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

Andre Hora
In reply to this post by Andre Hora


On Wed, Dec 7, 2011 at 3:15 PM, Andre Hora <[hidden email]> wrote:


On Wed, Dec 7, 2011 at 2:12 PM, Alexandre Bergel <[hidden email]> 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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
Andre Hora




--
Andre Hora


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

abergel
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 <[hidden email]> wrote:
>
>
> On Wed, Dec 7, 2011 at 2:12 PM, Alexandre Bergel <[hidden email]> 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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
>
> --
> Andre Hora
>
>
>
>
> --
> Andre Hora
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

Stéphane Ducasse
In reply to this post by SergeStinckwich
what about a nice chapter on Eyesee for one of the pharo book?


> 2011/12/8 Alexandre Bergel <[hidden email]>:
>>> 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/398189
>>
>> 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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee

abergel
> 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 <[hidden email]>:
>>>> 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/398189
>>>
>>> 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
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev