[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;

Fwd: Preliminary notes for 0.4.9 release

2007-02-22 Thread Nuno Carvalho
Greetings, On 2/22/07, chromatic <[EMAIL PROTECTED]> wrote: On Wednesday 21 February 2007 21:21, Patrick R. Michaud wrote: > 1. The t/library/pg.t tests require libpq.so to be installed > in order to run -- should I be testing ('make fulltest') with > this library installed? They should skip

[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

Re: [perl #40292] [TODO] Add JSON tests

2006-09-15 Thread Nuno Carvalho
Hi again, Sorry, there was a problem with the last diff. Here's the most updated patch, attached to this file, please igore the previous patch. Sorry again. Best regards, ./smash On 9/15/06, Nuno Carvalho <[EMAIL PROTECTED]> wrote: Hi again, Added some more simple tests to file &

Re: [perl #40292] [TODO] Add JSON tests

2006-09-15 Thread Nuno Carvalho
Hi again, Added some more simple tests to file 't/compilers/json/to_parrot.t' related to backslashing testing. All the new tests pass. Attached to this message you can find the patch file. Best regards, ./smash Index: t/compilers/json/to_parrot.t

Re: [perl #40292] [TODO] Add JSON tests

2006-09-11 Thread Nuno Carvalho
Hi parrot people, I haded some more tests to file 't/compilers/json/to_parrot.t' related to numbers (test fact, exp and minus). Also haded two tests from the RFC examples. The second one is failing due to number precision (the test is tagged TODO). For example, we try to match: "Longitude":-122.

Re: [perl #40292] [TODO] Add JSON tests

2006-09-08 Thread Nuno Carvalho
Hi again, Haded some more tests to check for white spaces problems. Some tests fail to parse and so are marked todo. Attached to this message is the patch for the file 't/compilers/json/to_parrot.t'. Best regards, ./smash On 9/7/06, Nuno Carvalho <[EMAIL PROTECTED]> wrote: H

Re: [perl #40292] [TODO] Add JSON tests

2006-09-07 Thread Nuno Carvalho
Hi all, I haded some more tests to t/compilers/json/to_parrot.t file to test some objects/array combinations. All tests pass at this point, except for tests: #17 - something about null value in a array #25 - just added that random sequence, it does not parse not quite sure why. Attached to this

Re: [perl #39868] [CAGE] convert C NN; }> to C NN;>

2006-08-21 Thread Nuno Carvalho
Hi again, I've tried this patch again and fixed only one minor detail, here's the log of what i did: $ rm -rf t/ $ make realclean $ svn up (...) Updated to revision 14291. $ perl Configure.pl $ make $ make test 2>&1 | tee BEFORE_PATCH [apply patch] $ svn up At revision 14291. $ make test 2>&1

Re: [perl #39868] [CAGE] convert C NN; }> to C NN;>

2006-08-18 Thread nuno carvalho
(i initially posted this on RT, but since posts made by guests seem not to get forwarded to the list here it is, only hope this message goes into the right place) Hi all, I have applied the patch attatched to this ticket. Here's the outcome: 1) before the patch i did: $ make test 2>&1 | tee te

Re: [perl #40160] [PATCH] PGE simple grammar test file

2006-08-17 Thread nuno carvalho
Hi Ignore & close this one i guess, everyone thought this mail was lost. ./smash On 8/17/06, via RT Nuno Carvalho <[EMAIL PROTECTED]> wrote: # New Ticket Created by Nuno Carvalho # Please include the string: [perl #40160] # in the subject line of all future correspondence about

PGE grammar test file

2006-08-12 Thread nuno carvalho
Good afternoon, After some, always healthy, discussion on #parrot I've started a very simple test file to evaluate some very simple PGE grammars. The few grammars included in the test should work ok, except test #7 which is supposed to fail with the current PGE. After the needed PGE corrections