Re: Final, no really, Final draft: Conventions and Guidelines for Perl Source Code

2001-08-24 Thread Robert Spier
Just some brief comments... $0.02 or some such. :) -R Quoting Dave Mitchell [EMAIL PROTECTED]: =item * KR style for indenting control constructs: ie the closing C} should line up with the opening Cif etc. You should provide a short example here - KR has lots of nasties, you want to

Re: Final, no really, Final draft: Conventions and Guidelines for Perl Source Code

2001-09-07 Thread Robert Spier
How about something a little more explicit than XXX, like TODO or FIXME? Some syntax-highlighting editors highlight XXX. Let's use that feature. Which ones? emacs doesn't seem to do it by default. And how can you get more explicit than XXX, anyway? Funny, but I still think TODO or FIXME

Re: CVS update mailing list

2001-09-14 Thread Robert Spier
Yes- People just need to agree to send all patches to RT first so that they can be tagged in their subject line, so discussion gets tracked. For now, RT needs to be CC'ed on followups - soon it will just listen. When Simon/Dan/$PATCHER applies/rejects a patch, they can

RE: Half-completed parrot/parrot.h conversion?

2001-09-14 Thread Robert Spier
Quoting Dan Sugalski [EMAIL PROTECTED]: Hmmm. I think we need a reorg of the source directories, then. I'll get with Simon and coordinate doing this. (It's going to make CVS *so* happy... :) It's often easier to do this by moving the RCS files inside the CVS respository directly - it's

void*

2001-09-20 Thread Robert Spier
Dan, Could you explain again why you don't want char* anywhere, and prefer void*? You answered this on language-dev, but went off on what seemed to be a tangent about encodings. Some ramblings of my own that may be confusing me, are: char* doesn't necessarily mean a string. would

Re: void*

2001-09-20 Thread Robert Spier
Quoting Dan Sugalski [EMAIL PROTECTED]: Could you explain again why you don't want char* anywhere, and prefer void*? Because for character data we're not sure char * is right. (Might be wchar_t, __int16, __int32, or something else) It's also to shake off the Oh, it's character

RE: Revamping the build system

2001-10-22 Thread Robert Spier
Ant is different. Instead of a model where it is extended with shell based commands, it is extended using Java classes. Instead of writing shell commands, the configuration files are XML based calling out a target tree where various tasks get executed. Each task is run by an object which

Re: Revamping the build system

2001-10-23 Thread Robert Spier
On Tue, 2001-10-23 at 20:52, Russ Allbery wrote: Dan Sugalski [EMAIL PROTECTED] writes: Once we build miniparrot, then *everything* can be done in perl. Having hacked auto* stuff, I think that'd be a good thing. (autoconf and friends are unmitigated evil hacks--people just don't realize

mod_parrot (was Re: Schedule of things to come)

2001-10-28 Thread Robert Spier
So I know for the first-stage rollout, does Apache's module system support Apache managing filehandles and modules calling apache's I/O routines, or does it just do weird magic with I/O on normal filehandles? I'm pretty sure that for a simple implementation, we only need to worry about O

Re: preferences for data structure diagrams?

2001-11-11 Thread Robert Spier
On Sun, Nov 11, 2001 at 07:38:28PM -0500, Ken Fox wrote: | I'm finishing up my design for lexicals and I'd like to | provide a graphical presentation. PDF is probably the | best choice for viewing, but what is the best format for | the source? I've been using dia, but maybe something Dia is

Re: preferences for data structure diagrams?

2001-11-12 Thread Robert Spier
I was wondering about *editing* them. IMHO all the data structures in Parrot must be documented as beautifully as PerlGuts Illustrated. Parrot is evolving quickly though and needs documentation that is easy to update. Yes. Definitely. I think PerlGuts used GraphViz. dia is probably a worse

The tree is burning!

2001-11-12 Thread Robert Spier
The tinderbox is showing some unhappyness: http://tinderbox.perl.org/tinderbox/showbuilds.cgi?tree=parrot I think some things may just need to be kicked. -R

Re: Revamping the build system

