Re: Little status update
[email protected] (Simon Glover)
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 24 Jul 2003, Arthur Bergman wrote: > Hi, > > I am off to YAPC::EU and due to time zone problems I haven't been > really active yet, I hope to pick up speed next week and after the > meeting on Saturday in Paris. > > We now have a SVN set up thanks to Robert at > http://[email protected]/ponie , you can also use your perl.org account > to access it. I would recommend not to check out /ponie but rather > /ponie/trunk as you do not want 4 full copies of parrot and perl :) Will it be possible to get some kind of web interface to this, as we've got with the parrot CVS server? I, for one, find this really useful. > Not much have been done yet, I am looking at various strategies for > quickly and dirty linking the two build system together, and to this I > have to learn how the parrot build system works, hopefully it shouldn't > be to far off. Best place to start is probably the POD in Configure.pl (in the main parrot directory); then have a look in /config at the scripts that do all the real work. Compared to the current Perl 5 build system it should be pretty straightforward, since we don't probe for nearly as much at the moment. Simon