[Issue 14637] Array operations should work on tuples

2018-04-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14637

--- Comment #7 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/cddd0df51a50e2c370162daa7ed7fca0dad4b979
Fix Issue 4591, 14637 - Array operations should work on tuples

https://github.com/dlang/phobos/commit/a62f6e3c81fe7996c6fc23223249660800ddd449
Merge pull request #6386 from wilzbach/fix-14637

Fix Issue 14637 - Array operations should work on tuples
merged-on-behalf-of: Jack Stouffer 

--


[Issue 14637] Array operations should work on tuples

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14637

Seb  changed:

   What|Removed |Added

   Keywords||pull
 CC||greensunn...@gmail.com

--- Comment #6 from Seb  ---
PR https://github.com/dlang/phobos/pull/6386

--


[Issue 14637] Array operations should work on tuples

2015-06-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14637

--- Comment #5 from Kenji Hara  ---
Related: issue 4591

--


[Issue 14637] Array operations should work on tuples

2015-05-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14637

--- Comment #4 from Andrei Alexandrescu  ---
sorry for the typo - Kenji.

--


[Issue 14637] Array operations should work on tuples

2015-05-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14637

Andrei Alexandrescu  changed:

   What|Removed |Added

  Component|DMD |Phobos

--- Comment #3 from Andrei Alexandrescu  ---
@Knji: Yes, Phobos, I've market it as such.

--


[Issue 14637] Array operations should work on tuples

2015-05-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14637

--- Comment #2 from Kenji Hara  ---
(In reply to Walter Bright from comment #0)
> For example:
> 
> tuple ~ tuple
> 
> should produce a tuple with the contents of both.

(In reply to Andrei Alexandrescu from comment #1)
> We should also support tuple ~ value and value ~ tuple. Obviously the ~=
> operation cant' work :o).

Do you mean the concatenation of std.typecons.Tuple? If so, it's a Phobos
issue.

--


[Issue 14637] Array operations should work on tuples

2015-05-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14637

Andrei Alexandrescu  changed:

   What|Removed |Added

   Keywords||preapproved
 CC||and...@erdani.com

--- Comment #1 from Andrei Alexandrescu  ---
We should also support tuple ~ value and value ~ tuple. Obviously the ~=
operation cant' work :o).

--