2001-10-11 Thread Robert Spier
| I'm OK requiring a C compiler and a build tool for a platform. It's a C | compiler and perl 5 that I don't want to require. (Rather nasty | bootstrapping issues there... :) This makes things a lot harder. Suddenly we're re-implementing make. (in C) Speaking of re-implementing make, I just

Re: cvs repository on regular port

2001-11-29 Thread Robert Spier
On Wed, 2001-11-28 at 18:22, [EMAIL PROTECTED] wrote: hey, I'm trying to set up tinderbox here for parrot on two systems (sun5.6 and omvs (open edition os/390)) Unfortunately, I can't see to port 2401 in the outside world because of firewall (to do the continuous checkout from cvs)...

mod_parrot update

2001-12-01 Thread Robert Spier
With a little bit of substitution magic, a serious abuse of dynamic linking, a count or two of using static data improperly, mod_parrot can now have scripts which output to the users' web browser. I think they're coming to take me away... put me in a little blue room for a while... If you

Re: Nmake is stupid.

2001-12-12 Thread Robert Spier
| patches integrated in soon, and a longer-term solution (i.e. a perl make) | should be ready not too long after that. bool query { Dan, you've been unclear. Is a perl5 based make system where you want to be today? } -R

[netlabs #208] [PATCH] make distclean blows away CVS/* files

2001-12-15 Thread Robert Spier
[amk - Fri Dec 14 20:42:39 2001]: Running make distclean with a post-0.0.3 snapshot of the CVS tree deletes all the files in CVS/ subdirectories, making further updating of the tree impossible. This patch makes 'make distclean' not blow away CVS files. Is this the answer, or should we

Re: One of these things is not like the others...

2002-01-01 Thread Robert Spier
On Sun, Dec 30, 2001 at 10:11:38AM -0500, Gregor N. Purdy wrote: Bryan -- Mixed modes for *.pl scripts in the main directory. Should all probably be 0644. Changing them directly in the repository should help. $ chmod 0644 *.pl,v Done. -R

Re: We're all just Parrot Troopers

2002-01-01 Thread Robert Spier
An updated TODO list is needed. As is maybe a reminder on bugs.perl.org. bugs6.perl.org The things that I want to happen for 0.0.4 are not sexy. They are I've added the 0.0.4 goals to http://www.parrotcode.org/todo -R

CVS Reorganization Tonight

2002-01-29 Thread Robert Spier
At Simon's request, I will be moving things around in the CVS repository tonight between 7 and 11 PM PST (GMT+8). I'll disable commit access, and will send out a note when I'm done, with a summary of the changes. If you have files checked out and they are being worked on, you will need to

CVS Reorganization Complete

2002-01-29 Thread Robert Spier
The following things have changed: - Renamed include/parrot/register_funcs.h to regfuncs.h - Renamed languages/miniperl/miniperlc to mpc - Moved t/op/pmc* to t/op/pmc/ - Moved Parrot/* to lib/Parrot/ - Moved Test/* to lib/Test/ Revision history has been preserved in the following manner: -

Re: [PATCH] POST_MORTERM, running.pod [APPLIED]

2002-02-04 Thread Robert Spier
Dan Sugalski writes: At 1:08 PM -0800 2/3/02, Robert Spier wrote: I could also replace some perl foo calls with ./foo if someone wanted to set the executable flag in CVS on assemble.pl, optimize.pl, etc. Done. (For all the .pl files in the root directory.) Could you toss the Test

Re: [PATCH] POST_MORTERM, running.pod [APPLIED]

2002-02-04 Thread Robert Spier
In general, try a cvs update -P, which should eliminate empty directories. Thanks. A clean CVS checkout was catching them and causing problems for me. Pity CVS doesn't let you delete directories remotely. You might need a checkout -P too. Pity CVS doesn't version directories. ;) -R

Re: Old Warnock's Dilemma for 'make quicktest'

2002-03-25 Thread Robert Spier
This satisfactory? (I didn't mention it in the README because that's supposed to be simpler instructions sans caveats, imo) Looks good to me. Thanks, Applied! -R

macros (was Re: string api)

2002-04-08 Thread Robert Spier
Keep track of global (or interpreter local) scope with a macro upon entry. I shudder every time someone says macro on p6i. perl5 has several thousand macros defined. (grep for ^#define) (over 8000 if you include all the embedding macros. it's down to ~4000 if you cut out embedding,

gcc3 issues?

2002-04-14 Thread Robert Spier
Looks like we've got a slew of gcc3 issues (which don't show up on the tinderboxes, cause nobody's running a gcc3 box.) rspier@bear ~/projects/parrot$ make test perl t/harness t/op/basic..ok t/op/bitwiseok t/op/debuginfo..ok t/op/hacks..ok t/op/ifunless...ok

Re: gcc3 issues?

2002-04-14 Thread Robert Spier
Dan Sugalski wrote: At 11:47 PM -0700 4/13/02, Robert Spier wrote: Looks like we've got a slew of gcc3 issues (which don't show up on the tinderboxes, cause nobody's running a gcc3 box.) What sub-version of GCC 3? 3.0.4 (running on a relatively stock Pentium2 / RH7.2 system.) This came out

Re: [CONFIGURE] New make.pl coming soon...

2002-04-24 Thread Robert Spier
Without knowing too much about it, I still have to wonder what is wrong with cons? I thought it was a fully functional all-perl make replacement. One reason not to use cons is that we will have to port it to parrot/perl6 in order to become self hosting, another, is that it may not meet all of

Re: Calling conventions

2002-04-28 Thread Robert Spier
Dan Sugalski writes: Okay, the first draft of PDD3, calling conventions, is in. Sync up, rip in, and let fly... :) Also available on the website, http://dev.perl.org/perl6/pdd/, updated daily. -R

Compilation Problems on IRIX

2002-04-28 Thread Robert Spier
MIPSPro is unhappy: http://tinderbox.perl.org/tinderbox/showlog.cgi?log=parrot/1020037080.95964.gz --

The tracker (was Re: [PATCH] sized resource pools)

2002-05-14 Thread Robert Spier
Steve Fink (via RT) writes: I don't know how easy it is to find this since it only went to the bugs address, so here's a repeat followup patch to the sized resource pool patch (I accidentally left this out): New bugs sent to the bugs address are forwarded to the list. Anything on the list with

Re: The tracker (was Re: [PATCH] sized resource pools)

2002-05-14 Thread Robert Spier
Is there a 'Superseded' or 'Obsolete' state? It's nice to be able to tell the difference between a patch that was considered a bad idea or just succumbed to bit rot, and one that was replaced with an alternative implementation before making it in. There is now. :) -R

Submitting Patches....

2002-05-15 Thread Robert Spier
When submitting patches through the bugtracker, please do not CC the list as well. (This leads to duplicate tickets, because people reply to the non-managed version and CC the tracker etc.) the bugtracker (http://bugs6.perl.org) automagically sends new tickets to the list. If you have any

Re: Submitting Patches....

2002-05-15 Thread Robert Spier
Steve Fink writes: What about followups? The way I've settled on doing things is to send only to the bugs address initially, but then reply to both bugs and the list for any followup correspondence. I know that replying to just the bugs address isn't enough because it only forwards the initial

Patch List

2002-05-17 Thread Robert Spier
New! See the list of open/patches in the bugtracker. http://www.parrotcode.org/openpatches (Next step is to have tickets where $subject =~ /\[patch\]/i automatically be marked as patches -- so I don't have to do it by hand.) -R

Re: RT bug tracker

2002-05-24 Thread Robert Spier
I've got two things to look at now. Taking/Closing tickets requires me to grant you special access (which I will do if you ask.) I'm going away for the weekend, so I'll take a look at these two issues on monday or tuesday. -R will coleda writes: Which reminds me: I have an account, but no

Re: [netlabs #629] [PATCH] Memory manager/garbage collector -major revision

2002-05-28 Thread Robert Spier
What are the debugging issues you mention? Note that this macro will never fail: there is no pointer deferencing, no memory allocation, ... Never is a bad word to use for anything more complicated than x=1+2. (Which will hopefully get constant folded and optimized away anyway.) It is

Re: [netlabs #594] TEST: are attachments getting through?

2002-05-30 Thread Robert Spier
Apologies again for this test, I'm tracking down reports that attachements aren't getting through the list and getting to the bugtracker. It helps if I actually attach the temp file. temp Description: Binary data

Re: cvs.perl.org moved

2002-06-06 Thread Robert Spier
Has the CVSROOT changed ? Last November. :) cvs checkout parrot /home/perlcvs: no such repository cvs checkout: authorization failed: server cvs.perl.org rejected access to /home/perlcvs for user anonymous Use /cvs/public -R

Re: PATCH for Win32 lib/Parrot makefile woes

2002-06-06 Thread Robert Spier
Thanks, Applied. Clinton A. Pierce writes: Fixes the problem where the toplevel makefile can't descend into lib/Parrot to do the build necessary for PackFile and friends. Also I think the single cd .. may potentially be a bug for other platforms as well. Apply this and re-run Configure.pl

Re: For August

2002-06-10 Thread Robert Spier
I've updated http://www.parrotcode.org/todo with the latest info from Dan. Dan Sugalski writes: Here's the list 'o stuff I'd like to get done for August: *) Multiple interpreters with inter-interpreter calling done right *) Threads with multiple independent interpreters *) Method calls *) PMC

Parrot Glossary

2002-06-11 Thread Robert Spier
There's enough words and definitions going by that not everyone understands that it's time for us to have a glossary. I'm willing to do the administrative work of maintaining it, if others send me entries. So... if there are words you think should be in the parrot glossary (the recent

glossary

2002-06-20 Thread Robert Spier
The glossary in cvs docs/glossary.pod is now available on the web: http://www.parrotcode.org/glossary

More Tests!

2002-06-20 Thread Robert Spier
We need more tests. According to.. http://www.hitchhiker.org/parrot_coverage/ only 33% of the lines are covered! if something breaks in the other 67%, we'll never know, unless we have tests. -R --

Re: Web info for perl6

2002-06-22 Thread Robert Spier
H.Merijn Brand writes: http://www.perl.org/perl6 is a bit behind. Anyone care to update and include apo-5? And Damian's tour info. I've added Apoc 5. Patches for tour info welcome. -R

Parrot Development Resources

2002-07-11 Thread Robert Spier
Since we've had a few new faces around here recently, I thought it would be a good time to remind people about www.parrotcode.org, and specifically the Development Resources page. http://www.parrotcode.org/resources It looks a lot like this, but with links of course... * Perl 6/Parrot

Re: Glossary changes

2002-07-12 Thread Robert Spier
Dan Sugalski writes: At 12:01 PM -0400 7/12/02, Melvin Smith wrote: Did you check docs/ and docs/pdds first? There may already be something there. The glossary is probably a good idea anyway. I added some definitions to glossary. I think the changes'll be picked up on parrotcode.org around 4PM

Re: Glossary Requests

2002-07-12 Thread Robert Spier
I've heard reports of rsync not working. I don't use it, so I dunno there. If someone's got the proper incantation, or follows the directions and it doesn't work (when you're *sure* you know what you're doing) I'll update it appropriately. Yes, this seems broken at the moment. I've opened a

Re: Glossary Requests

2002-07-12 Thread Robert Spier
Correct, I don't maintain the site, but I believe Robert has said he would accept patches. Yes, if people send me updates/diff/new content's, or just replace this paragraph with this, I'll do the merges. -R

Tracking Patches (was RE: PARROT QUESTIONS: Use the source, Luke)

2002-07-15 Thread Robert Spier
Brent Dax writes: [EMAIL PROTECTED]: # Good stuff. Didn't you also send out a draft PDD about how # types should # be named and managed in parrot at one point? I, for one, At one point I sent out a patch to PDD7 that handled type naming. (I don't know what happened to this specific

Over-eager spam filtering runs amuck

2002-07-30 Thread Robert Spier
In my never-ending crusade to try and keep the bug system from passing on lots of spam, some messages have been falsely flagged as spam. Please look at tickets 15748 and 15877. We've done a bunch of tweaking tonight, so hopefully the falsepos count will drop and falseneg count will go up. In

Re: tutorial on submitting patches

2002-08-01 Thread Robert Spier
John Porter writes: Aldo Calpini wrote: this is a little tutorial about submitting patches (should be added to a FAQ, or somewhere where it's handy I think this deserves its own page somewhere on dev.perl.org. Seems like a good idea. I've added it to the queue. It'll end up on

Re: problems sending patches

2002-08-01 Thread Robert Spier
On Wed, Jul 24, 2002 at 08:44:20AM -0700, Stephen Rawls wrote: The last two (well, the only two :) patches I sent were counted as spam. Some of the points were becuase Sorry about that! I'm trying to be better safe than sorry in preventing spam from getting to the list. Do the patches

Re: [PATCH?] File deletion

2002-08-29 Thread Robert Spier
Bryan C. Warnock writes: How does one patch a file to delete? docs/a5_draft.html can go away now, thank you for playing. rm file cvs delete file cvs commit

Re: [perl #17194] ScanMail Message: To Sender, action taken by attachment blocking.

2002-09-12 Thread Robert Spier
xScanMail for Microsoft Exchange has blocked a file xattachment(s). is getting trying. Do we have any official public LARTing policy on braindead systems that mail back to the list? There are too many to properly LART. When I see them, I add them to the Spam filters. Right now we've got 15

Open Patch Status

2002-10-01 Thread Robert Spier
http://www.parrotcode.org/openpatches There are a _lot_ of Pending patches. Within a few weeks, I hope to have an automated email nudging about this weekly. -R (801) [PATCH] PerlArray in scalar context Pending (15345) [PATCH] Generating assemble.pl Pending (15574) [PATCH] RECALL renamed

Re: Open Patch Status

2002-10-03 Thread Robert Spier
Here's a couple more that I just stumbled across - they've not been picked up automatically because they don't have [PATCH] in the header. (16077) 'assign' opcode and unmorphing (16098) First draft of PerlScalar PMC I've tagged them both as patches, so they'll show up in the list now. -R

Re: [xperl #x17733] Net::Telnet - Problem on HP-UX

2002-10-03 Thread Robert Spier
George (via RT) writes: # New Ticket Created by George # Please include the string: [perl #17733] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17733 Grumble. This guy sent this to the wrong email address. I've

Re: the getting started guide

2002-10-08 Thread Robert Spier
Well here it is, my first attempt at a getting started guide. It's not ready for public consumption, but I would like to hear some When this stabilizes, we can make it available on www.parrotcode.org I plan to have a lot more diagrams in the document. I am using 'dia' to create them. Is

Re: the getting started guide

2002-10-08 Thread Robert Spier
2.) You mention getting a Perl distribution for Windows, but don't metnion getting a C compiler. I would recommend saying something about CygWin (www.cygwin.com) or perhaps a dos based C compiler. cvs, perl, and make all become non-issues when CygWin is added to the mix; although

Re: the getting started guide

2002-10-09 Thread Robert Spier
I'll see about getting some of the internal structures diagrammed better, which is the only place things are a little dodgy, but that's otherwise fine. Simon Wistow [EMAIL PROTECTED] dropped me an email and reminded me about AutoDia http://droogs.org/autodia/ Now, here's hoping CVS doesn't

Re: the getting started guide

2002-10-09 Thread Robert Spier
So the html is canonical and you're converting it to pod? I'm confused. I am writing it in my own format. It lets me take notes, write todo lists, autogenerate the table of contents and glossary. Then I run it through some perl that currently spits out html and almost make pod. Whatever

Re: the getting started guide

2002-10-12 Thread Robert Spier
4)How do I get pod2html to give me html that looks like the docs on http://www.parrotcode.org/docs/? Ha! :) We're using a slightly tweaked (by Graham Barr for search.cpan.org) version of POD::POM and a stylesheet. You can find the stylesheet here: http://dev.perl.org/perl-styles.css Once

Re: [perl #17903] [PATCH] sprintf test

2002-10-23 Thread Robert Spier
Steve Fink writes: I don't know exactly who has the permissions to do these things, but I'm pretty sure that if you have commit access then you also have RT futzing access. ^^^ this isn't true. The permissions are seperate (but obviously should be related.) -R

Re: [perl #x17936] [PATCH] MANIFEST

2002-10-21 Thread Robert Spier
I just wanted to obsolete this Patch, because the missing files now have entered the MANIFEST. But bugs6.perl.org only tells me Permission denied. Im logged in, and the bugtracker recognizes this patch as mine. I've tweaked the permissions, try again. -R

Re: [perl x18078] Patty's login stuff

2002-10-24 Thread Robert Spier
Obviously spam, sorry folks. It snuck in under the spam filters. X-Spam-Status: No, hits=5.3 required=7.0 tests=CARRIAGE_RETURNS,FORGED_HOTMAIL_RCVD,MISSING_HEADERS,NORMAL_HTTP_TO_IP,NO_REAL_NAME,SPAM_PHRASE_00_01,TO_EMPTY version=2.41 -R (pondering his next move in the unending war against

CVSMonitor Upgrade

2002-10-30 Thread Robert Spier
I've upgraded the experimental perl.org cvsmonitor implementation. It's very cool. Take a peek: http://rt.perl.org/cgi-bin/cvsmonitor/cvsmonitor.pl?cmd=viewModulemodule=perl_public.parrot -or- http://snipurl.com/9hn It gets updated once a day, around 3 AM Pacific time, AKA 6 AM Eastern

Re: Perl 6 Bugs List

2002-11-17 Thread Robert Spier
chromatic writes: I've submitted three bugs for Perl 6 to [EMAIL PROTECTED] They're in RT, but they haven't been announced on this group. I believe Allison has asked Ask to look into this. Well, since I'm the RT owner, you and she should have asked me, or even better, the bugs6-admin at

Re: Directory renaming

2002-11-29 Thread Robert Spier
Nicholas Clark writes: On Thu, Nov 28, 2002 at 06:22:56PM +0100, Jerome Quelin wrote: Hi, Would it be possible to rename the $PARROT/languages/Befunge-93 directory into $PARROT/languages/befunge ? Indeed, as soon as parrot will support objects, I'll implement the befunge 98 specs, and

Re: Directory renaming

2002-11-29 Thread Robert Spier
Would it also be your job to do porting of subversion to VMS, so that we could consider replacing CVS with something that lets clients do directory moves? :-) Sadly, no. :) But I can tell you that I am actively investigating the use of subversion for future use on perl.org projects. We're

brainfuck - bf

2002-12-04 Thread Robert Spier
I've renamed the brainfuck directory to bf, per Dan's request. I _did not_ do the usual magic I do to keep both the old and new names valid. Thus - according to CVS, the brainfuck directory never existed, only one called bf. I updated the MANIFEST, but did not update anything else. -R --

CVSMonitor

2002-12-15 Thread Robert Spier
I've upgraded the CVS Monitor installation on perl.org http://bugs6.perl.org/cgi-bin/cvsmonitor/cvsmonitor.pl?cmd=viewBrowse It provides a pretty, changeset oriented view of the repositories, with pretty graphs and stuff. I recommend checking it out. -R --

Re: silly test error

2002-12-15 Thread Robert Spier
The checkout that rsync is returning must be getting stale. Yeah. Fixed. -R

Re: [perl #x19295] pls do reply

2002-12-20 Thread Robert Spier
Obviously garbage. (And not related to perl6/parrot.) I've cleaned it out of the tracker. -R Vema, Venkata (via RT) writes: g'day THANX IN ADVANCE

LXR or GLOBAL Re: new ICU 2.4 release available

2002-12-27 Thread Robert Spier
Btw - Is there any interest in having a GNU GLOBAL or LXR cross-referenced web copy of the parrot code? Yes, definitely. We could probably even put it on parrotcode.org or dev.perl.org/perl6. Do you have a recommendation between GLOBAL and LXR? -R

Re: [perl #19517] RT issue

2002-12-27 Thread Robert Spier
(I don't see an RT queue, so I'm sending this to the parrot queue) There is one, but it's not visible to you. [EMAIL PROTECTED] is the shortest address to get there. I have a dev.perl.org account. my email is currently set to will at coleda.com. For proper tracking, you should send the

Re: LXR or GLOBAL

2003-01-02 Thread Robert Spier
Mitchell N Charity wrote: Do you have a recommendation between GLOBAL and LXR? I'd suggest LXR. It understands perl files out-of-the-box, is more I've asked one of our volunteers who already runs some similar systems for us if he can get this running. If not, I'll see about setting you

Re: [perl #x19800] LOL

2003-01-07 Thread Robert Spier
At Tue, 07 Jan 2003 18:59:22 GMT, ([EMAIL PROTECTED]) (via RT) wrote: # New Ticket Created by ([EMAIL PROTECTED]) # Please include the string: [perl #19800] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19800

Re: cvs server full?

2003-01-10 Thread Robert Spier
Leopold Toetsch wrote: $ ./getparrot can't create temporary directory /tmp/cvs-serv3864 No space left on device Oops. Fixed. -R

Re: occasioanl CVS hickups?

2003-01-18 Thread Robert Spier
Odd. There's not enough information in the logs to figure out what's going on. (And the code shouldn't have this kind of failure mode.) If it keeps happening, please keep me in the loop. -R At Fri, 17 Jan 2003 17:00:21 +0100, Leopold Toetsch wrote: Cannot open file

Re: [perl x20388] I need your info

2003-01-18 Thread Robert Spier
Please reply with the best time to send your cards to her, I am lost on this one -Eddie Interesting. Obviously spam. I've dealt with it. Interesting parts, for those who care: X-Mailer: Mach5 Mailer-3.00 PID{5df70590-1abd-4223-8406-483160352ade} RI{38ecd-ff200} Not Licensed for UCE, uce at

Re: [perl #20597] [PATCH] packfile #6

2003-01-29 Thread Robert Spier
Also I can't work out how to search the list archive at develooper.com. Patches welcome. (Really. I have several archive management tasks that need to get done, and if anyone wants to volunteer) -R

Re: tinderbox troubles?

2003-01-31 Thread Robert Spier
Strange. I can ssh in, and apachectl claims that the webserver is running, but I'm getting that error too. Ask, Robert: any ideas? Looks like the apache had hung somewhere. I shut it down and started it up, and it seems ok. -R

Re: CGP

2003-02-06 Thread Robert Spier
At Thu, 06 Feb 2003 13:47:45 +0100, Leopold Toetsch wrote: I don't know, why I can't update the MANIFEST, I got a fresh copy added CGP.pm and... $ cvs ci -mCGP MANIFEST cvs server: Up-to-date check failed for `MANIFEST' cvs [server aborted]: correct above errors first! What does `cvs

Re: Strings and header reuse

2003-02-17 Thread Robert Spier
documentation--I'll get started on it ASAP so we can make the changes quickly and get this out of the way once and for all. Famous Last Words!(tm) -R

Re: XML within parrot?

2003-02-17 Thread Robert Spier
target some platform. Targeting parrot with either method would require access to an XML parser. Is there currently any way to get access to an XML parser from within parrot? Not today, unless you write a PMC to interface to expat or something -R

Re: Parrot for windows?

2003-03-13 Thread Robert Spier
If we can't find anothr home for it, I can make a spot on ftp.sidhe.org for it. Not a *fast* home, since it's either 128k or 192k upstream (depending on which interface is active, don't ask) but it will work. Maybe when 0.10 is released, Clinton will do another windows build and we can put

Re: parrotcode.org version info patch

2003-03-19 Thread Robert Spier
Thanks, applied. Cal Henderson wrote: attached below sig. --cal just take a little look from our side when you can --- index.html Wed Mar 19 08:10:15 2003 +++ index.html.new Wed Mar 19 08:11:03 2003 @@ -62,9 +62,9 @@ H2How to get the code/H2 P Periodic releases will

Re: 99... (hint: not red baloons)

2003-03-19 Thread Robert Spier
Someone please stick this man's ditty into the examples directory :) -R! Douglas Hunter wrote: Thank you everyone for bringing this fun tool to such a useful state so quickly. The progress Parrot has shown is impressive. I offer you my thanks in probably not-so-elegantly written pasm

Re: Register access

2003-06-04 Thread Robert Spier
Yep. Seems reasonable. The macros would improve readability IMHO As long as they don't impair debugability. (I make a reference to perl5's macros containing macros, which do different things based on other macros, and other fun things. It's a fine line.) -R

Re: build imcc as parrot

2003-06-04 Thread Robert Spier
Yep. Imcc should definitely move out off languages into its own subdir under the top level (Not in the top level itself). ... Who should do this? I'd be willing to help if given direction. Moving directories around in CVS is AFAIK a PITA. The last such operation was done in the repository

Re: [perl #22633] [PATCH] convert parrot to continuation passing style

2003-06-10 Thread Robert Spier
mistral-jerome:/tmp time python test.py python test.py 2,59s user 0,00s system 100% cpu 2,582 total mistral-jerome:/tmp ocamlc -o tst test.ml; time ./tst ./tst 0,14s user 0,00s system 106% cpu 0,131 total mistral-jerome:/tmp cat test.ml let foo () = () in

Re: Stupid Parrot Tricks

2003-07-03 Thread Robert Spier
At Thu, 3 Jul 2003 18:16:45 -0400, Clinton Pierce wrote: Parrot BASIC CGI http://www.camfriends.org/testform.html Let the fun begin. :) Maybe it is time to play with mod_parrot again! -R

Re: Copyrights

2003-07-10 Thread Robert Spier
s/Yet Another Society/The Perl Foundation/g Gregor N. Purdy wrote: All -- I noticed that there are many files with copyrights of when this is determined..., while some files have a copyright of Yet Another Society. Seems like they should all be Yet Another, or none should be...

Re: OT: Will the State of the Onion be posted online?

2003-07-13 Thread Robert Spier
Sorry for a slightly off-topic post, but will Larry's State of the Onion be posted online soon? Yes. http://dev.perl.org/perl6/talks/ -R

Re: OT: Will the State of the Onion be posted online?

2003-07-15 Thread Robert Spier
Really? I can't find anything about TPC7 in this page.. Sorry, had to take it down. It'll be back up in a few days.

FW: [perl #23084] [The Parrot Primer] Japanese Translation

2003-07-22 Thread Robert Spier
Please CC Mr.Sasada on any response. (I've moved this ticket to the parrot queue.) -R === Forwarded Message: Date: 22 Jul 2003 08:47:22 - Subject: [perl #23084] [The Parrot Primer] Japanese Translation From: K.Sasada via RT To: AdminCc of perl Ticket #23084: ; Hi. My name is Koichi

Re: This Week's Summary

2003-08-11 Thread Robert Spier
list has been about fighting Subversion. However, Arthur did post a mini status update at the end of July http://xrl.us/o2s -- Status report I am having trouble following this url. Is there another? Ah... bugger. I thought ponie-dev got gatewayed through to news and

Re: [CVS ci] PackFile-15: print warning location

2003-08-24 Thread Robert Spier
The HLL doesn't know, how many ops one source line will need. Not *normally*, but if it's including code which is already literal assembler, it does: Imagine a version of lex/yacc wherein the the blocks of code you give are imcc or pasm (instead of C). Clearly, there's one op per line of

Re: [CVS ci] PackFile-15: print warning location

2003-08-24 Thread Robert Spier
For that matter, won't the optomizer wreak havoc with other all of the various other uses of .setline? One would hope. Anyway, how about this semantic: .setline_i would associate an ... Before making up semantics, it might be useful to look at what other systems do, like STABS and DWARF2.

  1   2   3   >