Re: iopipe v0.2.0 - safe update

2020-06-30 Thread Steven Schveighoffer via Digitalmars-d-announce
On 6/30/20 6:41 AM, Joseph Rushton Wakeling wrote: On Sunday, 28 June 2020 at 18:57:22 UTC, Steven Schveighoffer wrote: Just wanted to post that I finished my update of iopipe to be @safe. I still have some work to do with std.io so things are more usable (next on my list is to make standard ha

Re: iopipe v0.2.0 - safe update

2020-06-30 Thread Steven Schveighoffer via Digitalmars-d-announce
On 6/30/20 5:05 AM, aberba wrote: On Monday, 29 June 2020 at 11:58:10 UTC, Steven Schveighoffer wrote: and all you have to do is compose the pieces to get it to be a text iopipe (an iopipe where the window type is a string type). No sure I understand this statement. What I mean is, no matter

Re: iopipe v0.2.0 - safe update

2020-06-30 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
On Sunday, 28 June 2020 at 18:57:22 UTC, Steven Schveighoffer wrote: Just wanted to post that I finished my update of iopipe to be @safe. I still have some work to do with std.io so things are more usable (next on my list is to make standard handles accessible). Cool, and congratulations :-)

Re: iopipe v0.2.0 - safe update

2020-06-30 Thread aberba via Digitalmars-d-announce
On Monday, 29 June 2020 at 11:58:10 UTC, Steven Schveighoffer wrote: On 6/28/20 8:37 PM, aberba wrote: On Sunday, 28 June 2020 at 20:26:43 UTC, JN wrote: What's iopipe and what does it do? How does it compare with std.process? I my line of words, its what you'd use to stream large files and

Re: iopipe v0.2.0 - safe update

2020-06-29 Thread Steven Schveighoffer via Digitalmars-d-announce
On 6/28/20 8:37 PM, aberba wrote: On Sunday, 28 June 2020 at 20:26:43 UTC, JN wrote: What's iopipe and what does it do? How does it compare with std.process? I my line of words, its what you'd use to stream large files and do processing on it. Like CSV, video??, Json, and the like. Its high

Re: iopipe v0.2.0 - safe update

2020-06-28 Thread aberba via Digitalmars-d-announce
On Sunday, 28 June 2020 at 20:26:43 UTC, JN wrote: On Sunday, 28 June 2020 at 18:57:22 UTC, Steven Schveighoffer wrote: Just wanted to post that I finished my update of iopipe to be @safe. I still have some work to do with std.io so things are more usable (next on my list is to make standard ha

Re: iopipe v0.2.0 - safe update

2020-06-28 Thread Steven Schveighoffer via Digitalmars-d-announce
On 6/28/20 2:57 PM, Steven Schveighoffer wrote: Just wanted to post that I finished my update of iopipe to be @safe. I still have some work to do with std.io so things are more usable (next on my list is to make standard handles accessible). In this update, I've made it so nearly all of iopipe

Re: iopipe v0.2.0 - safe update

2020-06-28 Thread Clarice via Digitalmars-d-announce
On Sunday, 28 June 2020 at 20:26:43 UTC, JN wrote: On Sunday, 28 June 2020 at 18:57:22 UTC, Steven Schveighoffer wrote: Just wanted to post that I finished my update of iopipe to be @safe. I still have some work to do with std.io so things are more usable (next on my list is to make standard ha

Re: iopipe v0.2.0 - safe update

2020-06-28 Thread Steven Schveighoffer via Digitalmars-d-announce
On 6/28/20 4:26 PM, JN wrote: What's iopipe and what does it do? How does it compare with std.process? Yeah, I guess I should be more specific in such announcements, sorry! iopipe is a performance-oriented input/output library for D, which uses direct buffer access, and provides a similar ex

Re: iopipe v0.2.0 - safe update

2020-06-28 Thread JN via Digitalmars-d-announce
On Sunday, 28 June 2020 at 18:57:22 UTC, Steven Schveighoffer wrote: Just wanted to post that I finished my update of iopipe to be @safe. I still have some work to do with std.io so things are more usable (next on my list is to make standard handles accessible). In this update, I've made it s

iopipe v0.2.0 - safe update

2020-06-28 Thread Steven Schveighoffer via Digitalmars-d-announce
Just wanted to post that I finished my update of iopipe to be @safe. I still have some work to do with std.io so things are more usable (next on my list is to make standard handles accessible). In this update, I've made it so nearly all of iopipe can be used in @safe code. The one exception is