Re: ./method

2005-06-21 Thread Matthew Zimmerman
have a complicated mathematical expression with method calls in it (which happens a lot for me), the '/' part of './' in particular gives me lots of visual problems. I'll put macro o () { '$?SELF' } at the top of my code if I have to, but I want

Re: Pugs Q for the Parrot FAQ?

2005-03-31 Thread Matthew Zimmerman
to phrase the cross language stuff to follow on smoothly. One possibility is attached. -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/ --- FAQ.txt.orig 2005-03-31 12:13:37.895141760 -0500 +++ FAQ.txt 2005-03-3

Re: [perl #33028] Parrot cores when asked to run a nonexistent bytecode file

2004-12-13 Thread Matthew Zimmerman
;t exist triggers a core dump on OS X. strlen() is puking on the NULL return from Parrot_locate_runtime_file() in Parrot_readbc. Attached patch fixes this behavior. -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.ed

Re: [perl #33028] Parrot cores when asked to run a nonexistent bytecode file

2004-12-13 Thread Matthew Zimmerman
-a Linux tomis.med.virginia.edu 2.6.8-1.521smp #1 SMP Mon Aug 16 09:25:06 EDT 2004 i686 i686 i386 GNU/Linux -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/

Re: [perl #33028] Parrot cores when asked to run a nonexistent bytecode file

2004-12-13 Thread Matthew Zimmerman
27;s fine patch, very similar to mine] I'm going to have to stop sending patches if it's going to take 5 hours for my messages to get to the list. You guys are so damned fast, I can't compete! :) -- Matt Matthew Zimmerman Interdisciplinary Biophysics, Uni

Re: [perl #32906] Can't make TCL

2004-12-07 Thread Matthew Zimmerman
or directory Couldn't load 'pge': pge: cannot open shared object file: No such file or directory Couldn't load 'pge': pge: cannot open shared object file: No such file or directory Couldn't load 'pge': pge: cannot open shared object file: No such f

Re: [perl #31848] No %= in PIR

2004-10-06 Thread Matthew Zimmerman
Leopold Toetsch wrote: Matthew Zimmerman wrote: Apparently in imcc/t... The simple op tests are in imcc/t/syn/op.t ("syn" is for "syntax", I guess?). Test patch for %= attached. Thanks, but almost the same is already in CVS. Yessir. Your message with the mod assign fix appe

Re: [perl #31848] No %= in PIR

2004-10-05 Thread Matthew Zimmerman
imcc/t/syn/op.t ("syn" is for "syntax", I guess?). Test patch for %= attached. -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/ diff -ur imcc/t/syn/op.t imcc/t/syn/op.t --- im

Re: [perl #19870] Compile failure in jit_cpu.c

2003-01-10 Thread Matthew Zimmerman
On Thu, Jan 09, 2003 at 04:29:19PM +, Matthew Zimmerman wrote: > # New Ticket Created by Matthew Zimmerman > # Please include the string: [perl #19870] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=19870