Lecture on software quality

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

Lecture on software quality

Alexandre Bergel
Dear Friends and Colleagues,

I would like to share with you the results we obtained in the lecture Romain and I organized at the University of Chile. The lecture is about Software Quality, and the students had to improve some Pharo applications as a mandatory activity. The lecture is now over, after 3 months of intense work.

Here are the results we had:
 - Monticello: some cycles between packages have been removed (http://code.google.com/p/pharo/issues/detail?id=3440)
 - XMLParser: 252 new green tests, 78 are still red, we are working on it. XML-Tests-Conformance-JAAyer.2 in the XMLSupport squeaksource repository
 - Polymorph: 24 tests are added (http://code.google.com/p/pharo/issues/detail?id=3441) Tests-Polymorph-AlexandreBergel.10 in the inBox.
 - Merlin: cleaning + 26 tests are added. Currently being added to Merlin and Moose

We sincerely thank all the external tutors for their support, the Pharo integration crew, and all the students.
The students made a tremendous job: after two weeks of Smalltalk training, they produced code enhancement, bug fixes, participated in the Pharo Sprint, have written tests that are now either part of Pharo or included into widely used tools.

I hope you will be able to see some of them in Scotland.

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






Reply | Threaded
Open this post in threaded view
|

Re: Lecture on software quality

Stéphane Ducasse
excellent!

Thanks a lot for all this good work and energy.
Could you sign the pharo license?

Stef

On Dec 15, 2010, at 10:25 PM, Alexandre Bergel wrote:

> Dear Friends and Colleagues,
>
> I would like to share with you the results we obtained in the lecture Romain and I organized at the University of Chile. The lecture is about Software Quality, and the students had to improve some Pharo applications as a mandatory activity. The lecture is now over, after 3 months of intense work.
>
> Here are the results we had:
> - Monticello: some cycles between packages have been removed (http://code.google.com/p/pharo/issues/detail?id=3440)
> - XMLParser: 252 new green tests, 78 are still red, we are working on it. XML-Tests-Conformance-JAAyer.2 in the XMLSupport squeaksource repository
> - Polymorph: 24 tests are added (http://code.google.com/p/pharo/issues/detail?id=3441) Tests-Polymorph-AlexandreBergel.10 in the inBox.
> - Merlin: cleaning + 26 tests are added. Currently being added to Merlin and Moose
>
> We sincerely thank all the external tutors for their support, the Pharo integration crew, and all the students.
> The students made a tremendous job: after two weeks of Smalltalk training, they produced code enhancement, bug fixes, participated in the Pharo Sprint, have written tests that are now either part of Pharo or included into widely used tools.
>
> I hope you will be able to see some of them in Scotland.
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Lecture on software quality

Mariano Martinez Peck
Congrats!  it cannot be better: students learning and generating valuable work for the whole community. Hope there would be more projects like this one.

I guess I met some of them in Smalltalks 2010, didn't I ?

cheers

mariano

2010/12/15 Stéphane Ducasse <[hidden email]>
excellent!

Thanks a lot for all this good work and energy.
Could you sign the pharo license?

Stef

On Dec 15, 2010, at 10:25 PM, Alexandre Bergel wrote:

> Dear Friends and Colleagues,
>
> I would like to share with you the results we obtained in the lecture Romain and I organized at the University of Chile. The lecture is about Software Quality, and the students had to improve some Pharo applications as a mandatory activity. The lecture is now over, after 3 months of intense work.
>
> Here are the results we had:
> - Monticello: some cycles between packages have been removed (http://code.google.com/p/pharo/issues/detail?id=3440)
> - XMLParser: 252 new green tests, 78 are still red, we are working on it. XML-Tests-Conformance-JAAyer.2 in the XMLSupport squeaksource repository
> - Polymorph: 24 tests are added (http://code.google.com/p/pharo/issues/detail?id=3441) Tests-Polymorph-AlexandreBergel.10 in the inBox.
> - Merlin: cleaning + 26 tests are added. Currently being added to Merlin and Moose
>
> We sincerely thank all the external tutors for their support, the Pharo integration crew, and all the students.
> The students made a tremendous job: after two weeks of Smalltalk training, they produced code enhancement, bug fixes, participated in the Pharo Sprint, have written tests that are now either part of Pharo or included into widely used tools.
>
> I hope you will be able to see some of them in Scotland.
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>



Reply | Threaded
Open this post in threaded view
|

Re: Lecture on software quality

Alexandre Bergel
> Congrats!  it cannot be better: students learning and generating valuable work for the whole community. Hope there would be more projects like this one.
>
> I guess I met some of them in Smalltalks 2010, didn't I ?

Yes, you met some of them.

Alexandre

>
> 2010/12/15 Stéphane Ducasse <[hidden email]>
> excellent!
>
> Thanks a lot for all this good work and energy.
> Could you sign the pharo license?
>
> Stef
>
> On Dec 15, 2010, at 10:25 PM, Alexandre Bergel wrote:
>
> > Dear Friends and Colleagues,
> >
> > I would like to share with you the results we obtained in the lecture Romain and I organized at the University of Chile. The lecture is about Software Quality, and the students had to improve some Pharo applications as a mandatory activity. The lecture is now over, after 3 months of intense work.
> >
> > Here are the results we had:
> > - Monticello: some cycles between packages have been removed (http://code.google.com/p/pharo/issues/detail?id=3440)
> > - XMLParser: 252 new green tests, 78 are still red, we are working on it. XML-Tests-Conformance-JAAyer.2 in the XMLSupport squeaksource repository
> > - Polymorph: 24 tests are added (http://code.google.com/p/pharo/issues/detail?id=3441) Tests-Polymorph-AlexandreBergel.10 in the inBox.
> > - Merlin: cleaning + 26 tests are added. Currently being added to Merlin and Moose
> >
> > We sincerely thank all the external tutors for their support, the Pharo integration crew, and all the students.
> > The students made a tremendous job: after two weeks of Smalltalk training, they produced code enhancement, bug fixes, participated in the Pharo Sprint, have written tests that are now either part of Pharo or included into widely used tools.
> >
> > I hope you will be able to see some of them in Scotland.
> >
> > Cheers,
> > Alexandre
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
>
>
>

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