Hi listers,
> > I'm not quite sure, if we need the additional complexity of a
> > build-script that generates parrot-config. It's for sure more flexible
> > but OTOH we probably just need a few shortcuts, which could be handled
> > directly too.
Ok two comments about the complexity of a build scri
On Mon, 10 Jan 2005, Leopold Toetsch wrote:
[snip]
> I'm not quite sure, if we need the additional complexity of a
> build-script that generates parrot-config. It's for sure more flexible
> but OTOH we probably just need a few shortcuts, which could be handled
> directly too.
>
> > One thing I di
On Mon, 10 Jan 2005, Matt Diephouse wrote:
> # New Ticket Created by Matt Diephouse
> # Please include the string: [perl #33747]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org:80/rt3/Ticket/Display.html?id=33747 >
>
> I'm not sure what this should
Now files that end in a newline return an empty string on the last
iteration. (I'm not sure if that's correct.) That looks to be at least
partially to blame for this code's bus error on os x:
.sub main @MAIN
$P0 = open "test.pir", "<"
LOOP:
unless $P0 goto END
$S0 = readline $P0
# New Ticket Created by Matt Diephouse
# Please include the string: [perl #33747]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=33747 >
I'm not sure what this should print, but I'm pretty sure the right
answer isn't "8
Peter Christopher <[EMAIL PROTECTED]> wrote:
> Hi there,
> I have included a script that I think addresses TODO #32365 --
> which was, in short, allow easy shortcuts to build information. The
> script generates a file called parrot-config.pbc in the root directory
> that can search through
Bernhard Schmalhofer via RT <[EMAIL PROTECTED]> wrote:
>> the library 'libnci.so' is used for testing the Native Call Interface, not
>> for implementing NCI. So the name 'libnci_test.so' make more sense.
Thanks, applied.
leo
Matt Diephouse <[EMAIL PROTECTED]> wrote:
> The following code segfaults when data.txt contains one line of text
> with no newline.
Thanks for reporting, fixed.
leo