On Sun, Dec 26, 2010 at 10:59 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:


On Fri, Dec 17, 2010 at 9:04 AM, laurent laffont <laurent.laffont@gmail.com> wrote:
Hi,


What do you think about adding these packages as default in Pharo 1.2:
- ConfigurationOfMocketry
- ConfigurationOfXMLSupport
- ConfigurationOfCryptography ��(does'nt exist yet, planned to be created in a local coding-dojo on Tuesday).

Motivations:
- XMLSupport and Cryptography are often needed to consume web services
- Mocketry because I want to write tests using Mocks and it's easier to work when tools are in standard Pharo (and then newcomers can see Mocketry examples).


I will update ConfigurationOfPharo 1.2 (beta3 ?) if people agree.


Hi Laurent. I agree it would be nice to include those 3 projects in PharoDev.�� Do they have tests? are they all green in pharo 1.2?


- ConfigurationOfMocketry has 479 tests, all green now in Pharo 1.2 ��+ HelpSystem help.
- ConfigurationOfXMLSupport version: '1.0.2' has 32 tests, all green (but blessing is #development so I don't know if we can include it). version 1.0.0 has 8 tests, green.
- ConfigurationOfAutotest: 27 tests green + HelpSystem help.


For Cryptography I've started to look at it but there's some work to be done: there's only one packages with all algorithms + tests + core. So it should be splitted. You are right about MD5 (splitting should resolve this). Actually 10 tests out of 102 fail.


Laurent



��

If true, and people agree, please feel free to update ConfigurationOfPharo

I didn't check ConfigurationOfCryptography�� but I remember that MD5 and few other classes where already integrated in PharoCore. We should avoid collisions. Are those classes still alive in the Cryptography�� package?

cheers

mariano
��
Cheers,

Laurent Laffont