Re: Voting For std.experimental.ndslice

2015-12-30 Thread Jack Stouffer via Digitalmars-d
On Wednesday, 30 December 2015 at 01:03:39 UTC, Ilya Yaroshenko wrote: ldmd2/ldc2 flag -mcpu=native will optimise code for your CPU. -- Ilya Hmm, ldc seems to segfault when passing that flag. I will make a bug report for this.

Re: Voting For std.experimental.ndslice

2015-12-30 Thread John Colvin via Digitalmars-d
On Wednesday, 30 December 2015 at 21:39:54 UTC, Ilya Yaroshenko wrote: On Tuesday, 29 December 2015 at 18:08:52 UTC, Andrei Alexandrescu wrote: On 12/29/2015 11:28 AM, Robert burner Schadek wrote: On Tuesday, 29 December 2015 at 16:11:00 UTC, Ilya Yaroshenko wrote: OK, lets discuss every

Re: Voting For std.experimental.ndslice

2015-12-30 Thread Ilya via Digitalmars-d
On Wednesday, 30 December 2015 at 22:46:28 UTC, John Colvin wrote: On Wednesday, 30 December 2015 at 21:39:54 UTC, Ilya Yaroshenko wrote: On Tuesday, 29 December 2015 at 18:08:52 UTC, Andrei Alexandrescu wrote: On 12/29/2015 11:28 AM, Robert burner Schadek wrote: [...] Hopefully this is

Re: Voting For std.experimental.ndslice

2015-12-30 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 29 December 2015 at 18:08:52 UTC, Andrei Alexandrescu wrote: On 12/29/2015 11:28 AM, Robert burner Schadek wrote: On Tuesday, 29 December 2015 at 16:11:00 UTC, Ilya Yaroshenko wrote: OK, lets discuss every function. That is acceptably the problem. It is not about the

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Jack Stouffer via Digitalmars-d
On Monday, 28 December 2015 at 14:42:43 UTC, Ilya Yaroshenko wrote: On Monday, 28 December 2015 at 11:13:57 UTC, Martin Nowak wrote: We're branching for 2.070 soon, would be nice if this can make it, but only if it's really ready. Whooohooo! Thanks! Ilya I'm writing a blog post giving an

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 29 December 2015 at 16:28:52 UTC, Robert burner Schadek wrote: On Tuesday, 29 December 2015 at 16:11:00 UTC, Ilya Yaroshenko wrote: OK, lets discuss every function. That is acceptably the problem. It is not about the documentation of the functions it is about the documentation

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 29 December 2015 at 18:08:52 UTC, Andrei Alexandrescu wrote: On 12/29/2015 11:28 AM, Robert burner Schadek wrote: On Tuesday, 29 December 2015 at 16:11:00 UTC, Ilya Yaroshenko wrote: OK, lets discuss every function. That is acceptably the problem. It is not about the

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 29 December 2015 at 17:17:05 UTC, Jack Stouffer wrote: On Monday, 28 December 2015 at 14:42:43 UTC, Ilya Yaroshenko wrote: On Monday, 28 December 2015 at 11:13:57 UTC, Martin Nowak wrote: We're branching for 2.070 soon, would be nice if this can make it, but only if it's really

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Andrei Alexandrescu via Digitalmars-d
On 12/29/2015 11:28 AM, Robert burner Schadek wrote: On Tuesday, 29 December 2015 at 16:11:00 UTC, Ilya Yaroshenko wrote: OK, lets discuss every function. That is acceptably the problem. It is not about the documentation of the functions it is about the documentation binding the functions

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 29 December 2015 at 15:42:32 UTC, Robert burner Schadek wrote: On Monday, 28 December 2015 at 22:39:45 UTC, Ilya Yaroshenko wrote: 1. First paragraph was replaced by your variant. 2. Binary representation was moved to Slice type documentation. 3. Small "Quick Start" was added, so

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Robert burner Schadek via Digitalmars-d
On Tuesday, 29 December 2015 at 16:11:00 UTC, Ilya Yaroshenko wrote: OK, lets discuss every function. That is acceptably the problem. It is not about the documentation of the functions it is about the documentation binding the functions together and the documentation giving the idea of the

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 29 December 2015 at 14:51:37 UTC, Márcio Martins wrote: On Tuesday, 29 December 2015 at 13:54:56 UTC, Jack Stouffer wrote: On Tuesday, 29 December 2015 at 13:30:47 UTC, Márcio Martins wrote: If I am reading the code right, the number of dimensions must always be known at compile

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 29 December 2015 at 13:30:47 UTC, Márcio Martins wrote: On Tuesday, 29 December 2015 at 07:45:14 UTC, Ilya Yaroshenko wrote: On Monday, 28 December 2015 at 22:39:45 UTC, Ilya Yaroshenko wrote: On Monday, 28 December 2015 at 21:43:35 UTC, Robert burner Schadek wrote: [...] Agreed

