It would be good to have a parallel job, but the problem is that you will
get a message saying that the VM is too old for the Pharo 2.0 image.
Cheers,
Doru
On Tue, Mar 12, 2013 at 9:05 AM, Usman Bhatti <usman.bhatti(a)gmail.com>wrote:
> Doru,
>
> In the meantime, can we revert to CogVM because currently we cannot see
> the status of fixes and we cannot go any further with Moose 4.8 or may be
> create parallel jobs on Cog and Pharo vms ?
>
>
>
> On Mon, Mar 11, 2013 at 9:53 PM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
>
>> Hi,
>>
>> Where should I report Pharo VM crashes with Pharo 2.0?
>>
>> In particular, I wanted to report the problem related to running Moose
>> tests from the command line:
>>
>> ---
>> You can reproduce it on Mac, quite consistently: just run the attached
>> script (you need to have wget installed), or do it manually:
>>
>> 1. download and unzip the latest Moose 4.8:
>>
>> https://ci.inria.fr/moose/job/Moose-latest-dev-4.8/lastSuccessfulBuild/arti…
>> 2. download and unzip the latest Pharo VM:
>> http://pharo.gforge.inria.fr/ci/vm/pharo/mac/pharo-mac-latest.zip
>> 3. execute:
>> ./Pharo.app/Contents/MacOS/Pharo ./Moose-latest-dev-4.8.image moosetest
>>
>> The VM crashes, but there is no trace of the error.
>> ---
>>
>>
>> Cheers,
>> Doru
>>
>>
>> --
>> www.tudorgirba.com
>>
>> "It's not what we do that matters most, it's how we do it."
>>
>>
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
--
www.tudorgirba.com
"Every thing has its own flow"
### Here's what I've been up to since the last WhatsUp:
- Added a storymap view to StoryBoard. Stories can now be added to a goal of a stakeholder. (+Diego Lont)
- Accepted proposal to show debugger-driven TDD at Devnology meetup April 3 in Eindhoven (+Willem van den Ende)
- Created proposal for a distributed issue tracker GSoC with Diego
- Did a spike for a distributed issue tracker with Diego
- Convinced Diego to go to Pharo & Moose Days and show TutorialBrowser & Data Conversion with MOOSE
- Did a spike with a gherkin glamour browser, tried moving it to latest pharo/MOOSE/vm :)
### What's next, until 2013-03-24 (*):
- publish distributed issue tracker spike
- prepare presentations with Diego
- parse gherkin files, visualize as roassal nested polymetric views
Stephan
Hi!
Alejandro is interesting in visualizing commits of methods along a time line (in the same spirit than Kumpel and Chronia). So far, we have experimented using the data contained in the .changes file. It works well, but this it is not really comfortable and nor reliable.
Can Moose be used for this purpose on Smalltalk code? A few years ago I have worked on a Monticello importer. But has someone revived this effort? What would be a reliable solution to import multiple versions of a bunch of Monticello packages?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Esteban wrote:
>Pharo 2.0 does not work with Eliot builds (and it will not work in some scenarios).
>In this case, the main reason is that we rebuild (and use) FilePlugin and it is not
>incorporated in Eliot branch of the vm... so the FileDialogWindow will take years to open if opens at all.
>You need to use one of our VM builds (anyone from last 6 months to now should work)
Ah, I didn't know the differences were already so that we need a Pharo-specific vm.
nbcog-mac-latest.zip from 27-11-2012 doesn't crash.
15883 run, 15493 passes, 2 skipped, 88 expected failures, 207 failures, 95 errors, 0 unexpected passes
Would it be possible to have the vm warning more informative? Something like
"expected FilePlugIn, ..."?
Stephan
Phil wrote:
>Eliot as a new VM as of yesterday
>
>http://www.mirandabanda.org/files/Cog/VM/VM.r2701/README.2701
>
>That kind of fixes things.
>
>But I guess the Pharo team still has to integrate these fixes.
This is with 2701. The Moose image is based on Pharo 20589
Stephan
Esteban wrote:
> Eliot builds will always have the old vm warning, even if they are not old :)...
> you need one of the pharo builds (CogVM, NBCogVM or PharoVM)
Well, Doru reported they crashed. Eliot's one doesn't:
> 15875 run, 15472 passes, 2 skipped, 88 expected failures, 216 failures, 99 errors, 0 unexpected passes
On the other hand, not being able to add a monticello directory repository
is also not helpful. No filedialog is shown (receiver of bitAt: is nil, looks like a problem with
filesystem permissions)
Stephan
>It would be good to have a parallel job, but the problem is that you will
>get a message saying that the VM is too old for the Pharo 2.0 image.
I started the latest MOOSE image on Eliots latest VM on mac.
It still has the 'old vm' warning.
Adding a monticello repository (directory) doesn't work.
Tests are still running
Stephan