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

IO Buffering #71

Closed
wants to merge 4 commits into from
Closed

IO Buffering #71

wants to merge 4 commits into from

Conversation

ajs
Copy link

@ajs ajs commented Jun 24, 2012

I added two methods for doing buffering of IO handles and turned on line buffering by default on new handles.

@@ -110,6 +111,13 @@ class IO does IO::FileTestable {
Bool::True;
}

# XXX - DESTROY is NYI in Rakudo at the time this was written, so
# the following has no effect.
method DESTROY() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now implemented in rakudo-moar; but it should be submethod, not a method.

@labster
Copy link
Member

labster commented Jun 13, 2015

Because this PR reaches down into Parrot internals, and Parrot support has been suspended, I'm closing this pull request. If Parrot support returns in the future, this should probably be implemented with nqp op(s).

@labster labster closed this Jun 13, 2015
@ajs
Copy link
Author

ajs commented Jun 15, 2015

I gave up on this one a long time ago, and am happy to see it closed. Real IO support in Perl6 is going to be a major undertaking, and I don't think that it behooves the language to take it on piecemeal.

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

Successfully merging this pull request may close these issues.

None yet

4 participants