[perl #23135] Build fails under Win32

2003-07-27 Thread Jonathan Worthington
# New Ticket Created by "Jonathan Worthington" # Please include the string: [perl #23135] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23135 > Hi, I'm having trouble making under Win32 again (just did a fresh checkout).

[perl #23136] [PATCH] Updates to intro.pod

2003-07-27 Thread Jonathan Worthington
# New Ticket Created by "Jonathan Worthington" # Please include the string: [perl #23136] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23136 > Hi, Am I allowed to call updates to documentation a patch? :-) Just a coupl

jit.pod

2003-07-27 Thread Vladimir Lipskiy
Index: jit.pod === RCS file: /cvs/public/parrot/docs/jit.pod,v retrieving revision 1.13 diff -r1.13 jit.pod 249c249 < In general, prefixing an identifier with I<&> yields the address of the --- > In general, prefixing an identifier wit

Re: [perl #23136] [PATCH] Updates to intro.pod

2003-07-27 Thread Vladimir Lipskiy
> if you wish to configure the build manually. Once Configure has > finished successfully, type C (or try C under Win32). Naw. I can readily use dmake programm to build Parrot under Win32. IMHO, it shoud say something like this: ... type C(or whatever your C programm is).

dmake

2003-07-27 Thread Vladimir Lipskiy
BTW, what's about dmake? Has anybody tried to make Parrot with it?

Re: [perl #23136] [PATCH] Updates to intro.pod

2003-07-27 Thread Jonathan Worthington
> > if you wish to configure the build manually. Once Configure has > > finished successfully, type C (or try C under Win32). > > Naw. I can readily use dmake programm to build Parrot under Win32. > IMHO, it shoud say something like this: > > ... type C(or whatever your C programm is). Yeah, I a

Re: dmake

2003-07-27 Thread Mr. Nobody
--- Vladimir Lipskiy <[EMAIL PROTECTED]> wrote: > BTW, what's about dmake? > Has anybody tried to make Parrot with it? DMAKE.EXE: makefile: line 12: Warning -- Macro `O' redefined after use DMAKE.EXE: makefile: line 14: Warning -- Macro `A' redefined after use DMAKE.EXE: Error -- Incomplet

Re: [RfC] Clean up of the ParrotIOLayerAPI

2003-07-27 Thread Gregor N. Purdy
Juergen -- Juergen Boemmels wrote: Write PutS Why are there two diffrent calls to write data to an io, with only a slightly different prototype. This is code-duplication in every layer. I can't think of any use case where PutS won't be implemented as Write(..., data, strlen(data)). These

About Devel::Cover

2003-07-27 Thread alian
Hi, First thanks for your talk on YAPC 2003 at Paris on this subject. The first thing i've do when I was come back was to test your module. Here feedback. In the README: Requirements: - Perl 5.6.1 or 5.7.1. * May be 5.8.0|1 ? ;-) * Or 5.6.1 or greater ? - The -delete flag of cover isn't docume

Re: About Devel::Cover

2003-07-27 Thread alian
But with this method, i've two cover_db created: saturne:~/project/CPAN/Test/Smoke/Database/t$ grep chdir * 2normal_report.t:chdir(dirname($0)); 3hmbrand_report.t:chdir(dirname($0)); It doesn't seem like this ! With another module without chdir, I've only one cover_db database created.

Re: [perl #23063] [PATCH] run make test with valgrind

2003-07-27 Thread Simon Glover
On Sun, 20 Jul 2003, Jürgen Bömmels wrote: > # New Ticket Created by Jürgen Bömmels > # Please include the string: [perl #23063] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=23063 > > > > Hello, > > for searching memory

Re: [perl #23136] [PATCH] Updates to intro.pod

2003-07-27 Thread Simon Glover
On Sat, 26 Jul 2003, Jonathan Worthington wrote: > # New Ticket Created by "Jonathan Worthington" > # Please include the string: [perl #23136] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=23136 > > > > Hi, > > Am I all

Re: jit.pod

2003-07-27 Thread Simon Glover
Thanks, applied, with a couple of tweaks of my own. Simon

Re: [perl #23064] [PATCH] Fix copyright notices

2003-07-27 Thread Vladimir Lipskiy
I just discovered Yet Another Copyrights in disassemble.pl. They read this: "The Parrot Team". On the contrary, assemble.pl doesn't have copyrghts at all like many other files I've skipped through, though. Index: disassemble.pl === R

Re: About Devel::Cover

2003-07-27 Thread alian
Sorry, an another part of doc missing: How use Pod::Coverage from Devel::Cover ? Thank you, -- Alain BARBET

Re: [perl #23064] [PATCH] Fix copyright notices

2003-07-27 Thread chromatic
On Sunday, July 27, 2003, at 01:03 PM, Vladimir Lipskiy wrote: I just discovered Yet Another Copyrights in disassemble.pl. They read this: "The Parrot Team". On the contrary, assemble.pl doesn't have copyrghts at all like many other files I've skipped through, though. Thanks, applied. I also cha

Questions on PDD02 (vtables)

2003-07-27 Thread Simon Glover
1. What is supposed to do? (It's currently in vtable.tbl, but isn't documented in PDD02.) 2. What, precisely, do and do? (These are documented, but the prototypes given in PDD02 don't agree with the ones used the the vtables). Specifically, given the prototypes: void* invo

Re: approaching python

2003-07-27 Thread Benjamin Goldberg
K Stol wrote: > > - Original Message - > From: "Michal Wallace" <[EMAIL PROTECTED]> > To: "Luke Palmer" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, July 24, 2003 12:01 PM > Subject: Re: approaching python > > > > > On 24 Jul 2003, Luke Palmer wro

Re: approaching python

2003-07-27 Thread Joseph Ryan
Benjamin Goldberg wrote: K Stol wrote: The register stuff, I presume, is register allocation and the like? When targeting IMCC, you can use an infinite amount of registers. Just keep a counter in the code generator, each time a new register is needed, just increment the counter and add a "${S|N|I

HACKING (was [PATCH] Fix copyright notices )

2003-07-27 Thread Robert Spier
> I also changed the other copyright notice at the start of > disassemble.pl. This thread made me wonder where any of this is documented. A lot of projects have a "HACKING" file that explains "ground rules" for contributing to the project -- all in one place. (Or at least it references where th