Jump to page: 1 2
Thread overview
[Issue 4725] std.algorithm.sum()
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725



--- Comment #23 from github-bugzilla@puremagic.com 2014-02-14 23:20:08 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/1564671acef88478a8eec7e0ecfcf794023c58d6 Fix Issue 4725 - std.algorithm.sum()

https://github.com/D-Programming-Language/phobos/commit/acdb1d0a9ae9ce2b40ee16b3d45c42817cd00b7e Merge pull request #1205 from andralex/4725

Fix Issue 4725 - std.algorithm.sum()

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725



--- Comment #24 from bearophile_hugs@eml.cc 2014-02-15 01:44:42 PST ---
See Issue 12169

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725



--- Comment #25 from bearophile_hugs@eml.cc 2014-02-15 01:48:32 PST ---
See Issue 12170 for another problem

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725



--- Comment #26 from bearophile_hugs@eml.cc 2014-02-15 01:53:08 PST ---
See also Issue 12171

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725



--- Comment #27 from bearophile_hugs@eml.cc 2014-02-15 02:01:58 PST ---
Another problem is in Issue 12172

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725



--- Comment #28 from bearophile_hugs@eml.cc 2014-02-15 02:35:00 PST ---
See also Issue 12173

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725



--- Comment #29 from bearophile_hugs@eml.cc 2014-02-15 02:46:55 PST ---
Probably not related: Issue 12174

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725



--- Comment #30 from bearophile_hugs@eml.cc 2014-02-15 02:53:59 PST ---
See also Issue 12175

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725



--- Comment #31 from bearophile_hugs@eml.cc 2014-02-15 03:12:07 PST ---
See also Issue 12176

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 25, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4725


bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


--- Comment #32 from bearophile_hugs@eml.cc 2014-02-25 14:30:48 PST ---
The main request is now addressed. There are numerous enhancements/bugs related, but they all have their own issue number. Ready to close?

Currently sum is not listed in this page: http://dlang.org/phobos/std_algorithm.html

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
« First   ‹ Prev
1 2