in PIR, a BigInt is turning into a string against my will -- what am I doing wrong?

2007-02-17 Thread Eric Hanchrow
(This is with parrot built from the subversion trunk, revision 16999) Here's a bit of PIR that demonstrates my problem: .sub 'main' :main load_bytecode 'dumper.pir' .local ResizablePMCArray fields split fields, ,, hey,you _dumper (fields)

Re: in PIR, a BigInt is turning into a string against my will -- what am I doing wrong?

2007-02-17 Thread Patrick R. Michaud
On Sat, Feb 17, 2007 at 09:21:45AM -0800, Eric Hanchrow wrote: (This is with parrot built from the subversion trunk, revision 16999) Here's a bit of PIR that demonstrates my problem: .sub 'main' :main load_bytecode 'dumper.pir' .local ResizablePMCArray fields