Thread overview
[Issue 6381] math.floor, math.ceil are not pure functions.
August 27, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=6381


hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hsteoh@quickfur.ath.cx
         Resolution|                            |FIXED


--- Comment #1 from hsteoh@quickfur.ath.cx 2013-08-27 08:07:55 PDT ---
The latest std.math now has pure ceil/floor (and most of the other functions),
thanks to Iain.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 29, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=6381



--- Comment #2 from hsteoh@quickfur.ath.cx 2013-08-28 21:06:03 PDT ---
To prevent regressions: https://github.com/D-Programming-Language/phobos/pull/1531

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 30, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=6381



--- Comment #3 from github-bugzilla@puremagic.com 2013-08-30 00:26:38 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/5a622e0fb14ecfc25b18e07c91611f08fd271ffe Add unittest for issue 6381.

To prevent regressions.

https://github.com/D-Programming-Language/phobos/commit/89621079d100d36950ab79ff86d217cc32291e2f Merge pull request #1531 from quickfur/issue6381

Add unittest for issue 6381 (std.math.floor/ceil should be pure)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------