Re: Re: Checkin #13345

2006-07-18 Thread Matt Diephouse
chromatic <[EMAIL PROTECTED]> wrote: On Tuesday 18 July 2006 19:43, Matt Diephouse wrote: > I know I'm a little late to the game here, but in the future it would > be useful to mention this sort of info in a comment in the source. :-) > And a comment might be a nice addition even now. > > (You m

Re: Checkin #13345

2006-07-18 Thread chromatic
On Tuesday 18 July 2006 19:43, Matt Diephouse wrote: > I know I'm a little late to the game here, but in the future it would > be useful to mention this sort of info in a comment in the source. :-) > And a comment might be a nice addition even now. > > (You mentioned being more clear in the svn lo

Re: Checkin #13345

2006-07-18 Thread Matt Diephouse
chromatic <[EMAIL PROTECTED]> wrote: ... provides quite misleading results: $ parrot -o file.pir Option file.pir expects an argument parrot -[abcCEfgGhjprStvVwy.] [-d [FLAGS]] [-O [level]] [-o FILE] I don't believe there's a working heuristic for guessing which parameter the user failed to pro

Re: Checkin #13345

2006-07-18 Thread chromatic
On Tuesday 18 July 2006 13:38, Audrey Tang wrote: > Chromatic: Your original commit log noted room for possible > improvements with the English > message, which I interpreted as a invitation to help, and acted > accordingly, but probably > was mistaken, and thereby perceived as rude. I'm sorry ab

Re: Checkin #13345

2006-07-18 Thread Audrey Tang
在 2006/7/18 下午 3:55 時,jerry gay 寫到: On 7/18/06, chromatic <[EMAIL PROTECTED]> wrote: On Tuesday 18 July 2006 02:21, Audrey Tang wrote: > Does r13347 look better? If not, please revert both my changes. I think it's still misleading. #13364 is probably as accurate as Parrot can report. a

Re: Checkin #13345

2006-07-18 Thread chromatic
On Tuesday 18 July 2006 12:55, jerry gay wrote: > On 7/18/06, chromatic <[EMAIL PROTECTED]> wrote: > > On Tuesday 18 July 2006 02:21, Audrey Tang wrote: > > > Does r13347 look better? If not, please revert both my changes. > > I think it's still misleading. #13364 is probably as accurate as Par

Re: Checkin #13345

2006-07-18 Thread jerry gay
On 7/18/06, chromatic <[EMAIL PROTECTED]> wrote: On Tuesday 18 July 2006 02:21, Audrey Tang wrote: > Does r13347 look better? If not, please revert both my changes. I think it's still misleading. #13364 is probably as accurate as Parrot can report. and has the distinction of compiling on win

Re: Checkin #13345

2006-07-18 Thread chromatic
On Tuesday 18 July 2006 02:21, Audrey Tang wrote: Hi Audrey, > Does r13347 look better? If not, please revert both my changes. I think it's still misleading. #13364 is probably as accurate as Parrot can report. > As an aside, regardless of the three changes, this still segfaults: > > ./

Re: Checkin #13345

2006-07-18 Thread Audrey Tang
在 2006/7/18 上午 4:49 時,chromatic 寫到: I don't believe there's a working heuristic for guessing which parameter the user failed to provide. That's why I didn't write the original version that way. Does r13347 look better? If not, please revert both my changes. As an aside, regardless of th

Checkin #13345

2006-07-18 Thread chromatic
This patch: --- trunk/compilers/imcc/main.c (original) +++ trunk/compilers/imcc/main.c Tue Jul 18 01:33:59 2006 @@ -369,7 +369,7 @@ exit(EX_USAGE); } if (*argc == opt.opt_index ) { -fprintf(stderr, "Missing option value or program name\n"); +fprintf(stderr, "Opti