Greetings,
Thank you for the report. Could you please give some more details about
the system you were using? OS, distribution, Perl version, gcc version,
etc.
Thank you,
smash
Hi all,
On Wed Jul 11 13:14:15 2007, bernhard wrote:
> On Di. 03. Jul. 2007, 13:19:56, smash wrote:
> > Hi all,
> >
> > I spent some time around docs/book/ch01_overview.pod. Since most of
> > this chapter is not very technical it's still pretty much up to date.
> > I added a lot of info about ro
Greetings,
On Mon Sep 13 21:31:17 2004, coke wrote:
> The compile error has changed:
>
> error:imcc:Sub isn't a PMC
> in file 'bar.imc' line 5
>
> But, IMO, this should still barf on the declaration of "index" instead.
>
> > [coke - Sun Oct 19 18:01:33 2003]:
> >
> > Is there a way to get this
Resolved in r19164, feel free to re-open if you find any problems.
Best regards,
./smash
Greetings,
On Mon Jun 18 16:57:45 2007, chromatic at wgz.org wrote:
> Per the note in src/string.c around line 509:
>
> /* XXX This is identical to string_from_cstring and should be removed */
> PARROT_API
> STRING *
> string_from_const_cstring(Interp *interp,
>
Greetings,
On Wed Mar 21 20:49:36 2007, coke wrote:
> The following patch avoids the segfault:
>
> Index: src/io/io.c
> =
> ==
> --- src/io/io.c (revision 17678)
> +++ src/io/io.c (working copy)
> @@ -1325,6 +1325,9 @@
> INTVAL
> P
Greetins,
On Sat Mar 17 15:13:56 2007, smash wrote:
> Greetings,
>
> On Thu Mar 15 06:32:28 2007, particle wrote:
> > On 3/14/07, Nuno Carvalho via RT <[EMAIL PROTECTED]>
> > wrote:
> > > Greetings,
> > >
> > > here are some examples running
Greetings,
On Mon Mar 19 14:32:36 2007, smash wrote:
> Greetins,
>
> On Sat Mar 17 15:13:56 2007, smash wrote:
> > Greetings,
> >
> > On Thu Mar 15 06:32:28 2007, particle wrote:
> > > On 3/14/07, Nuno Carvalho via RT <[EMAIL PROTECTED]>
> > >
Greetings,
On Thu Mar 15 06:32:28 2007, particle wrote:
> On 3/14/07, Nuno Carvalho via RT <[EMAIL PROTECTED]>
> wrote:
> > Greetings,
> >
> > here are some examples running the changed lexer:
> >
> > $ cat 1.pir
> > .sub main :main
> > .m
nal 32-register limit.
>
> On Mar 13, 2007, at 6:45 PM, Leopold Toetsch wrote:
>
> > Am Dienstag, 13. März 2007 11:55 schrieb Nuno Carvalho via RT:
> >> so IMHO the max allowed size of the register name in the lexer
> >> should be the max allowed for an INTVAL.
>
Greetings,
On Mon Mar 12 15:25:38 2007, [EMAIL PROTECTED] wrote:
> chromatic wrote:
> > On Monday 12 March 2007 10:52, Nuno Carvalho via RT wrote:
> >
> >
> >> I've run the tests and didn't find any test failling because of
> this
> >> change.
Greetings,
On Sun Mar 11 08:03:06 2007, kjs wrote:
> Currently, S, N, I and P registers are limited to 2 digits; that is, you
> can only use:
>
> [S|N|I|P]0 to [S|N|I|P]99.
>
> For instance, this fails:
>
> .sub main
> P333 = new .Integer
> P333 = 1
> .end
>
> Since Parrot does not have a
Hi,
On Fri Mar 09 04:54:12 2007, [EMAIL PROTECTED] wrote:
> attached a patch fixing for languages/pynie:
>
> * // operator (fdiv)
> * prefix:+ operator
> * << and >> operators
>
> tests will follow later.
>
> regards,
> kjs
Looks ok to me, i'll add some tests later for this too.
Thanks, appli
Hi,
On Fri Mar 09 04:54:12 2007, [EMAIL PROTECTED] wrote:
> attached a patch fixing for languages/pynie:
>
> * // operator (fdiv)
> * prefix:+ operator
> * << and >> operators
>
> tests will follow later.
>
> regards,
> kjs
Looks ok to me, i'll add some tests later for this too.
Thanks, appli
Hi all,
On Thu Mar 08 15:23:52 2007, [EMAIL PROTECTED] wrote:
> hi,
> attached a patch for pynie:
>
> * fixed rule for floatingpoints and imag.numbers. TGE not correct yet (+
> some reorderings of rules)
> * added compound_stmt TGE
> * added tests to literals, but some are still commented out (n
Greetings,
On Mon Feb 19 18:23:59 2007, coke wrote:
> Failed Test Stat Wstat Total Fail List of Failed
>
> ---
> t/internals/select_option.t 1 256 8 14 2-8
> t/internals/select_switches.t
Greetings,
On Mon Feb 19 18:23:59 2007, coke wrote:
> Failed Test Stat Wstat Total Fail List of Failed
>
> ---
> t/internals/select_option.t 1 256 8 14 2-8
> t/internals/select_switches.t
Hiya,
On Mon Mar 05 10:32:33 2007, coke wrote:
> (all paths relative to languages/tcl)
>
> First, do a make test in tcl to get a baseline as some tests are
> failing.
languages/tcl$ make test | tee /tmp/OUTPUT
> The stub files in src/builtin/*.pir need to be relocated to
> runtime/builtin/*.pir;
On Wed Nov 08 09:17:21 2006, ptc wrote:
> Implement the stub routine 'dirname' in
> languages/tcl/runtime/builtin/file.pir
>
> This ticket is in response to cage task #39704.
Implemented in revision 16967, this implementation looks more
complicated that what should be in order to cover some edge
On Tue Nov 07 15:32:38 2006, ptc wrote:
> The file languages/tcl/src/builtin/close.pir is only a stub
> implementation; it needs implementing properly.
>
> This ticket is in response to cage task #39704.
A first implementation of [close] was committed in revision 16933.
There's a little issue wi
Hi all,
This patch implements the first version of file ext for tcl. I am not
sure if it's supposed to be [file ext] or [file extension], i kept the
stub sub name 'ext' and so pushed 'ext' to the options
ResizablePMCArray. Feel free to change this.
It wasn't possible to test this using the test
Hi,
I've tried to add some tests to the rx_subrule with some extras
sensitive cases, but i'm failling two tests that i think that should
pass. I have attached a patch that adds new tests. The ones requiring
attention are the ones that fail. Not sure if i'm doing anything wrong
but my guess would b
22 matches
Mail list logo