Re: ./method defunct

2005-06-21 Thread Matthew Zimmerman
lots of visual problems. I'll put macro o () { '$?SELF' } at the top of my code if I have to, but I want to make one last gasp at getting $Larry / @Larry to reconsider this. -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http

Re: ./method defunct

2005-06-21 Thread Matthew Zimmerman
point. I mean no offense, nor do I wish to beat a dead horse. I just want to make sure it's dead, instead of merely resting. -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/

Re: ./method defunct

2005-06-21 Thread Matthew Zimmerman
[Sorry, sent this to the wrong list by mistake.] Matthew Zimmerman wrote: Juerd wrote: Kurt skribis 2005-06-20 19:46 (-0400): On 6/20/05, Juerd wrote: Or you can just get your self with a simple (module that does) macro self () { '$?SELF' } And you could do the same

[PUGS] subs in main are methods on built-in types?

2005-04-04 Thread Matthew Zimmerman
Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/

Re: Pugs Q for the Parrot FAQ?

2005-03-31 Thread Matthew Zimmerman
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-31 12:37:54.251741904

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
, 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, University of Virginia http

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

2004-12-13 Thread Matthew Zimmerman
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.edu

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

2004-12-07 Thread Matthew Zimmerman
'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 Segmentation fault Thanks. -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http

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 appeared like 10 seconds

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

2004-10-05 Thread Matthew Zimmerman
/syn/op.t (syn is for syntax, I guess?). Test patch for %= attached. /delurk -- 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 --- imcc/t/syn/op.t 2004-03-14 04:45

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. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19870

Re: UTF-8 and Unicode FAQ, demos

2002-11-05 Thread Matthew Zimmerman
and has a little bit of config tweaking yet to do. ;) -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/

Re: UTF-8 and Unicode FAQ, demos

2002-11-02 Thread Matthew Zimmerman
, or will Perl 6 provide some sort of translation mechanism, like specifying the charset on the command line? -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/

Re: UTF-8 and Unicode FAQ, demos

2002-11-01 Thread Matthew Zimmerman
actually want to use one of these ops, do I put 0xAB op 0xBB or 0xC2AB op 0xC2BB ? -- Matt, who'd never thought he'd have to do hex dumps to debug his Perl programs ;) -- Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu