Re: [svn:parrot] r25558 - in trunk: include/parrot src/pmc

2008-02-07 Thread Jonathan Worthington
chromatic wrote: +=item C The star should go on the variable name (at least for incoming parameters). That way we avoid the problem of: char* foo, bar; /* oops, bar isn't a pointer! */ Yeah, I know that convention and try to stick with it. I copy-pasted those signatures fro

Re: [svn:parrot] r25558 - in trunk: include/parrot src/pmc

2008-02-06 Thread jerry gay
On Feb 6, 2008 5:03 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Wednesday 06 February 2008 16:33:11 [EMAIL PROTECTED] wrote: > > +if (PARROT_ARG_SLURPY_ARRAY_ISSET(sig_item)){ > > +if (PARROT_ARG_NAME_ISSET(sig_item)) > > +su

Re: [svn:parrot] r25558 - in trunk: include/parrot src/pmc

2008-02-06 Thread chromatic
On Wednesday 06 February 2008 16:33:11 [EMAIL PROTECTED] wrote: > Modified: >trunk/include/parrot/sub.h >trunk/src/pmc/sub.pmc > > Log: > [core] Implement inspect and inspect_str on the Sub PMC, making various > bits of information about the arguments it takes available. Re-implement > ari