Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialization Error: Unimplemented object type 'ByteBuffer' passed to write_ref #2865

Closed
p6rt opened this issue Aug 19, 2012 · 3 comments
Closed
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 19, 2012

Migrated from rt.perl.org#114500 (status was 'resolved')

Searchable as RT114500$

@p6rt
Copy link
Author

p6rt commented Aug 19, 2012

From @ronaldxs

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>

@p6rt
Copy link
Author

p6rt commented Oct 14, 2012

From @moritz

Fixed in 837d0f8.

@p6rt
Copy link
Author

p6rt commented Oct 14, 2012

@moritz - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Oct 14, 2012
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant