[perl #49898] [PATCH] .chars method for Str

2008-01-18 Thread Jerry Gay via RT
applied with modifications as r24962. ~jerry

[perl #49714] [PATCH] Extend perl6 spectest to fetch and execute S04-S29 tests

2008-01-17 Thread Jerry Gay via RT
applied as r24965. it's causing a heck of a lot of failing tests. however, i'll leave them in for a day or three, while we see what we can do to get them passing. hint: getting 'fudge' working on rakudo would do us a world of good. ~jerry

[perl #49902] [PATCH][perl6] small glossary clarification

2008-01-17 Thread Jerry Gay via RT
applied with minor modifications as r24966. ~jerry

[perl #48294] [RFE] oo -- improve Method '...' not found' error

2007-12-18 Thread Jerry Gay via RT
resolved in r24051. ~jerry

[perl #48493] [CAGE] Parrot::Configure::Step: Explicitly pass all arguments to all methods

2007-12-17 Thread Jerry Gay via RT
On Sun Dec 16 10:31:58 2007, [EMAIL PROTECTED] wrote: James Keenan via RT wrote: For no reason more profound than ease of editing, when I went to require that each of 6 Parrot::Configure::Step methods be passed $conf explicitly, I put that argument first. Which of course makes it look

[perl #46503] [TODO] Remove individual runcore command line flags...

2007-10-19 Thread Jerry Gay via RT
i've added -R, --runcore options to parrot in r22284, with documentation and tests. see Cparrot --help and Cperldoc docs/running.pod for details. next we need to decide what to do about the old options. when do we deprecate them? how do we migrate to the new syntax? etc. if you have ideas, let

[perl #44393] something funny in dod/gc blocking macros

2007-08-03 Thread Jerry Gay via RT
hi, i'm a blockhead. ron reminded me that i'm not following C89, since node was not defined at the top of a block. duh. anyway, this doesn't seem to fix the problem. rats. i must misunderstand the comment, because i find it hard to believe that adding these few lines of code is enough to address

[perl #43253] [BUG] parrot segfaults when building perl6 on windows with msvc

2007-06-19 Thread Jerry Gay via RT
applied workaround patch as r19136. ~jerry

[perl #25253] [PATCH] Remove Parrot_INTERP

2007-03-08 Thread Jerry Gay via RT
chromatic~ embed/extend is up your alley. do you see a problem with removing Parrot_INTERP since we've already got Parrot_Interp laying around? even though this patch is about three years old, it looks almost valid, and should be quick and easy to apply, if approved. ~jerry

[perl #40626] [BUG] :vtable fails for subclasses of core classes

2007-02-23 Thread Jerry Gay via RT
this bug seems to be resolved as of r17163. however, i'm not closing this ticket until the example code in the original post is added as a test. ~jerry

[perl #41323] [CAGE] convert CtheINTERP to Cinterp

2007-01-25 Thread Jerry Gay via RT
works great here on win32--ticket closed. ~jerry

[perl #41267] [TODO] rename 'clip' pdd directory to 'draft'

2007-01-22 Thread Jerry Gay via RT
'clip' has now been renamed to 'draft', and all references have been updated (r16761.) coke++ for updating the website. ~jerry

[perl #40507] [PATCH] Removal of cuddled else in pmc files

2006-10-11 Thread Jerry Gay via RT
thanks, applied as r14897. ~jerry

[perl #40393] [PATCH] C coda fix in parrot/src

2006-09-22 Thread Jerry Gay via RT
thanks, applied as r14688. ~jerry

[perl #40370] [PATCH] code_coda.t update

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14671. ~jerry

[perl #40371] [PATCH] as2c.pl C-file coda fix

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14673, with a minor fix: -$print_coda(); +print_coda(); i'm not sure tools/dev/as2c.pl is used, as the only makefile that calls it isn't generated (config/gen/cpu/i386/Makefile), it's not platform-independent, and the files it generates are committed to the repository. but,

[perl #40372] [PATCH] C coda fix in parrot/compilers

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14674. ~jerry

[perl #40373] [PATCH] C coda fix in parrot/config/gen

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14675. nice work, paul. ~jerry

[perl #40374] [PATCH] C coda fix in parrot/include

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14676. ~jerry

[perl #17562] Segfault in stack handling code running ELIZA

2006-04-26 Thread Jerry Gay via RT
languages/BASIC has been broken for almost two years, and after multiple followups, nobody has claimed responsibility for the language implementation or a fix. this ticket has been marked 'stalled'.

[perl #38140] src/classes/coroutine.pmc has CRLF line terminators

2006-01-03 Thread Jerry Gay via RT
committed fix as r10873. thanks for reporting. ~jerry

[perl #38141] [PATCH] CFLAGS missed two files in src/ reorganization

2006-01-03 Thread Jerry Gay via RT
thanks, applied as r10874. ~jerry

[perl #37788] [TODO] dir reorg: move imcc/docs/ to docs/imcc/

2005-12-05 Thread Jerry Gay via RT
applied as r10353. i made some formatting changes and updated links in the documents, and had to modify the manifest and some html document generation code. all in all, a pretty simple change. it would be great if somebody could take a look at the docs as a whole and rework them where necessary

[perl #37788] [TODO] dir reorg: move imcc/docs/ to docs/imcc/

2005-12-05 Thread Jerry Gay via RT
i will be beginning this task soon. i expect it won't affect the build much, as it's a docs dir, but be aware. ~jerry

[perl #36606] [PATCH] create t/r6rules/rx_grammar.t - a new (currently failing) test of pge

2005-11-14 Thread Jerry Gay via RT
[pmichaud - Thu Jul 21 02:10:03 2005]: On Wed, Jul 20, 2005 at 10:25:08AM -0700, Mitchell N Charity wrote: PGE is currently passing all tests, but failing to run a large pugs grammar (one for p6 regexps). So I transliterated part of the grammar into a (failing) test. Attached. The

[perl #36258] [RFE] parrotbug should include the SVN revision.

2005-11-14 Thread Jerry Gay via RT
[bernhard - Mon Jun 13 12:16:32 2005]: It might be nice to have the SVN revision, or a list of SVN revisions, as a keyword of the RT tickets. For example when a bug was reported, when a Patch was applied and when a problem was declared to be fixed. yes, it can see it being useful. then

[perl #28995] 'make test' failures

2005-11-11 Thread Jerry Gay via RT
i have a sneaking suspicion that this test no longer fails, but there are no smoke reports for ppc-linux for me to verify. is there someone with that cpu/arch combo who can produce a test result to either prove or disprove my claim? ~jerry

[perl #31181] [TODO] Strings - character class properties testing

2005-11-11 Thread Jerry Gay via RT
has this been addressed, even partially? it seems that it has, but this ticket, nor the related email thread (http://www.nntp.perl.org/group/perl.perl6.internals/29394) has been updated since may 2005. ~jerry

[perl #35391] [TODO] filepath manipulations

2005-11-11 Thread Jerry Gay via RT
forgot to copy p6i [particle - Fri Nov 11 11:41:28 2005]: [leo - Tue May 10 05:13:47 2005]: [above code snipped] As a starter an equivalent of File::Spec::catfile() would suffice to be able to rewrite above code. File::Spec::catdir() has been implemented for win32. catfile() is

[perl #36647] 'make languages' should continue after building a language failed

2005-07-27 Thread Jerry Gay via RT
leo's fix (r8695) works just fine on windows :) but what is all this .dummy business? tcl: tcl.dummy tcl.dummy: - $(MAKE_C) tcl tcl.test: - $(MAKE_C) tcl test tcl.clean: - $(MAKE_C) tcl clean can't that just be tcl: - $(MAKE_C) tcl etc. ~jerry