Re: Voting For std.experimental.ndslice

2015-12-29 Thread MrSmith via Digitalmars-d
On Tuesday, 29 December 2015 at 21:19:19 UTC, Jack Stouffer wrote: On Tuesday, 29 December 2015 at 17:38:06 UTC, Ilya Yaroshenko wrote: On Tuesday, 29 December 2015 at 17:17:05 UTC, Jack Stouffer wrote: ... First draft: http://jackstouffer.com/hidden/nd_slice.html Please critique. Looks

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 29 December 2015 at 21:19:19 UTC, Jack Stouffer wrote: On Tuesday, 29 December 2015 at 17:38:06 UTC, Ilya Yaroshenko wrote: On Tuesday, 29 December 2015 at 17:17:05 UTC, Jack Stouffer wrote: On Monday, 28 December 2015 at 14:42:43 UTC, Ilya Yaroshenko wrote: On Monday, 28 December

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya Yaroshenko via Digitalmars-d
On Wednesday, 30 December 2015 at 00:24:38 UTC, Ilya Yaroshenko wrote: On Tuesday, 29 December 2015 at 21:19:19 UTC, Jack Stouffer wrote: On Tuesday, 29 December 2015 at 17:38:06 UTC, Ilya Yaroshenko wrote: On Tuesday, 29 December 2015 at 17:17:05 UTC, Jack Stouffer wrote: [...] Thank you

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Jack Stouffer via Digitalmars-d
On Tuesday, 29 December 2015 at 17:38:06 UTC, Ilya Yaroshenko wrote: On Tuesday, 29 December 2015 at 17:17:05 UTC, Jack Stouffer wrote: On Monday, 28 December 2015 at 14:42:43 UTC, Ilya Yaroshenko wrote: On Monday, 28 December 2015 at 11:13:57 UTC, Martin Nowak wrote: We're branching for 2.070

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya via Digitalmars-d
On Wednesday, 30 December 2015 at 01:03:39 UTC, Ilya Yaroshenko wrote: On Wednesday, 30 December 2015 at 00:24:38 UTC, Ilya Yaroshenko wrote: On Tuesday, 29 December 2015 at 21:19:19 UTC, Jack Stouffer wrote: On Tuesday, 29 December 2015 at 17:38:06 UTC, Ilya Yaroshenko wrote: On Tuesday, 29

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Jack Stouffer via Digitalmars-d
On Wednesday, 30 December 2015 at 00:24:38 UTC, Ilya Yaroshenko wrote: Awesome! Please find my notes below. Thanks for the feedback. Good thing I posted this here before releasing it. Funny thing, when I made the D example use the mean lambda function, it got way faster. Even with the

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Ilya Yaroshenko via Digitalmars-d
On Wednesday, 30 December 2015 at 06:16:23 UTC, Jack Stouffer wrote: On Wednesday, 30 December 2015 at 00:24:38 UTC, Ilya Yaroshenko wrote: [...] Thanks for the feedback. Good thing I posted this here before releasing it. [...] means in your code is lazy variable :) You may want to made

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Jack Stouffer via Digitalmars-d
On Tuesday, 29 December 2015 at 13:30:47 UTC, Márcio Martins wrote: If I am reading the code right, the number of dimensions must always be known at compile time, right? Not necessarily. The dimensions for this slice are computed at runtime. ``` auto slice = 1000.iota.sliced(5, 6, 7); ```

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Márcio Martins via Digitalmars-d
On Tuesday, 29 December 2015 at 13:54:56 UTC, Jack Stouffer wrote: On Tuesday, 29 December 2015 at 13:30:47 UTC, Márcio Martins wrote: If I am reading the code right, the number of dimensions must always be known at compile time, right? Not necessarily. The dimensions for this slice are

