[perl #81224] 2010-12 bug report

2010-12-25 Thread Nuno Carvalho via RT
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

[perl #43513] [docs] new content in book/ch01_overview.pod

2007-09-11 Thread Nuno Carvalho via RT
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

[perl #24251] [TODO] IMCC - improve error messages

2007-07-19 Thread Nuno Carvalho via RT
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

[perl #43246] [CAGE] Replace string_from_const_cstring() with string_from_cstring()

2007-06-20 Thread Nuno Carvalho via RT
Resolved in r19164, feel free to re-open if you find any problems. Best regards, ./smash

[perl #43246] [CAGE] Replace string_from_const_cstring() with string_from_cstring()

2007-06-20 Thread Nuno Carvalho via RT
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, >

[perl #41894] segfault happens when invoking poll op

2007-04-13 Thread Nuno Carvalho via RT
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

[perl #39908] [BUG] IMCC treats $S as a non-register instead of throwing an error

2007-03-19 Thread Nuno Carvalho via RT
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

[perl #39908] [BUG] IMCC treats $S as a non-register instead of throwing an error

2007-03-19 Thread Nuno Carvalho via RT
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]> > > >

[perl #39908] [BUG] IMCC treats $S as a non-register instead of throwing an error

2007-03-18 Thread Nuno Carvalho via RT
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

[perl #41788] [BUG] Real registers are limited to 2 digits

2007-03-14 Thread Nuno Carvalho via RT
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. >

[perl #41788] [BUG] Real registers are limited to 2 digits

2007-03-13 Thread Nuno Carvalho via RT
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.

[perl #41788] [BUG] Real registers are limited to 2 digits

2007-03-12 Thread Nuno Carvalho via RT
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

[perl #41760] [PATCH] lang/pynie some bin.ops

2007-03-09 Thread Nuno Carvalho via RT
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

[perl #41760] [PATCH] lang/pynie some bin.ops

2007-03-09 Thread Nuno Carvalho via RT
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

[perl #41750] [PATCH] Pynie updates

2007-03-09 Thread Nuno Carvalho via RT
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

[perl #41548] [Tcl] - internals tests failings

2007-03-06 Thread Nuno Carvalho via RT
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

[perl #41548] [Tcl] - internals tests failings

2007-03-06 Thread Nuno Carvalho via RT
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

[perl #41707] [TODO] Tcl - relocate stub files

2007-03-05 Thread Nuno Carvalho via RT
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;

[perl #40722] [TODO] Tcl - implement [file dirname]

2007-02-13 Thread Nuno Carvalho via RT
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

[perl #40706] [TODO] Tcl - implement [close]

2007-02-09 Thread Nuno Carvalho via RT
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

[perl #40729] [TODO] Tcl - implement [file extension]

2006-11-27 Thread Nuno Carvalho via RT
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

[perl #40646] [TODO] PGE - add tests for , , etc.

2006-11-25 Thread Nuno Carvalho via RT
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