Re: [Pharo-users] in anybody out there? who uses 2.0?
On Sun, Mar 31, 2013 at 4:20 PM, stephane ducasse <stephane.ducasse@free.fr>wrote:
Hello alain
I am developing MathsOntologie under Pharo 2.0 beta, and testing it under Pharo 1.4; when the test is OK I distribute MathsOntologie with Pharo 1.4 as "all in one". Don't know if it is the best way to do but I became used to itâ¦
Why not under 20? I would stick with the latest version since 1.4 is one year old.
I am developing with version 2.0, the fact that it works with 1.4 too is a kind of test for me.
By the way, I am ashamed that I never made a unit testâ¦
Just start :)
This is definitely on my todo list ;-)
this is easy.
Also, when I wanted to translate in French the method "add: anObject times: aNumber" to a Collection, I found that it didn't work,
what did not work?
I had a "message not understood" but after what you wrote the problem seems to be solved since some time, I was just not aware of this
so I created it with something like
Collection>add: anObject times: aNumber aNumber timesRepeat: [self add: anObject].
may be to be consistent with add:
Collection>add: anObject times: aNumber aNumber timesRepeat: [self add: anObject].
^ anObject
I don't know if it was intended or a bug, and and did not find it very difficult to create this method but I asked myself why this method did not work. And I could not test it afterwards because I could not update Pharo 2.0 beta (conflicts between consecutive updates); I have to download Pharo 2.0 and transfer MathsOntologie inside the new version; I just did not have the timeâ¦
What you should always make sure is that you can rebuild your system everyday. This will make your life easier.
What kind of problems did you encounter?
Apparently, some methods for morphs override older methods and when recompiling Pharo was blocked; I had to restart it at each time. I guess it will be OK when I take a new version with all the methods already ready. But I still did not have time for that (I work on another OS than my usual one) Alain
Stef
Alain
On Thu, Mar 28, 2013 at 12:34 PM, Goubier Thierry <thierry.goubier@cea.fr>wrote:
Le 27/03/2013 15:24, Esteban Lorenzano a écrit :
Hi,
Here in Pharo headquarters we are shock that there are just 10 new bugs reported for 2.0 after the release... So... I wonder... is that because we made a really cool release, or just because nobody is using it?
Cheers, Esteban
Hi,
I've started to load things in 2.0 (SmaCC, some of my current work) but then the current work caught me back and I'm finishing it on 1.4 at the moment.
Oh, I think I also stopped because I couldn't load FileTree in 2.0 and I need it for a git-based workflow.
Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
participants (1)
-
Alain Busser