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

Make it possible to change the buffer size on a handle (.set-buffer?) #6531

Open
p6rt opened this issue Sep 17, 2017 · 2 comments
Open

Make it possible to change the buffer size on a handle (.set-buffer?) #6531

p6rt opened this issue Sep 17, 2017 · 2 comments

Comments

@p6rt
Copy link

p6rt commented Sep 17, 2017

Migrated from rt.perl.org#132111 (status was 'new')

Searchable as RT132111$

@p6rt
Copy link
Author

p6rt commented Sep 17, 2017

From @AlexDaniel

Using nqp, one can do something like​:

nqp​::setbuffersizefh(nqp​::getstdout(), 0);

But it would be nice if it was available from Perl 6 level.

See also​: rakudo/rakudo#1160

@p6rt
Copy link
Author

p6rt commented Sep 17, 2017

From @AlexDaniel

Once this is implemented, replace nqp​::setbuffersizefh with it in Test.pm6.

On 2017-09-17 08​:38​:34, alex.jakimenko@​gmail.com wrote​:

Using nqp, one can do something like​:

nqp​::setbuffersizefh(nqp​::getstdout(), 0);

But it would be nice if it was available from Perl 6 level.

See also​: rakudo/rakudo#1160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant