Re: [perl #41485] [TODO] Add a test for svn:eol-style property

2007-02-13 Thread jerry gay
On 2/13/07, James E Keenan <[EMAIL PROTECTED]> wrote: jerry gay wrote: > On 2/11/07, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote: > >> # New Ticket Created by Paul Cochrane >> # Please include the string: [perl #41485] >> # in the subject line of all fu

Re: [perl #41485] [TODO] Add a test for svn:eol-style property

2007-02-14 Thread jerry gay
On 2/14/07, Paul Cochrane <[EMAIL PROTECTED]> wrote: > the documentation for file metadata is not well organized, nor > complete. i'm not certain where this info best fits, but the coding > standard pdd seems like a good candidate. in any case, the general > rule (there are exceptions) is that th

Re: [perl #41529] [BUG]: t/perl/Parrot_Distribution.t test failure

2007-02-17 Thread jerry gay
On 2/17/07, via RT James Keenan <[EMAIL PROTECTED]> wrote: The file which is failing the test is a Parrot source file (which happens to be a Parrot test file) -- not a Perl source file (which happens to be a Perl test file). So the test at line 75 is correctly formatted. particle: You recently

Re: [perl #41529] [BUG]: t/perl/Parrot_Distribution.t test failure

2007-02-17 Thread jerry gay
On 2/17/07, James E Keenan <[EMAIL PROTECTED]> wrote: jerry gay wrote: > On 2/17/07, via RT James Keenan <[EMAIL PROTECTED]> wrote: > >> The file which is failing the test is a Parrot source file (which >> happens to be a Parrot test file) -- not a Perl source file

Re: [perl #41529] [BUG]: t/perl/Parrot_Distribution.t test failure

2007-02-17 Thread jerry gay
On 2/17/07, Paul Cochrane <[EMAIL PROTECTED]> wrote: > 2. Parrot::Distribution contains a subroutine called is_perl() which > presumably tests whether a file in @perl_language_files actually *is* a > Perl file. > > However, I cannot locate any location where is_perl() is called. It used to be c

Re: [perl #41386] MANIFEST must die.

2007-02-18 Thread jerry gay
On 2/18/07, Joshua Isom <[EMAIL PROTECTED]> wrote: On Feb 18, 2007, at 7:14 PM, Will Coleda wrote: > > On Feb 17, 2007, at 10:14 AM, Patrick R. Michaud via RT wrote: > > Yes, but our MANIFEST is just a list of everything in the repository > (modulo a single directory that we started skipping in

Re: Cross-compiling Parrot

2007-02-20 Thread jerry gay
On 2/20/07, Aldo Calpini <[EMAIL PROTECTED]> wrote: back in 2004, Dan Sugalski wrote: http://www.nntp.perl.org/group/perl.perl6.internals/2004/09/msg25521.html nowadays my effort of porting Parrot to the PocketPC platform, as you may have suspected, force me to reopen the question. there is, I

Re: [svn:parrot] r17107 - trunk/src/stm

2007-02-23 Thread jerry gay
On 2/22/07, Allison Randal <[EMAIL PROTECTED]> wrote: 'mark_extracted' should have the guard added. The same one should work. As intended, it is marking all the read_records and write_records. There just happen to be none to mark. added in r17159, thanks. ~jerry

Re: Porting parrot on PDA

2007-02-23 Thread jerry gay
On 2/8/07, Hakim Cassimally <[EMAIL PROTECTED]> wrote: I'm keen to port to maemo (Nokia N800) - I'm guessing this will be easier as it's based on debian linux and uses scratchbox for cross compilation, but I believe it doesn't built out of the box. I'd like to join the porting effort if there's

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

2007-02-23 Thread jerry gay
On 2/23/07, Klaas-Jan Stol via RT <[EMAIL PROTECTED]> wrote: On Fri Feb 23 11:16:01 2007, particle wrote: > 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 Attached a patch adding a test t

Re: [perl #41607] t/compilers/pge/p5regex/dummy.t failure

2007-02-23 Thread jerry gay
On 2/23/07, via RT James Keenan <[EMAIL PROTECTED]> wrote: # New Ticket Created by James Keenan # Please include the string: [perl #41607] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41607 > Tonight while running 'make t

Re: [perl #41604] [BUG] pbc_output_is doesn't work?

2007-02-26 Thread jerry gay
On 2/26/07, Leopold Toetsch <[EMAIL PROTECTED]> wrote: Am Sonntag, 25. Februar 2007 12:28 schrieb Klaas-Jan Stol: > Can you tell whether pbc_output_is() can take PIR code and compile it > during running the test? Or does is always expect the pbc file to be > present? As said, it doesn't make sen

Re: [perl #41633] [CAGE] convert handrolled .IMPORT macros with library function

2007-03-03 Thread jerry gay
On 3/3/07, Elizabeth Mattijsen via RT <[EMAIL PROTECTED]> wrote: On Tue Feb 27 12:58:18 2007, particle wrote: > it seems over time there have been a few handrolled implementations of > namespace import macros. they are usually named something like > '.IMPORT' and live in various pir source, test

Re: AIX 5.3

2007-03-04 Thread jerry gay
On 3/3/07, Theodore Katseres <[EMAIL PROTECTED]> wrote: I managed to get parrot to build on aix-ppc-gcc4.0.0 smoked too ;) indeed, wonderful news. is this something that can be set up more regularly so we can track portability there? also, i can't seem to find the smoke results at http://smoke

Re: [perl #41602] [TODO] MS VS 2005 deprecates strdup

2007-03-05 Thread jerry gay
On 3/5/07, Kevin Tew <[EMAIL PROTECTED]> wrote: Defining _CRT_SECURE_NO_DEPRECATE on the compiler command line is probably the right solution here. Kevin i disagree. the reason C, C and C were deprecated is because they're non-ansi. therefore, microsoft renamed it to C<_strdup>. since we've ple

Re: [perl #41602] [TODO] MS VS 2005 deprecates strdup

2007-03-05 Thread jerry gay
On 3/5/07, Philip Taylor <[EMAIL PROTECTED]> wrote: For the string functions which it does claim are unsafe (strcpy, strcat, etc), it warns "This function or variable may be unsafe. Consider using strcpy_s instead" and provides the _s alternatives; but strdup isn't one of those functions. A call

Re: [perl #41712] AutoReply: [TODO] deprecate CSub

2007-03-06 Thread jerry gay
On 3/6/07, Parrot via RT <[EMAIL PROTECTED]> wrote: it's old, not used anywhere, and defunct. let's list it in DEPRECATED.pod before 0.4.9, and remove it before the following release. make that the 0.4.10 release.

Re: [perl #41712] [TODO] deprecate CSub

2007-03-07 Thread jerry gay
On 3/7/07, Allison Randal <[EMAIL PROTECTED]> wrote: Jerry Gay (via RT) wrote: > it's old, not used anywhere, and defunct. let's list it in > DEPRECATED.pod before 0.4.10, and remove it before the following > release. Agree. i've added a note to DEPRECATED.pod,

Re: [perl #41818] [PATCH */4]: [t/op] add tests for string memory layout

2007-03-14 Thread jerry gay
On 3/13/07, via RT Sam Vilain <[EMAIL PROTECTED]> wrote: # New Ticket Created by Sam Vilain # Please include the string: [perl #41818] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41818 > Content-Type: text/plain Content-

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

2007-03-15 Thread jerry gay
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 .macro SpinForever (Count) .local $LOOP: dec .COUNT# ".local $LOOP" defines a local label. branch .$LOOP # Jump to said l

Re: [perl #40153] [CAGE] TEST_PROG

2007-03-16 Thread jerry gay
On 3/16/07, James Keenan via RT <[EMAIL PROTECTED]> wrote: On Fri Mar 16 19:42:17 2007, [EMAIL PROTECTED] wrote: > On Wed Aug 16 23:06:53 2006, coke wrote: > > Anything referring to TEST_PROG should probably be renamed to > > "parrot" or "executable" based on context. > > > > For reference ... >

Re: [perl #41878] [TODO] create exporter pmc

2007-03-17 Thread jerry gay
On 3/17/07, Will Coleda <[EMAIL PROTECTED]> wrote: On Mar 17, 2007, at 4:37 PM, Patrick R. Michaud wrote: > Could we also do some multi-dispatch here or typechecking of $P2 > so that it could also be a whitespace-separated string of subnames > to import? Then instead of > > $P2 = split ' ',

Re: Synopsis 26

2007-03-18 Thread jerry gay
On 3/18/07, Thom Boyer <[EMAIL PROTECTED]> wrote: I never could find the Pod-to-XHTML'd version of S26 -- the document attached to that email was S26.pod6, not S26.xhtml. I don't want to bug Damian, because obviously he has enough of life "happening", as it were. But is the XHTML'd version of S2

Re: [perl #41902] [PATCH] 3 refactor src/library.c to reduce complexity, introducing a few new static scoped path utility functions

2007-03-19 Thread jerry gay
On 3/19/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: On Sun Mar 18 23:49:11 2007, codermattie wrote: > this is the third patch in the series of src/library.c re-factors. > > This patch is compile and test-suite tested on linux-i686. it does > include a minor change > on win32 that I was no

Re: [perl #38969] [CAGE] parrot source does not conform to standards

2007-03-19 Thread jerry gay
On 3/19/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: On Mon Apr 24 12:57:16 2006, [EMAIL PROTECTED] wrote: > running `per tools/dev/check_source_standards.pl` is disheartening, as > there are thousands upon thousands of source standards exceptions. > > this is likely a combination of three

Re: [BUG] p5rx tests consuming infinite resources on win32

2007-03-19 Thread jerry gay
On 3/18/07, jerry gay <[EMAIL PROTECTED]> wrote: at r17619, i'm unable to run make test, due to failures in p5rx tests. actually, none of them are failing, but my system becomes non-responsive. after approximately test 200, tests (and there are over 900) take a few seconds each to co

Re: [perl #41896] [BUG] p5rx tests consuming infinite resources on win32

2007-03-19 Thread jerry gay
On 3/18/07, chromatic <[EMAIL PROTECTED]> wrote: On Sunday 18 March 2007 10:06, Jerry Gay wrote: > at r17619, i'm unable to run make test, due to failures in p5rx tests. > actually, none of them are failing, but my system becomes > non-responsive. after approximately test 2

Re: [perl #39823] [CAGE] tools/dev/run_indent.pl -- this should be a test

2007-03-19 Thread jerry gay
On 3/19/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: On Mon Jul 24 19:51:24 2006, guest wrote: > > Hi Jerry, > > I've made an initial version of C. > > Can you please tell me if this is ok and what improvements are needed? > > There are a few stuff from C that I have not copied over, > I n

Re: ParrotCode meeting this week

2007-03-27 Thread jerry gay
On 3/27/07, Will Coleda <[EMAIL PROTECTED]> wrote: "Each week, a group of developers working on Parrot and Parrot-related projects gathers online to discuss progress, changes and the state of the metaphorical weather. This meeting currently occurs each Tuesday at 18:30 UTC, in the #parrotsketch c

Re: IRC discussion of smoking and branching

2007-03-29 Thread jerry gay
On 3/29/07, Nicholas Clark <[EMAIL PROTECTED]> wrote: > and i'm not interested in testing every revision, > when so many might be coding standards Why are people even checking things in that fail coding standards? because not all coding standard tests are run with 'make test'

Re: [perl #42170] [PATCH] Report line numbers on trailing_space.t

2007-03-29 Thread jerry gay
On 3/29/07, via RT Will Coleda <[EMAIL PROTECTED]> wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #42170] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42170 > For steve_p on #parrot. I find

Re: IRC discussion of smoking and branching

2007-03-30 Thread jerry gay
On 3/29/07, Joshua Isom <[EMAIL PROTECTED]> wrote: On Mar 29, 2007, at 4:20 PM, jerry gay wrote: > On 3/29/07, Nicholas Clark <[EMAIL PROTECTED]> wrote: >> > and i'm not interested in testing every >> revision, >> > when so many mi

Re: r7994: win32--msvc-7.1--perl-5.8.6 test error report

2005-05-11 Thread jerry gay
all is good in r8061. seems i had forgotton to flush during internal_exception in my working copy, so i still had test failures. leo's applied your patch and added the interpreter flushes as well, so i can revert my changes back to HEAD. thanks. ~jerry On 5/10/05, François PERRAD <[EMAIL PROTEC

Re: [perl #35413] [PATCH] r8062: convert internal exceptions to real exceptions - array

2005-05-12 Thread jerry gay
On 5/12/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Jerry Gay <[EMAIL PROTECTED]> wrote: > > > i'm converting many of the remaining internal_exception() calls to > > real_exception() (except unimplemented ops, and other valid internal > > exception

Re: [perl #35305] [PATCH] skip threads 'detatch' test on win32

2005-05-16 Thread jerry gay
parrot (r8016): no change. hangs w/98% cpu. here's the -t output: >parrot -t test_b.pasm 0 find_global P5, "_foo" - P5=SArray=PMC(0x7d5a50), 3 new P2, 18 - P2=PMCNULL, 6 find_method P0, P2, "thread3"- P0=PMCNULL, P2=ParrotThread=PMC(0x7d5a08), 10 new P6, 54 - P

Re: Parrot as an extension language

2005-05-17 Thread jerry gay
On 5/17/05, Autrijus Tang <[EMAIL PROTECTED]> wrote: > On Tue, May 17, 2005 at 05:31:32PM +0100, Colin Paul Adams wrote: > > I take it SS stands for String-to-String? > > Yes. "PPC" would stand for PMC -> PMC -> String, i.e. take two PMCs > and returns a String. > of course, you meant PPS here,

Re: [perl #35305] [PATCH] skip threads 'detatch' test on win32

2005-05-19 Thread jerry gay
much better! one failing test now... with my inline patch to remove the skip block around test 6. On 5/19/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Vladimir Lipsky <[EMAIL PROTECTED]> wrote: > > > 1) Why the heck > > Easy: it's not in the MANIFEST. Why: patches scattered between inline >

Re: r8118: MSWin32 Test Results

2005-05-20 Thread jerry gay
On 5/20/05, Ron Blaschke <[EMAIL PROTECTED]> wrote: > > t/pmc/bigint now passes, but with Rev 8133 there are several other > failures (even with a fresh checkout). > > Failed Test Stat Wstat Total Fail Failed List of Failed > -

Re: [perl #35900] [PATCH] skip dynclasses, spawnw tests on win32

2005-05-24 Thread jerry gay
then i'll hold off on applying this patch On 5/23/05, chromatic <[EMAIL PROTECTED]> wrote: > On Sun, 2005-05-22 at 13:18 +0200, Leopold Toetsch wrote: > > > The old problem of skip, todo or let it fail. > > > > Maybe we need pugs' test error classification scheme > > I'll see what I can do with

Re: [perl #35855] Problem with Perl 5.6.1

2005-05-25 Thread jerry gay
thanks, applied (r8164) On 5/24/05, Vladimir Lipsky <[EMAIL PROTECTED]> wrote: > > I notice that building with Perl 5.6.1 (on Win32 with Perl 5.6.1 > > ActiveState-build 635 and MinGW) causes problem. > > > > $ parrot > > Assertion failed: (int)io->image->bufused >= 0, file src/pmc_freeze.c, > >

Re: [perl #35305] [PATCH] skip threads 'detatch' test on win32

2005-05-25 Thread jerry gay
On 5/9/05, jerry gay <[EMAIL PROTECTED]> wrote: > much better! one failing test now... my initial exuberance was unfounded. one test fails in t/pmc/threads.t, but hundreds fail in the rest of the test suite. it seems this line (from above) is the culprit: > -# ifdef _MCS_VER1

Re: takers wanted: a C job - list.c and arrays

2005-05-25 Thread jerry gay
On 5/25/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > src/list.c is the base for several array-ish PMC inside classes. But > it's mostly outdone by other PMCs like ResizableIntegerPMC. > > OTOH it has some features which are not covered by other array classes: > - implementation of splice, shif

Re: takers wanted: a C job - list.c and arrays

2005-05-25 Thread jerry gay
On 5/25/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > jerry gay wrote: > > On 5/25/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > > > i've added pop to ResizablePMCArray. i'll make sure the others are > > added and move on to FixedPMCArray next

Re: Parrot makefile on Win32

2005-05-31 Thread jerry gay
On 5/31/05, Nigel Sandever <[EMAIL PROTECTED]> wrote: > The parrot makefile has several places where nmake baulks at the length of the > expanded command lines. > though you weren't explicit, i suspect you're using the ms c++ toolkit to build parrot on win32. some months ago, i ran into the same p

Re: [perl #35305] [PATCH] skip threads 'detatch' test on win32

2005-06-03 Thread jerry gay
> Mr. Gay, let me know if you wait for a special request to uncomment the line > > /*#include "parrot/thr_windows.h"*/ > > in config/gen/platform/win32/threads.h > whatever was broken, has now been fixed. patch applied, and ticket closed. ~jerry

Re: New generational GC Scheme

2005-06-08 Thread jerry gay
i'm no gc expert, but here's my comments after discussions with alexandre on #parrot. On 6/8/05, Alexandre Buisse <[EMAIL PROTECTED]> wrote: > Following google SoC and TODO item, > https://rt.perl.org/rt3//Ticket/Display.html?id=33922, here is the > scheme proposal for a new parrot GC (many thanks

Re: [PATCH] Pass all of spawnw.t on Win32/MSVC++

2005-07-15 Thread jerry gay
On 7/15/05, Jonathan Worthington <[EMAIL PROTECTED]> wrote: > Hi, > > This patch implements a missing function in config\gen\win32\exec.c to make > all of the tests in t\op\spawnw.t work. > excellent! > Any input on why we have the tests right shift by 8 bits what spwanw gives > them back would

leo-ctx5 (r8656): test results

2005-07-20 Thread jerry gay
win32--msvc-7.1--perl-5.8.6 reports some unexpected errors. dynclass and spawnw are expected on windows, the rest are not. if requested, i can provide more details on the failing tests. ~jerry Failed Test Stat Wstat Total Fail Failed List of Failed ---

Re: leo-ctx5 (r8656): test results

2005-07-20 Thread jerry gay
here's the failure details, with the summary again at the end. # Failed test (t\op\gc.t at line 258) # got: 'coro # done # ' # expected: 'coro # coro # coro # done # ' # Looks like you failed 1 test of 19. # Failed test (t\op\jit.t at line 102) # got: '109564961210956496084 # ' # expected: '404 #

Re: leo-ctx5 (r8656): test results

2005-07-21 Thread jerry gay
On 7/20/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > This is fixed now (r8657). > indeed, the results are much better: Failed Test Stat Wstat Total Fail Failed List of Failed --- t\dynclass\foo.t 8

Re: [PATCH] Pass all of spawnw.t on Win32/MSVC++

2005-07-21 Thread jerry gay
On 7/21/05, Jonathan Worthington <[EMAIL PROTECTED]> wrote: > "Jonathan Worthington" <[EMAIL PROTECTED]> wrote: > > "jerry gay" <[EMAIL PROTECTED]> wrote: > >> if i recall correctly, the options here are: 1) unix-like return value > >&

Re: [PATCH] Pass all of spawnw.t on Win32/MSVC++

2005-07-21 Thread jerry gay
On 7/21/05, jerry gay <[EMAIL PROTECTED]> wrote: > i'll apply this patch today. additionally, i'll add some text to > ops/sys.ops specifying that spawnw should return something > object-like. i've created a TODO ticket in RT for the spawnw > object-like return. >

Re: [perl #36620] Bug in editor/ops2vim.pl

2005-07-21 Thread jerry gay
actually, it should be while(<>) { applied, thanks. On 7/21/05, via RT Amir Karger <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Amir Karger > # Please include the string: [perl #36620] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/rt

Re: leo-ctx5 (r8656): test results

2005-07-22 Thread jerry gay
On 7/22/05, Nick Glencross <[EMAIL PROTECTED]> wrote: > Can I just check, are the python dynclasses being executed and passing, > or not being run in these tests? > tests are not run currently in leo's branch only (see jonathan's message.) but The Great Merge to trunk will carry this change with i

Re: [perl #36677] Parrot cannot startup if STDERR or STDOUT is closed

2005-07-28 Thread jerry gay
i've added a new test t/run/exit.t that checks parrot exit codes under different scenarios. the 8 subtests all pass on win32. hopefully this will reproduce the behavior you're seeing. ~jerry On 7/27/05, via RT Michael G Schwern <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Michael G Schwe

Re: t/dynclass/gdbmhash.t failures

2005-08-17 Thread jerry gay
> --- parrot-current/src/library.cTue Aug 16 13:22:34 2005 > +++ parrot-andy/src/library.c Tue Aug 16 15:46:49 2005 > @@ -212,9 +212,11 @@ > * if the extension is given use it > * TODO if not try extensions according to type > */ > +/* > if (!ext) { > i

Re: Is Configure.pl missing ICU ?

2005-08-18 Thread jerry gay
forgot to copy the list on this response -- Forwarded message -- From: jerry gay <[EMAIL PROTECTED]> Date: Aug 18, 2005 8:05 AM Subject: Re: Is Configure.pl missing ICU ? To: Adrian Lambeck <[EMAIL PROTECTED]> On 8/18/05, Adrian Lambeck <[EMAIL PROTECTED]> wro

Re: [PATCH] PIR Syntax: (end)namespace

2005-08-25 Thread jerry gay
On 8/25/05, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: > woops, I used tabs to indent, that gives ugly layout. Here's a NEW > version with spaces. > [snip] > > --- syntax.pod 2005-08-25 16:13:16.0 +0200 > +++ syntax_patched.pod 2005-08-25 16:13:59.0 +0200 > @@ -176,6 +176,29 @@ >

Re: [PATCH] PIR Syntax: (end)namespace

2005-08-25 Thread jerry gay
On 8/25/05, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: > > >thanks, applied. in the future, please provide diffs relative to the > >parrot base directory, it makes it easier to find the files to patch. > > > > > that is, I should do (for instance) > > $ diff -u imcc/docs/file.pod imcc/docs/new

(r9051) leo-ctx5 test failures on win32--msvc-7.1--perl-5.8.6

2005-08-25 Thread jerry gay
Failed Test Stat Wstat Total Fail Failed List of Failed --- t\dynclass\gdbmhash.t 13 332813 13 100.00% 1-13 t\library\streams.t 2 512202 10.00% 18 20 t\op\gc.t1 256

Re: [perl #37158] [BUG] building ParTcl on windows

2005-09-16 Thread jerry gay
an ongoing issue that pops up sporatically with Parrot::Test on windows, and not a ParTcl specific error. > > [jonathan - Wed Sep 14 10:18:59 2005]: > > > > "jerry gay (via RT)" <[EMAIL PROTECTED]> wrote: > > > > > > the linker is failing to b

Re: [perl #37308] Parrot gobbles up all the memory

2005-09-29 Thread jerry gay
On 9/29/05, via RT Andy Dougherty <[EMAIL PROTECTED]> wrote: > # ' > # expected: '3 * 5 == 15! > # ' > # './parrot --gc-debug > "/home/doughera/src/parrot/parrot-andy/t/op/gc_13.pir"' failed with exit code > 131 > # Looks like you failed 1 test of 22. this same test fails on win32, however

Re: [perl #37312] [PATCH] pcre on Win32

2005-09-30 Thread jerry gay
> This small patch enables t/library/pcre.t on Win32. > thanks, applied (with minor changes due to a modified README.win32) -- r9281 ~jerry

Re: [perl #37316] [PATCH] PLATFORMS result with MinGW32

2005-09-30 Thread jerry gay
On 9/30/05, via RT François PERRAD <[EMAIL PROTECTED]> wrote: > This patch updates PLATFORMS for MinGW. > applied, thanks.

Re: Tcl - compiling

2005-10-03 Thread jerry gay
8-9 > t/cmd_return.t 1 256 21 50.00% 1 > t/cmd_string.t 2 512572 3.51% 45-46 > t/tcl_backslash.t4 1024 35 4 11.43% 31-34 > > Jerry Gay was getting bored with all tests passing, so this is for > him. =-) > i can't tell you how

Re: [perl #37345] [BUG] r9318: imcc label/op interference (only in test harness on win32)

2005-10-04 Thread jerry gay
On 10/4/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > jerry gay (via RT) wrote: > > > > > D:\usr\local\parrot-bug\trunk>parrot -t imcc/t/syn/clash_8.pir > > 0 branch 2 > > 2 if I0, 17- I0=0, > > I see. The test doesn't initi

Re: [perl #37345] [BUG] r9318: imcc label/op interference (only in test harness on win32)

2005-10-04 Thread jerry gay
On 10/4/05, jerry gay <[EMAIL PROTECTED]> wrote: > i'll also add a statement to this effect ...to the documentation... > , if there's not one already.

Re: Configure System (was Re: [TODO] --nomanicheck fibs)

2005-10-25 Thread jerry gay
On 10/25/05, chromatic <[EMAIL PROTECTED]> wrote: > On Mon, 2005-10-24 at 17:27 -0700, Will Coleda wrote: > > > Minor nit: when running Configure.pl with --nomanicheck, Configure > > should report the MANIFEST check as "skipped", not "done". > > particle beat me to this one, but *wow* the plugin sy

Re: check_progs is not portable

2005-10-25 Thread jerry gay
On 10/25/05, Joshua Hoblitt <[EMAIL PROTECTED]> wrote: > File::Which is a rather small amount of code in a single file so I'd be > inclined to include it in the Parrot tree rather then reinventing the > wheel. I've always been puzzled as to why there isn't a core perl5 > module with this functiona

Re: [perl #37541] [PATCH] more helpful error message when opcode not found

2005-10-26 Thread jerry gay
On 10/26/05, via RT Allison Randal <[EMAIL PROTECTED]> wrote: > I've attached a patch with a more verbose error message. Even more > helpful would be listing the types that were passed in. > thanks, applied as revision 9579. ~jerry

"All tests successful" considered harmful

2005-10-27 Thread jerry gay
don't worry, you can stop rolling your eyes and wondering "what's this jerk gonna rant about?" this isn't another 'foo considered harmful' essay. if it were, i would have instead opened it with something pithy, like "while some developers have fixed parrot's bugs, others have added new ones." inste

Re: "All tests successful" considered harmful

2005-10-28 Thread jerry gay
On 10/27/05, chromatic <[EMAIL PROTECTED]> wrote: > On Thu, 2005-10-27 at 10:26 -0700, jerry gay wrote: > > > we're missing some parts of a testing framework. we don't have the > > ability to write test files in PIR, so we're dependent on a perl > > ins

r9798: 'make test' results for msvc on win32

2005-11-05 Thread jerry gay
Failed Test Stat Wstat Total Fail Failed List of Failed --- t\examples\pasm.t 1 256 61 16.67% 5 t\examples\pir.t 1 256101 10.00% 10 t\library\json_parser.t1 256

[PATCH] update pcre example + libraries + tests

2005-04-07 Thread jerry gay
with PCRE (L<http://www.pcre.org/>). - Note that PCRE must be installed for this to work. +=head1 AUTHORS + +Original code by Leo Toetsch, updated by Jerry Gay +Ejerry dot gay at gmail dot com + =cut -.pcc_sub _main prototyped -.param pmc argv -.include "library/pcre.im

Re: [PATCH] update pcre example + libraries + tests

2005-04-07 Thread jerry gay
wouldn't you know it... i upload the wrong patch. here's the correct one, with all tests passing on win32. On Apr 7, 2005 9:00 AM, jerry gay <[EMAIL PROTECTED]> wrote: i've attached a patch to update the pcre example, libraries, and added some documentation and simple tests.

Re: [perl #34704] [PATCH] get SDL running on win32

2005-04-08 Thread jerry gay
urk. attached. On 8 Apr 2005 18:41:42 -, chromatic via RT <[EMAIL PROTECTED]> wrote: On Thu, 2005-04-07 at 11:06 -0700, jerry gay wrote:> the attached patch gets the SDL library and examples running on win32.> please test on existing platforms by applying and running>  .\parr

build/test successful for win32--vc-7.1--perl-5.8.6 post-svn conversion

2005-04-11 Thread jerry gay
just a manual report, since there's no tinderbox running windows. looks like there's no undetectable trouble on windows post svn. thanks robert! only expected tests fail on win32--vc-7.1--perl-5.8.6: Failed Test Stat Wstat Total Fail Failed List of Failed

Re: [perl #34704] [PATCH] get SDL running on win32

2005-04-12 Thread jerry gay
On 12 Apr 2005 09:44:08 -, Leopold Toetsch via RT < [EMAIL PROTECTED]> wrote: > > Jerry Gay <[EMAIL PROTECTED]> wrote: > > >> > the attached patch gets the SDL library and examples running on > win32. > > Are there more Win32 libs that have the sa

Re: [perl #34704] [PATCH] get SDL running on win32

2005-04-12 Thread jerry gay
On 12 Apr 2005 15:14:58 -, Leopold Toetsch via RT < [EMAIL PROTECTED]> wrote: > > jerry gay wrote: > > On 12 Apr 2005 09:44:08 -, Leopold Toetsch via RT < > > [EMAIL PROTECTED]> wrote: > > >>The question is, if the dynext loader should tr

Re: [perl #34704] [PATCH] get SDL running on win32

2005-04-12 Thread jerry gay
i'm happy. close the ticket. On 12 Apr 2005 18:10:49 -, chromatic via RT < [EMAIL PROTECTED]> wrote: > > On Tue, 2005-04-12 at 10:59 -0700, jerry gay wrote: > > > works! the win32-specific stuff can be ripped out of > > runtime/library/pcre.imc &&

Re: Win32 with ICU files build problem

2005-04-12 Thread jerry gay
On Apr 12, 2005 12:06 PM, Solinski, Mark <[EMAIL PROTECTED]> wrote: > > > Has anyone successfully built Parrot on Win32 (MSVC 13.10.3077) > > recently? parrot builds fine on win32--vc-7.1-perl-5.8.6 for me, without icu. i have been building this way for some time now. configure.pl --without-i

Re: [perl #34963] [PATCH] r7825: suppress stderr output during 'bc' step in configure

2005-04-13 Thread jerry gay
On 4/13/05, Andy Dougherty <[EMAIL PROTECTED]> wrote: > On Wed, 13 Apr 2005, Jerry Gay wrote: > > > the attached patch against r7825 suppresses stderr output during 'bc' > > step in configure > > I was thinking along similar lines, but got stuck wonderin

Re: [perl #35052] [MSWin32] PGE doesn't link

2005-04-25 Thread jerry gay
On 4/23/05, Ron Blaschke <[EMAIL PROTECTED]> wrote: > 1) F uses C, which is named C<_vsnprintf> on > MSWin32. A simple hack would be to add the following to F. > >#ifdef WIN32 ># define vsnprintf _vsnprintf >#endif confirmed here on VS.NET 2003 (aka MSVC 7.1), although this is not n

Re: unary and infix ops summary and todo

2005-04-29 Thread jerry gay
On 4/29/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > 3) Proposal: PIR syntax enhancement > > .pragma n_operators > ... > Px = Py + 1 > ... > [EOF] > > Within this pragma (valid inside and until end of file) the shortcuts > '+', '-', ... should translate to "n_add", "n_sub", ... > Th

r7994: win32--msvc-7.1--perl-5.8.6 test error report

2005-05-06 Thread jerry gay
Failed TestStat Wstat Total Fail Failed List of Failed --- t\dynclass\foo.t 2 512 32 66.67% 1 3 t\dynclass\pybuiltin.t5 1280 65 83.33% 1-2 4-6 t\dynclass\pyclass.t 6 1

Re: [PATCH] Cosmetic updates to MD5 library

2005-05-09 Thread jerry gay
On 5/9/05, Nick Glencross <[EMAIL PROTECTED]> wrote: > - load_bytecode "library/Digest/MD5.imc" > + load_bytecode "Digest/MD5.imc" the '.imc' extension has recently fallen out of favor and is being replaced with '.pir'. otherwise, looks good and works on win32--msvc-7.1--perl-5.8.6. ~jerry

Re: [perl #42292] [TODO] modify PCCMETHOD syntax to more closely match PDD03

2007-04-03 Thread jerry gay
On 4/3/07, chromatic <[EMAIL PROTECTED]> wrote: On Tuesday 03 April 2007 14:49, Jerry Gay wrote: > # New Ticket Created by Jerry Gay > # Please include the string: [perl #42292] > # in the subject line of all future correspondence about this issue. > # http://rt.p

Re: [perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-04 Thread jerry gay
On 4/3/07, via RT Will Coleda <[EMAIL PROTECTED]> wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #42293] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42293 > These two scripts perform the sa

Re: Use of English pragma

2007-04-04 Thread jerry gay
On 4/4/07, James E Keenan <[EMAIL PROTECTED]> wrote: In the course of refactoring Configure.pl, I notice that it uses one of the $ENGLISH variables -- $OUTPUT_AUTOFLUSH. Does Parrot have any policy one way or the other on use of these variables as opposed to their "punctuation variables" equival

[svn ci] PMC documentation guidelines draft

2007-04-05 Thread jerry gay
i've recently committed (r17998) a draft of PMC documentation guidelines, for your review. This document is meant to formalize, clarify, and extend the current de facto style for documentation of core PMCs. you'll find the document at docs/pmc/documentation.pod. highlights: ~ brings many things w

Re: [perl #42293] t/doc/pod.t vs. tools/doc/pod_errors.pl

2007-04-06 Thread jerry gay
On 4/6/07, Nicholas Clark <[EMAIL PROTECTED]> wrote: On Wed, Apr 04, 2007 at 02:33:49PM -0500, Joshua Isom wrote: > I'm running darwin, ppc. The perl is 5.8.7 and was updated by me. I > don't think I've gotten perl to segfault in quite some time, and if I > trust my crashreporter log, the prob

Re: JSON won't make test

2007-04-09 Thread jerry gay
On 4/9/07, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: hi, attached a patch that changes the file json.in. Currently, when doing nmake test, it won't work (windows), as the changing to the test directory and calling prove is separated by a ';'. This patch changes it in &&. I send this as a patch,

Re: Parrot Bug Summary

2007-04-09 Thread jerry gay
On 9 Apr 2007 13:00:41 -, Parrot Bug Summary <[EMAIL PROTECTED]> wrote: Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Apr 9 13:00:01 2007 GMT --- * Numbers * Overview of

Re: [perl #42359] [PATCH] Assorted cleanups - part III (Intel C++)

2007-04-10 Thread jerry gay
On 4/10/07, Steve Peters via RT <[EMAIL PROTECTED]> wrote: I'll probably break apart this patch to get the enum fixes in and deal with the larger STRING issue separately. cohesive, loosely coupled patches are always preferred. ~jerry

call for help: pdd15 implementation

2007-04-10 Thread jerry gay
a week remains before the scheduled release of parrot 0.4.11. in this time, the project team intends to focus on the implementation of PDD15, objects. to that end, i've started a wiki page at http://rakudo.org/parrot/index.cgi?pdd15_todo for folks to add items for what remains un{specified,impleme

Re: [Proposed PATCH] Change libparrot Names and Locations

2007-04-12 Thread jerry gay
On 4/12/07, Ron Blaschke <[EMAIL PROTECTED]> wrote: Attached is a proposed patch to change the libparrot names and locations for Windows. I have tested the changes for "core" Parrot on Win32 Visual C++, Cygwin GCC, MinGW GCC and Ubuntu GCC. this looks fabulous. thank you for providing your

Re: [Proposed PATCH] Change libparrot Names and Locations

2007-04-12 Thread jerry gay
On 4/12/07, Ron Blaschke <[EMAIL PROTECTED]> wrote: >> -# If we are building shared, need to include dynamic >> libparrot.lib, otherwise >> + >> +# If we are building shared, need to include dynamic >> parrot.lib, otherwise >> # the static libparrot.lib. > this code secti

Re: Limiting Exported Symbols on GCC

2007-04-12 Thread jerry gay
On 4/12/07, Nicholas Clark <[EMAIL PROTECTED]> wrote: On Thu, Apr 12, 2007 at 01:50:09PM -0500, Joshua Isom wrote: > > On Apr 12, 2007, at 9:29 AM, Nicholas Clark wrote: > My view of this is something along these lines. You can use any > function you want at all, but if it's not documented as p

Re: [perl #42620] PGE 'Out of memory' panics.

2007-04-20 Thread jerry gay
On 4/20/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: On Fri, Apr 20, 2007 at 10:18:41AM -0400, Andy Dougherty wrote: > On Thu, 19 Apr 2007, Patrick R. Michaud via RT wrote: > > This does prompt the question of removing -G from the tests, > > but the last time I looked into doing this (about

Re: PGE 'Out of memory' panics.

2007-04-20 Thread jerry gay
On 4/20/07, Andy Dougherty <[EMAIL PROTECTED]> wrote: On Thu, 19 Apr 2007, Patrick R. Michaud via RT wrote: > After a lot of discussion on the mailing > list and in #parrot I think it was decided that running the > tests with -G was preferable to having random test failures >

<    1   2   3   4   5   6   7   >