[perl #56718] [BUG] Array PMC freeze/thaw/visit broken

2008-07-09 Thread via RT
# New Ticket Created by Christoph Otto # Please include the string: [perl #56718] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56718 > r29183 adds a test to t/pmc/array.t that exposes some brokenness in the Array PMC's f

[perl #56716] speed up the configure tests

2008-07-09 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #56716] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56716 > the configure tests take too much time to run, and should be sped up by whatever means nece

[perl #56756] [BUG] t\pmc\pmc.t failure on win32

2008-07-09 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56756] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56756 > On a win32 build with AS perl and the MS tools, I get the following results: Failed Test

[perl #56760] [TODO]: config/auto/opengl.pm: Write unit tests

2008-07-09 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #56760] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56760 > This configuration step class did not exist when I began to write tests for the steps

[perl #56786] [pdd25cx] Segfault with tcl

2008-07-10 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56786] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56786 > Using tcl, I can make parrot segfault in this branch. $ ../../parrot tcl.pbc -e "error e

[perl #56750] [PATCH] Function Parrot_string_empty to create emtpy strings

2008-07-10 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #56750] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56750 > This patch adds a function to create empty strings, and replaces with it a lot of CONST_STRI

[perl #56782] [TODO] question in getNameForKey in Getopt::Obj

2008-07-10 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #56782] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56782 > Hi, in 'runtime/parrot/library/Getopt/Obj.pir' I saw the comment: # XXX shou

[perl #56792] [bug] Parrot::Pmc2c::Emitter line # error

2008-07-10 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56792] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56792 > New ticket opened from comment on list in thread 'Re: Warnings on Solaris, Pmc2c usage/de

[perl #56798] [pdd25cx] test failure with NQP

2008-07-10 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56798] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56798 > Since the NQP tests aren't run by default, ran them by hand in pdd25cx: Test Summary Rep

[perl #56800] [META] merge pdd25cx branch back into trunk

2008-07-10 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56800] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56800 > Meta ticket to track all the issues associated with this branch and its eventually merge

[perl #56804] [pdd25cx] Test failures

2008-07-10 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56804] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56804 > The following tests fail during 'make test' on feather in the pd25cx branch. Test Summar

[perl #56806] [BUG] test failures in languages/pynie

2008-07-10 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56806] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56806 > pynie's test suite fails with [EMAIL PROTECTED] Test Summary Report ---

[perl #56810] [CAGE] pf_items assumes sizeof(INTVAL) == sizeof(opcode_t)

2008-07-10 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #56810] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56810 > I found this while tracking a nasty GC-related bug. In src/packfile/pf_items.c:PF_fe

[perl #56832] Fwd: src/jit/i386/core.jit:1031: error: ?DO? undeclared

2008-07-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56832] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56832 > Open a ticket... -- Will "Coke" Coleda Begin forwarded message: > From: tuxdna <[EMAIL

[perl #56824] [PATCH] Configure - fix SEGV in JIT has_exec_protect test on Cygwin

2008-07-11 Thread via RT
# New Ticket Created by Donald Hunter # Please include the string: [perl #56824] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56824 > Fixes a segv in the has_exec_protect test on Cygwin. config/auto/jit/test_exec_cygwin.

[perl #56828] [PATCH] Add nativecall support for void** params

2008-07-11 Thread via RT
# New Ticket Created by Donald Hunter # Please include the string: [perl #56828] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56828 > Added support for void** params, i.e. for out parameters. This is required for functio

[perl #56868] [PATCH] Another attempt to add a function for empty const string

2008-07-12 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #56868] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56868 > This is another attempt to add a Parrot_string_empty function to replace a lot of CONST_STRI

[perl #56892] [CAGE] Pass the Perl::Critic policy CodeLayout::RequireTidyCode

2008-07-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56892] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56892 > Working on this, I see that we have a ^L before the coda in quite a few files in, e.g.:

[perl #56894] [CAGE] [RFC] t/codingstd/perlcritic.t warns on 5.008_000

2008-07-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56894] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56894 > If you upgrade to Perl::Critic 1.088, you'll start seeing the following warnings on this

[perl #56896] [CAGE] Remove empty directories from the repository

2008-07-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56896] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56896 > The following directories are empty in the svn repo. We should remove them and verify tha

[perl #56912] [META] August 2008 release

2008-07-14 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #56912] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56912 > The August 2008 release is planned for August 19th 2008. Release manager will be

[perl #56928] Failing tests in t/steps/auto_pack-01.t

2008-07-14 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #56928] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56928 > Some of the new tests for auto::pack fail for me: $ perl t/harness -v t/steps/auto_pa

[perl #56948] [BUG] .parrot_current_rev broken

2008-07-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56948] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56948 > Forward to RT so a ticket is opened. -- Forwarded message -- From: Rein

[perl #56958] HLL map of ResizablePMCArray

2008-07-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56958] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56958 > Tcl used to rely on this particular HLL mapping working, but it seems to have vanished at

[perl #56968] [PATCH] remove Parrot_warn_s

2008-07-16 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #56968] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56968 > I found this today while looking for error-reporting functions. The function src/war

[perl #56998] [TODO] rename cygwin dll to cygparrot$MAJOR_$MINOR_$PATCH.dll

2008-07-16 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56998] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56998 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #56988] [META] uncloseable tickets in RT

2008-07-16 Thread via RT
# New Ticket Created by Christoph Otto # Please include the string: [perl #56988] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56988 > There are too many tickets in Parrot's queue that aren't concrete about what's needed

[perl #56996] [TODO] remove non FHS-compliant searchpaths

2008-07-16 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #56996] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56996 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57006] [PATCH] add cygwin opengl config quirks

2008-07-16 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57006] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57006 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57026] [BUG]: Changes to Parrot::Ops2c::Utils in remove_getfd branch cause failures in buildtools_tests

2008-07-16 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #57026] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57026 > r29522 | bernha

[perl #57028] Re: pdd25cx and PGE optable bugs -- detailed analysis

2008-07-17 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #57028] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57028 > In a joint deugging session, chromatic and I confirmed that this is indeed a bug in t

[perl #57032] test failure in t/tools/dump_pbc.t (only in "make smoke")

2008-07-17 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #57032] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57032 > -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In parrot as of r29547 I get a failure whi

[perl #57088] [pdd25cx] Tcl's [lsort] failure.

2008-07-18 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57088] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57088 > In trunk, partcl fails this way: $ prove -v t/cmd_lsort.t >/dev/null [oops; continuation

[perl #57090] [TODO]: make smolder_test should report test report number

2008-07-18 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #57090] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57090 > I'm beginning to enjoy 'make smolder_test'. Here is a wishlist item for its ongoing d

[perl #57112] [PATCH] postgres for cygwin

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57112] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57112 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57114] [PATCH] urm RealBin issue

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57114] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57114 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57120] [BUG] examples/library/ncurses_life.pir broken

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57120] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57120 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57110] [PATCH] ncurses for cygwin

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57110] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57110 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57178] [BUG] Broken links on smolder site.

2008-07-21 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57178] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57178 > http://smolder.plusthree.com/app/public_projects/details/8 Clicking on the "Data Feeds"

[perl #57188] [PATCH] pbc_to_exe --install

2008-07-22 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57188] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57188 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57196] [RFE] RSS feeds for smolder

2008-07-22 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57196] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57196 > Can we get the tag information included in the RSS summary articles? Will be very helpful

[perl #57198] [openbsd] build failure?

2008-07-22 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57198] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57198 > http://smolder.plusthree.com/app/public_projects/report_details/2435#first_failure Looks

[perl #57190] HLL Interoperation

2008-07-22 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #57190] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57190 > Recently on IRC the matter of HLL interoperation came up frequently, this ticket brings i

[perl #57236] [TODO] pbc_to_exe --install pbc1 [pbc2...]

2008-07-24 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57236] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57236 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57260] [BUG] Segfaults in sprintf opcode

2008-07-24 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57260] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57260 > Tripped over these trying to run some spec tests for Tcl. I have no idea what $S0 should

[perl #57296] [TODO] make install -C languages

2008-07-26 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57296] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57296 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57286] t/examples/library.t fails during make test on OS X 10.5.4

2008-07-26 Thread via RT
# New Ticket Created by Jeff Lavallee # Please include the string: [perl #57286] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57286 > --- osname= darwin osvers= 9.0 arch= darwin-thread-multi-2level cc= cc --- Flags:

[perl #57312] [TODO] delete languages/pugs/

2008-07-27 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #57312] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57312 > languages/pugs/ was for a pugs interface to parrot. the code was already bitrotten long bef

[perl #57320] touch /tmp/t && make test => fails t/perl/Parrot_IO.t ?

2008-07-27 Thread via RT
# New Ticket Created by Eric Wilhelm # Please include the string: [perl #57320] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57320 > It appears that this test assumes (multiple times perhaps?) that it may make named file

[perl #57344] [TODO] Change runtime/parrot/* to runtime/*

2008-07-27 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #57344] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57344 > In the source repository, the 'parrot' in runtime/parrot/foo is pointless. It's a

[perl #57358] Enable parallel testing

2008-07-28 Thread via RT
# New Ticket Created by Eric Wilhelm # Please include the string: [perl #57358] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57358 > Hi, The attached patch allows testing of parrot to be parallelized via setting an envi

[perl #57386] Configure.pl tests create bad dirs in $TMP

2008-07-29 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #57386] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57386 > After running the Configure.pl test suite, I'm seeing some annoying-to-remove directo

[perl #57418] [TODO] optimize _config to omit .include "library/config.pir" on installables

2008-07-30 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57418] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57418 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57426] [TODO] [PDD19] Implement new .HLL directive

2008-07-30 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57426] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57426 > PDD19 defines a currently unimplemented PIR directive: =item .HLL Define the HLL for t

[perl #57428] [DEPRECATED] [PDD19] .HLL 'name', 'lib'

2008-07-30 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57428] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57428 > While deprecated, there's currently no other way to achieve this functionality. See RT #5

[perl #57430] [TODO] [PDD19] implement .HLL_map 'Foo' = 'Bar'

2008-07-30 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57430] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57430 > =item .HLL_map = This is identical to the current implementation that uses a , for its

[perl #57432] [DEPRECATED] [PDD19] .HLL_map with comma

2008-07-30 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57432] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57432 > Using a , with HLL_map is now deprecated. Need to add the new syntax first before this ca

[perl #57436] [RFC] Change .get_results to not return message, just exception

2008-07-30 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57436] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57436 > >From PDD 19: {{ Wouldn't it be more useful to make this flexible, or at least only the

[perl #57410] [TODO] syntactic sugar for named arguments: "key" => value - Add to PDD19 or deprecate

2008-07-30 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #57410] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57410 > hi, afaics, pdd19 does not specify the syntactic sugar for named arguments. So, the f

[perl #57438] [DEPRECATED] [PDD19] .pragma n_operators

2008-07-30 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57438] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57438 > >From PDD19: =item .pragma n_operators [deprecated] -- Will "Coke" Coleda

[perl #57468] unused VNSNPRINTF check?

2008-07-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57468] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57468 > There's an ifdef in misc.c to allow us to conditionally use vnsnprintf. If we're going t

[perl #57474] [pdb] parrot debugger segfault

2008-07-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57474] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57474 > Running `parrot_debugger` over the tcl library code generates either a segfault or a cras

[perl #57476] [pdb] parrot version

2008-07-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57476] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57476 > The parrot_debugger version should, IMO, be identical to the parrot version. (e.g., it's

[perl #57492] [CAGE] Explore possible speedups of t/configure/*.t tests

2008-07-31 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #57492] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57492 > At particle's request, in RT 56716 I consolidated multiple configuration step class te

[perl #57486] [patch] Fix stat / lstat test failure on Cygwin

2008-07-31 Thread via RT
# New Ticket Created by Donald Hunter # Please include the string: [perl #57486] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57486 > This is a patch for t/pmc/os.t to fix test failures on Cygwin. This is generated agains

[perl #57546] [PATCH] tags-xemacs

2008-08-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57546] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57546 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57548] [TODO] enhance #CONDITIONED_LINE by recursive logical expressions as in LISP

2008-08-03 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57548] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57548 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57602] [PATCH] typo in docs/pdds/pdd19_pir.pod

2008-08-04 Thread via RT
# New Ticket Created by Bob Wilkinson # Please include the string: [perl #57602] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57602 > Hello Please find the attached patch for a spelling mistake in docs/pdds/pdd

[perl #57610] [PATCH] Resumable exceptions

2008-08-05 Thread via RT
# New Ticket Created by Stephen Weeks # Please include the string: [perl #57610] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57610 > pdd23: Exception handlers can resume execution immediately after the "throw" opcode by

[perl #57630] [TODO] Deprecate "DOD" acronym for PDD09

2008-08-05 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #57630] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57630 > PDD09 says that the acronym "DOD" for "dead object detection" is deprecated. At the

[perl #57636] [TODO][PDD19] Document the reason for :unique_reg flag

2008-08-05 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #57636] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57636 > >From pdd19: The optional C<:unique_reg> modifier will force the register allocator t

[perl #57634] [RFC] Remove ".globalconst" from PIR

2008-08-05 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #57634] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57634 > hi, in PIR you can use the .globalconst directive in a sub to define a constant that

[perl #57638] [IMCC] old-style PASM registers no longer supported.

2008-08-05 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #57638] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57638 > >From PDD19: {{DEPRECATION NOTE: PIR will no longer support the old PASM-style syntax

[perl #57656] [PROPOSAL][PIR] change PIR sugar for concat into ".." (or something else)

2008-08-07 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #57656] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57656 > hi, the "." has different meanings in PIR: 1. to separate object and method in a met

[perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-08-07 Thread via RT
# New Ticket Created by François PERRAD # Please include the string: [perl #57668] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57668 > The patch contains a test case that exhibits the problem. François. Index: t/pmc/nam

[perl #57680] [CAGE] Problems in find_write_record

2008-08-07 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #57680] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57680 > in src/stm/backend.c:find_write_record() there are a few cleanup notes: FIXME check

[perl #57676] [CAGE] Check for shared status of STM handle

2008-08-07 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #57676] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57676 > In src/stm/backend.c:Parrot_STM_mark_pmc_handle(), there is the following comment:

[perl #57678] [CAGE] Poor Man's Deadlock Detection

2008-08-07 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #57678] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57678 > In src/stm/backend.c:wait_for_version() there are a few XXX FIXME items: This algor

[perl #57690] [BUG] make headerizer breaks build

2008-08-07 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #57690] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57690 > "make headerizer" appears to be screwing up the build. When I run make headerizer, i

[perl #57700] [PATCH] Fix 64-bit Mac OS X Build

2008-08-07 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #57700] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57700 > Based on a comment from Seneca in IRC earlier tonight, I'd like to get feedback from Mac O

[perl #57728] [TODO] avoid 2038 bug if we haven't already.

2008-08-07 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57728] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57728 > Open a ticket for TODO item. -- Forwarded message -- From: jerry gay <[E

[perl #57794] [doc] POD error in compilers/pirc/new/pircompunit.c

2008-08-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57794] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57794 > Since I've already fixed this once, I'll leave it to the original author to fix this time

[perl #57796] New cardinal file fails metadata tests.

2008-08-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57796] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57796 > When adding new files to the repository, please be sure to not only add them to the manif

[perl #57824] [BUG] Segfault iterating over namespace

2008-08-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57824] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57824 > The following causes a segfault: $ cat foo.pir .sub main $P0 = getinterp $P1 = $P0['na

[perl #57826] Noisy t/configure/036-config_steps.t

2008-08-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57826] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57826 > On feather (linux), I'm seeing the following output: $ prove t/configure/036-config_step

[perl #57884] [PATCH] file_type option for Parrot::Configure::Compiler->genfile

2008-08-13 Thread via RT
# New Ticket Created by Vyacheslav Matjukhin # Please include the string: [perl #57884] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57884 > genfile() method at the Parrot::Configure::Compiler module generates wrong vim s

[perl #57900] solaris hints no longer work

2008-08-13 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #57900] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57900 > There's been a change somewhere in the Configure system such that the solaris.pm hint

[perl #57902] [PATCH] PLATFORMS update -- Solaris is broken

2008-08-13 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #57902] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57902 > In preparation for the next release, I tried to update the Solaris 8/SPARC status. U

[perl #57930] [BUG] Smolder failure

2008-08-14 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57930] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57930 > not ok 1 - Line length ok # Failed test 'Line length ok' # at t/codingstd/linelength.

[perl #57942] [BUG] Smolder failure [linelength, compilers/pirc]

2008-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #57942] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57942 > #not ok 1 - Line length ok # Failed test 'Line length ok' # at t/codingstd/linelength

[perl #57956] [BUG] [PATCH] config/auto/sizes.pm not cleaning up after itself

2008-08-15 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #57956] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57956 > Last night I realized that about five of the configuration step tests were not cleanin

[perl #57958] [BUG] [PATCH] config/auto/attributes.pm not cleaning up after itself properly

2008-08-15 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #57958] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57958 > The rationale for this patch is the same as in my recently submitted http://rt.perl.or

[perl #58032] [BUG] languages/perl6/t/pmc/perl6multisub-dispatch-tiebreak.t: filename is too long

2008-08-16 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #58032] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58032 > We appear to have a coding standard which limits us to 32 characters in a file's basen

[perl #58034] [TODO] save config_args for make reconfig

2008-08-17 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #58034] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58034 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #58036] [BUG] [PATCH] config/auto/warnings.pm not cleaning up after itself properly

2008-08-17 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #58036] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58036 > This is the same problem for which I submitted a patch yesterday with respect to confi

[perl #58040] [BUG] namespace_65.pir hangs with --optimize

2008-08-17 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #58040] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58040 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #58044] Segfault in t/op/exceptions.t:30 with CGP core

2008-08-18 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #58044] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58044 > Here's another curious test failure: Using the CGP core, t/op/exceptions.t:30 (the new

[perl #58046] "t/pmc/exception_handler.t" should be renamed

2008-08-18 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #58046] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58046 > t/distro/test_file_coverage.t fails because there is no "exceptionhandler.t" test. Met

[perl #58054] t/op/exceptions.t:30 segfaults in switched core

2008-08-18 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #58054] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58054 > Running t/op/exceptions.t:30 segfaults using the switched core ("parrot -S"). The same

[perl #58058] [META] September 2008 release

2008-08-18 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #58058] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58058 > This metaticket is for issues related to the September 2008 release of Parrot, planned for

  1   2   3   4   5   6   7   8   9   10   >