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

Can't concatenate Bufs #4712

Closed
p6rt opened this issue Nov 1, 2015 · 4 comments
Closed

Can't concatenate Bufs #4712

p6rt opened this issue Nov 1, 2015 · 4 comments
Labels
JVM Related to Rakudo-JVM

Comments

@p6rt
Copy link

p6rt commented Nov 1, 2015

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

Searchable as RT126530$

@p6rt
Copy link
Author

p6rt commented Nov 1, 2015

From @coke

See S03-operators/buf.t

Both of these fail​:

ok $a ~ $b eq Buf.new(1, 2, 3, 1, 2, 3, 4), '~ and eq work on bufs';
is-deeply Buf.new(1, 2, 3) ~ Buf.new(4, 5), Buf.new(1, 2, 3, 4, 5), '~
concatenates';
--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented May 17, 2016

From @usev6

On Sat Oct 31 20​:31​:41 2015, coke wrote​:

See S03-operators/buf.t

Both of these fail​:

ok $a ~ $b eq Buf.new(1, 2, 3, 1, 2, 3, 4), '~ and eq work on bufs';
is-deeply Buf.new(1, 2, 3) ~ Buf.new(4, 5), Buf.new(1, 2, 3, 4, 5), '~
concatenates';

These tests pass now (again). I'm closing this ticket as 'resolved'. (Tests are unfudged.)

@p6rt
Copy link
Author

p6rt commented May 17, 2016

The RT System itself - Status changed from 'new' to 'open'

@p6rt p6rt closed this as completed May 17, 2016
@p6rt
Copy link
Author

p6rt commented May 17, 2016

@usev6 - Status changed from 'open' to 'resolved'

@p6rt p6rt added the JVM Related to Rakudo-JVM label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JVM Related to Rakudo-JVM
Projects
None yet
Development

No branches or pull requests

1 participant