# 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).
# 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
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
> 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).
BTW, what's about dmake?
Has anybody tried to make Parrot with it?
> > 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
--- 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
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
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
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.
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
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
Thanks, applied, with a couple of tweaks of my own.
Simon
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
Sorry, an another part of doc missing: How use Pod::Coverage from
Devel::Cover ?
Thank you,
--
Alain BARBET
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
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
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
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
> 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
20 matches
Mail list logo