Re: Voting For std.experimental.ndslice

2015-12-29 Thread Márcio Martins via Digitalmars-d
On Tuesday, 29 December 2015 at 07:45:14 UTC, Ilya Yaroshenko wrote: On Monday, 28 December 2015 at 22:39:45 UTC, Ilya Yaroshenko wrote: On Monday, 28 December 2015 at 21:43:35 UTC, Robert burner Schadek wrote: [...] Agreed 1. First paragraph was replaced by your variant. 2. Binary

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Robert burner Schadek via Digitalmars-d
On Monday, 28 December 2015 at 18:39:47 UTC, Ilya Yaroshenko wrote: Have you read the latest changes? http://forum.dlang.org/post/djgkkrdufycyjhpma...@forum.dlang.org I have. The problem with the doc is that is describes what it can be used for, but it does not describe what it is. It is

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Martin Nowak via Digitalmars-d
On Monday, 28 December 2015 at 07:11:00 UTC, Jack Stouffer wrote: Voting has ended! Thanks to everyone who voted and reviewed. The final tally: Yes: 12 No: 0 Anything left to review/do on the PR? We're branching for 2.070 soon, would be nice if this can make it, but only if it's really

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Ilya Yaroshenko via Digitalmars-d
On Monday, 28 December 2015 at 11:13:57 UTC, Martin Nowak wrote: On Monday, 28 December 2015 at 07:11:00 UTC, Jack Stouffer wrote: Voting has ended! Thanks to everyone who voted and reviewed. The final tally: Yes: 12 No: 0 Anything left to review/do on the PR? Very minor DDOC style hack

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Jack Stouffer via Digitalmars-d
On Monday, 28 December 2015 at 11:13:57 UTC, Martin Nowak wrote: On Monday, 28 December 2015 at 07:11:00 UTC, Jack Stouffer wrote: Voting has ended! Thanks to everyone who voted and reviewed. The final tally: Yes: 12 No: 0 Anything left to review/do on the PR? We're branching for 2.070

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Jack Stouffer via Digitalmars-d
On Monday, 28 December 2015 at 15:52:09 UTC, Robert burner Schadek wrote: Please do not merge this with the current state of documentation. Could you elaborate what issues you have with the docs? All of the functions have Params and Returns sections and the examples show what each function

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Robert burner Schadek via Digitalmars-d
On Monday, 28 December 2015 at 07:11:00 UTC, Jack Stouffer wrote: The final tally: Yes: 12 No: 0 This is not true, my yes was conditional and the documentation is still weak. So it is Yes: 11 Yes: Conditional No: 0 Please do not merge this with the current state of documentation.

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Andrei Alexandrescu via Digitalmars-d
On 12/28/2015 09:57 AM, Jack Stouffer wrote: On Monday, 28 December 2015 at 11:13:57 UTC, Martin Nowak wrote: On Monday, 28 December 2015 at 07:11:00 UTC, Jack Stouffer wrote: Voting has ended! Thanks to everyone who voted and reviewed. The final tally: Yes: 12 No: 0 Anything left to

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Robert burner Schadek via Digitalmars-d
On Monday, 28 December 2015 at 15:52:09 UTC, Robert burner Schadek wrote: fix Yes: 11 Yes: Conditional: 1 <<-- fix here No: 0 Please do not merge this with the current state of documentation.

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Andrei Alexandrescu via Digitalmars-d
On 12/28/2015 04:43 PM, Robert burner Schadek wrote: On Monday, 28 December 2015 at 18:39:47 UTC, Ilya Yaroshenko wrote: Have you read the latest changes? http://forum.dlang.org/post/djgkkrdufycyjhpma...@forum.dlang.org I have. The problem with the doc is that is describes what it can be

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Ilya Yaroshenko via Digitalmars-d
On Monday, 28 December 2015 at 21:43:35 UTC, Robert burner Schadek wrote: On Monday, 28 December 2015 at 18:39:47 UTC, Ilya Yaroshenko wrote: Have you read the latest changes? http://forum.dlang.org/post/djgkkrdufycyjhpma...@forum.dlang.org I have. The problem with the doc is that is

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Ilya Yaroshenko via Digitalmars-d
On Monday, 28 December 2015 at 15:52:09 UTC, Robert burner Schadek wrote: On Monday, 28 December 2015 at 07:11:00 UTC, Jack Stouffer wrote: The final tally: Yes: 12 No: 0 This is not true, my yes was conditional and the documentation is still weak. So it is Yes: 11 Yes: Conditional No: 0

Re: Voting For std.experimental.ndslice

2015-12-28 Thread Ilya Yaroshenko via Digitalmars-d
On Monday, 28 December 2015 at 22:39:45 UTC, Ilya Yaroshenko wrote: On Monday, 28 December 2015 at 21:43:35 UTC, Robert burner Schadek wrote: [...] Agreed 1. First paragraph was replaced by your variant. 2. Binary representation was moved to Slice type documentation. 3. Small "Quick Start"

Re: Voting For std.experimental.ndslice

2015-12-27 Thread Jack Stouffer via Digitalmars-d
On Thursday, 24 December 2015 at 17:10:25 UTC, Jack Stouffer wrote: On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. Voting ends in three days. Have a merry

Re: Voting For std.experimental.ndslice

2015-12-24 Thread Jack Stouffer via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. Voting ends in three days. Have a merry Christmas everyone!

Re: Voting For std.experimental.ndslice

2015-12-22 Thread Ilya Yaroshenko via Digitalmars-d
On Monday, 14 December 2015 at 08:29:13 UTC, Andrea Fontana wrote: On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. To vote, please respond to this post. You

Re: Voting For std.experimental.ndslice

2015-12-22 Thread Ilya Yaroshenko via Digitalmars-d
On Thursday, 17 December 2015 at 13:33:28 UTC, Robert burner Schadek wrote: On Wednesday, 16 December 2015 at 17:49:03 UTC, Ilya Yaroshenko wrote: In the same time I expect few articles from another engineers about ndslice like this http://dlang.org/intro-to-datetime.html . It is much better

Re: Voting For std.experimental.ndslice

2015-12-21 Thread Yazan D via Digitalmars-d
Yes

Re: Voting For std.experimental.ndslice

2015-12-17 Thread Robert burner Schadek via Digitalmars-d
On Wednesday, 16 December 2015 at 17:49:03 UTC, Ilya Yaroshenko wrote: * Miscellaneous ** string mixins. I think some of the string mixins can be removed for something more readable/debuggable ** I have not found examples where string mixins can be removed. Please refer to particular

Re: Voting For std.experimental.ndslice

2015-12-17 Thread Robert burner Schadek via Digitalmars-d
On Wednesday, 16 December 2015 at 17:49:03 UTC, Ilya Yaroshenko wrote: In the same time I expect few articles from another engineers about ndslice like this http://dlang.org/intro-to-datetime.html . It is much better to have explanation from different engineers. Please no, put all the doc

Re: Voting For std.experimental.ndslice

2015-12-16 Thread Ilya Yaroshenko via Digitalmars-d
On Wednesday, 16 December 2015 at 17:49:03 UTC, Ilya Yaroshenko wrote: On Wednesday, 16 December 2015 at 11:01:25 UTC, Robert burner Schadek wrote: I have not found examples where string mixins can be removed. Please refer to particular example. The code for `sliced` and `assumeSorted` looks

Re: Voting For std.experimental.ndslice

2015-12-16 Thread Ilya Yaroshenko via Digitalmars-d
On Wednesday, 16 December 2015 at 11:01:25 UTC, Robert burner Schadek wrote: Yes with many conditions: * Documentation ** The documentation needs a complete rewrite. If I hadn't had any prior knowledge, I would have needed to read the numpy documentation to figure what this package does. That

Re: Voting For std.experimental.ndslice

2015-12-16 Thread Dennis Ritchie via Digitalmars-d
On Wednesday, 16 December 2015 at 11:21:13 UTC, John Colvin wrote: On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] Docs are hitting a server error.

Re: Voting For std.experimental.ndslice

2015-12-16 Thread Robert burner Schadek via Digitalmars-d
Yes with many conditions: * Documentation ** The documentation needs a complete rewrite. If I hadn't had any prior knowledge, I would have needed to read the numpy documentation to figure what this package does. That is not acceptable. It is also not clear how the functionally in the package

Re: Voting For std.experimental.ndslice

2015-12-16 Thread John Colvin via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] Docs are hitting a server error.

Re: Voting For std.experimental.ndslice

2015-12-16 Thread John Colvin via Digitalmars-d
On Wednesday, 16 December 2015 at 11:31:00 UTC, Dennis Ritchie wrote: On Wednesday, 16 December 2015 at 11:21:13 UTC, John Colvin wrote: On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos,

Re: Voting For std.experimental.ndslice

2015-12-16 Thread Nordlöw via Digitalmars-d
On Sunday, 13 December 2015 at 12:57:00 UTC, Nordlöw wrote: To vote, please respond to this post. Yes I've contributed to both DMD and Phobos.

Re: Voting For std.experimental.ndslice

2015-12-14 Thread Laeeth Isharc via Digitalmars-d
Yes

Re: Voting For std.experimental.ndslice

2015-12-14 Thread Andrea Fontana via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. To vote, please respond to this post. You have three options: * Yes * Yes with a single condition * No Yes!

Re: Voting For std.experimental.ndslice

2015-12-13 Thread lobo via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] Yes

Re: Voting For std.experimental.ndslice

2015-12-13 Thread drug via Digitalmars-d
13.12.2015 12:01, lobo пишет: On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] Yes Yes

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Nordlöw via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. To vote, please respond to this post. Yes

Re: Voting For std.experimental.ndslice

2015-12-13 Thread ZombineDev via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] Yes.

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Jack Stouffer via Digitalmars-d
On Sunday, 13 December 2015 at 06:07:15 UTC, Meta wrote: Is std.experimental also on the table, or directly to phobos? Not quite sure what you're asking here, but if you're asking if this is going into stdx first, then the answer is yes. Things that go into stdx aren't supposed to change

Re: Voting For std.experimental.ndslice

2015-12-13 Thread John Colvin via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] I've played some large part in the various iterations of reviewing this, so I'm biased, but of

Re: Voting For std.experimental.ndslice

2015-12-13 Thread jmh530 via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. To vote, please respond to this post. You have three options: Yes

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Tanel Tagaväli via Digitalmars-d
Yes Hope to see a Matrix (multidimensional, if possible) class with this.

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Meta via Digitalmars-d
On Sunday, 13 December 2015 at 17:07:06 UTC, Jack Stouffer wrote: On Sunday, 13 December 2015 at 06:07:15 UTC, Meta wrote: Is std.experimental also on the table, or directly to phobos? Not quite sure what you're asking here, but if you're asking if this is going into stdx first, then the

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Ilya Yaroshenko via Digitalmars-d
On Sunday, 13 December 2015 at 22:16:35 UTC, Tanel Tagaväli wrote: Yes Hope to see a Matrix (multidimensional, if possible) class with this. What matrix features are missing in ndslice except matrix multiplication?

Voting For std.experimental.ndslice

2015-12-12 Thread Jack Stouffer via Digitalmars-d
This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. To vote, please respond to this post. You have three options: * Yes * Yes with a single condition * No If you vote "yes" you can still mention something you'd like improved,

Re: Voting For std.experimental.ndslice

2015-12-12 Thread Jack Stouffer via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. To vote, please respond to this post. You have three options: * Yes * Yes with a single condition * No I

Re: Voting For std.experimental.ndslice

2015-12-12 Thread Ilya Yaroshenko via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] Docs fixed link:

Re: Voting For std.experimental.ndslice

2015-12-12 Thread Meta via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: * The API is practically permanent once the module is accepted. Some minor changes can be made, but a full redesign is no longer an option. Is std.experimental also on the table, or directly to phobos?