develooper Front page | perl.perl6.compiler | Postings from August 2012

[perl #114500] [BUG] Serialization Error: Unimplemented object type 'ByteBuffer' passed to write_ref

From:
Ron Schmidt
Date:
August 19, 2012 11:45
Subject:
[perl #114500] [BUG] Serialization Error: Unimplemented object type 'ByteBuffer' passed to write_ref
Message ID:
rt-3.6.HEAD-11172-1345401936-1854.114500-82-0@perl.org
# New Ticket Created by  Ron Schmidt 
# Please include the string:  [perl #114500]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=114500 >


perl6 --target=pir --output=a.pir -e 'my Buf constant $b = Buf.new(65)'
===SORRY!===
Serialization Error: Unimplemented object type 'ByteBuffer' passed to 
write_ref


Just running similar code seems to work OK.

perl6 -e 'my Buf constant $b = Buf.new(65); say $b'
Buf:0x<41>



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About