Re: Release of std.io v0.3.0

2020-07-28 Thread Per Nordlöw via Digitalmars-d-announce
On Sunday, 26 July 2020 at 17:09:07 UTC, Steven Schveighoffer wrote: -Steve [1] https://code.dlang.org/packages/io [2] https://martinnowak.github.io/io/std/io/driver.html [3] https://martinnowak.github.io/io/std/io/file/File.this.html Thanks. Be free to copy what you like from

Re: Release of std.io v0.3.0

2020-07-28 Thread Per Nordlöw via Digitalmars-d-announce
On Tuesday, 28 July 2020 at 18:23:45 UTC, Steven Schveighoffer wrote: On 7/28/20 10:08 AM, Per Nordlöw wrote: Be free to copy what you like from https://github.com/nordlow/phobos-next/blob/master/src/nxt/zio.d Thanks. I actually have zip support in iopipe (it requires buffering anyway):

Re: tsv-utils 2.0 release: Named field support

2020-07-28 Thread bachmeier via Digitalmars-d-announce
On Tuesday, 28 July 2020 at 00:16:05 UTC, Jon Degenhardt wrote: On Monday, 27 July 2020 at 14:32:27 UTC, aberba wrote: On Sunday, 26 July 2020 at 20:28:56 UTC, Jon Degenhardt wrote: I'm happy to announce a new major release of eBay's TSV Utilities. The 2.0 release supports named field

Re: Release of std.io v0.3.0

2020-07-28 Thread Steven Schveighoffer via Digitalmars-d-announce
On 7/28/20 10:08 AM, Per Nordlöw wrote: Be free to copy what you like from https://github.com/nordlow/phobos-next/blob/master/src/nxt/zio.d Thanks. I actually have zip support in iopipe (it requires buffering anyway): http://schveiguy.github.io/iopipe/iopipe/zip.html std.io is very low

Re: DIP 1030--Named Arguments--Final Review Begins

2020-07-28 Thread Cecil Ward via Digitalmars-d-announce
On Tuesday, 28 July 2020 at 05:14:46 UTC, Mike Parker wrote: On Tuesday, 28 July 2020 at 04:18:11 UTC, Cecil Ward wrote: Mike, is this going to go ahead? You can see the status of every active DIP here: https://github.com/dlang/DIPs/blob/master/DIPs/README.md As a rule, every DIP in that