Hi Andrew,
I just svn-ed the latest and I got the same error. I'm no parrot expert
but it appears it's looking for the include file
.include 'src/abc_gen.pir'
and there's no such file. It appears the generated (?) abc_gen.pir file
isn't there. Other langs have that (lua/src/lua.pir) so my gu
# New Ticket Created by Steve Peters
# Please include the string: [perl #43089]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=43089 >
Function prototypes in C work much better when they are living in a header
file rather t
On Thursday 31 May 2007 07:19:11 Steve Peters wrote:
> Function prototypes in C work much better when they are living in a header
> file rather than in .c files. The attached patch below moves the
> prototypes generated in the src/ops/*.c files to the header files created
> from the *.ops files.
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #43093]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=43093 >
Hi all,
This patch corrects some of the pod in docs/ to reflect the fact that
develope
For now, add a make target for p6 (similar to tcl's 'make tcl-test') that
copies an export of the latest version of these tests into
languages/perl6/t/spec/ (NOT under parrot version control).
What would be the best way to get the sources? I would suggest using
rsync to pull the sources across,
Hi all,
I recently added a test for TODO items in the pod source, but added it
to the t/doc/ test suite. It is more of a coding standards test
anyway, and I was wondering if it would be ok if I moved it from the
doc tests into the coding standards tests. This would also allow me
to un-skip the
Paul Cochrane via RT writes:
For now, add a make target for p6 (similar to tcl's 'make tcl-test') that
copies an export of the latest version of these tests into
languages/perl6/t/spec/ (NOT under parrot version control).
What would be the best way to get the sources? I would suggest using
rs
# from Paul Cochrane
# on Thursday 31 May 2007 01:42 pm:
> It is possible to get anonymous svn access to the pugs
>source, but svn won't allow you to check out source from a different
>repository into another repository's path
Maybe I'm missing something, but what I've done in similar situations
Hi,
I can't seem to find online copies (at an "official" URL) for many of the
documents that are in svn and generated by "make html". Do they exist?
For example, is there a copy of
parrot/trunk/docs/html/compilers/tge/TGE.pir.html anywhere? There is
nothing at http://www.parrotcode.org/docs/co
James Keenan via RT wrote:
A participant in this weekend's hackathon in Toronto posed this question:
"Invoking the compiler on a simple source file, then checking that the
generated code exists seems such an obvious test that there must be a
fatal flaw in it. What am I missing?"
This patch gre
On Sat, 12 May 2007 12:05:26 -0700
Allison Randal (via RT) <[EMAIL PROTECTED]> wrote:
> On x86 Linux (Ubuntu), this configuration fails 2 tests:
>
> t/library/string_utils.t0 134294 13.79% 28-29
> t/op/stringu.t 2 512252 8.00% 1 19
>
> Both tests are fail
11 matches
Mail list logo