[perl #40511] [PATCH] Removal of deprecated fetchmethod opcode

2006-12-16 Thread Paul Cochrane via RT
Resolved in r40511

[perl #40511] [PATCH] Removal of deprecated fetchmethod opcode

2006-12-16 Thread Paul Cochrane via RT
On Sat Dec 16 07:56:02 2006, ptc wrote: > Resolved in r40511 This should be: Resolved in r16122

[perl #40428] [PATCH] Return perl script and module file locations in parrot distro

2006-12-16 Thread Paul Cochrane via RT
Resolved in r16125.

[perl #40806] [BUG] IMCC - embedded source locations (#line nnn "file.pir")

2006-12-16 Thread [EMAIL PROTECTED] via RT
Hi, I have now implemented: #line 123 "filename.pir" setline 123 setfile "filename.pir" In 16119. Jonathan

[svn:parrot-pdd] r16122 - in trunk: . docs/pdds/clip editor src/ops

2006-12-16 Thread paultcochrane
Author: paultcochrane Date: Sat Dec 16 08:43:03 2006 New Revision: 16122 Modified: trunk/docs/pdds/clip/pdd15_objects.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) trunk/DEPRECATED.pod trunk/PBC_COMPAT trunk/editor/pir-mode.el trunk/src/ops

[perl #40503] [PATCH] Removal of .imc filename change paragraph

2006-12-16 Thread Paul Cochrane via RT
On Wed Oct 11 06:47:14 2006, particle wrote: > On 10/11/06, Paul Cochrane <[EMAIL PROTECTED]> wrote: > > > i'm not 100% sure this is the right thing to do, either. the most > > > recent version of "perl 6 and parrot essentials" still makes reference > > > to '.imc' files. with this paragraph in de

[perl #40998] [PATCH] Fix build error on Win32

2006-12-16 Thread [EMAIL PROTECTED] via RT
On Fri Dec 01 11:31:22 2006, [EMAIL PROTECTED] wrote: > OK, so no one seems interested. > Certainly on my part, lack of time rather than lack of interest. > Anyway, the attached patch in this message is a > better version of the previous one. > It checks for a white space in build_dir and makes t

[perl #41095] [BUG] Segfault in test.exe during Configuration

2006-12-16 Thread Nikolay Ananiev
# New Ticket Created by "Nikolay Ananiev" # Please include the string: [perl #41095] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41095 > test.exe or config/auto/jit/test_c.in segfault during configuration on Win32. Note

[perl #40361] [PATCH] #40278 [CAGE] perl coding standards coda. (cont.)

2006-12-16 Thread Paul Cochrane via RT
Hi all, We could close this ticket if a decision were made as to whether or not the emacs/vim formatting information can be put at the *beginning* of a file in the case where __END__ or __DATA__ blocks are used within a perl source file. What are people's opinions? Would it be too ugly to p

[perl #39997] [PATCH] PGE P5 Test Cleanup

2006-12-16 Thread Paul Cochrane via RT
Jerry, Did you get around to opening the tickets you mentioned here? If so, I think we can close this ticket. If not, do you want to sketch out the ideas for the tickets you want opened? I can then go through the donkey work of opening them for you if you want. Paul On Fri Jul 28 12:20:30

[perl #40801] [TODO] Rename enter_nci_method to something better

2006-12-16 Thread Kevin Tew via RT
how about register_nci_method? If we get consensus, I'll do the rename. Kevin On Fri Nov 10 15:53:07 2006, [EMAIL PROTECTED] wrote: > enter_nci_method is poorly named. It sounds like it's entering the > method to execute it. What it's actually doing is entering the method > into a symbol tabl

[perl #41103] [BUG] stdin.'readline'() segfaults on systems w/o readline support

2006-12-16 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #41103] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41103 > According to src/pmc/parrotio.pmc, the 'readline'() method for parrot I/O objects

Re: [perl #39997] [PATCH] PGE P5 Test Cleanup

2006-12-16 Thread Patrick R. Michaud
On Sat, Dec 16, 2006 at 11:37:48AM -0800, Paul Cochrane via RT wrote: > Did you get around to opening the tickets you mentioned here? If so, I > think we can close this ticket. If not, do you want to sketch out the > ideas for the tickets you want opened? I can then go through the > donkey wo

[svn:parrot-pdd] r16133 - trunk/docs/pdds/clip

2006-12-16 Thread allison
Author: allison Date: Sat Dec 16 16:12:53 2006 New Revision: 16133 Modified: trunk/docs/pdds/clip/pdd15_objects.pod Log: [pdd]: A few notes added in the bug-a-thon. Modified: trunk/docs/pdds/clip/pdd15_objects.pod ==

[perl #40802] Investigate Supposed JIT Bug with if/unless Optimization

2006-12-16 Thread [EMAIL PROTECTED] via RT
On Fri Nov 10 17:36:05 2006, mdiep wrote: > This was taken from t/pmc/iterator.t: > > # XXX > # swapping the next two lines breaks JIT/i386 > # the reason is the if/unless optimization: When the > # previous opcode sets flags, these are used - but > # there is no check, th

[perl #41097] Segfault in malformed get_results

2006-12-16 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #41097] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41097 > The following code segfaults: .sub test :main get_results '(0)

[perl #41099] [PATCH] root.in Makefile and CREDITS

2006-12-16 Thread Eric B. Lubow
# New Ticket Created by "Eric B. Lubow" # Please include the string: [perl #41099] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41099 > Ensured the makefile doesn't allow a make install and added myself to the CREDITS fil

[perl #39997] [PATCH] PGE P5 Test Cleanup

2006-12-16 Thread Paul Cochrane via RT
Resolving this ticket as all the todo/skip markers have been factored out of the p5 and p6 regex test files, and the patches made as a result of the initial patch and discussion thereafter have been applied. Thanks for your help!

[perl #40816] open opcode creates file if it doesn't exist

2006-12-16 Thread [EMAIL PROTECTED] via RT
On Sat Nov 11 11:53:27 2006, [EMAIL PROTECTED] wrote: > Not sure if this is a bug or not, but I noticed that the open opcode > creates its argument if the desired file doesn't exist. > There are two variants of the open opcode: this one, and one where you can specify a mode. The default open mode

[perl #41105] [PATCH] Silence a warning on Cygwin

2006-12-16 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #41105] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41105 > This patch silences a minor warning on Cygwin. Steve Peters [EMAIL PROTECTED] $ diff -

[perl #41105] [PATCH] Silence a warning on Cygwin

2006-12-16 Thread Steve Peters via RT
On Sat Dec 16 18:59:18 2006, stmpeters wrote: > This patch silences a minor warning on Cygwin. > > Steve Peters > [EMAIL PROTECTED] > > $ diff -u parrot/src/pmc/parrotio.pmc parrot-patch/src/pmc/parrotio.pmc > --- parrot/src/pmc/parrotio.pmc 2006-12-16 20:46:58.37500 -0600 > +++ parrot-patch/

[svn:parrot-pdd] r16137 - trunk/docs/pdds

2006-12-16 Thread allison
Author: allison Date: Sat Dec 16 20:44:25 2006 New Revision: 16137 Modified: trunk/docs/pdds/pdd07_codingstd.pod Log: Updated coding standard for naming externally visible functions, applying RT ticket #16622. Modified: trunk/docs/pdds/pdd07_codingstd.pod