http://d.puremagic.com/issues/show_bug.cgi?id=4603


David Simcha <dsim...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsim...@yahoo.com


--- Comment #4 from David Simcha <dsim...@yahoo.com> 2010-08-19 17:07:09 PDT ---
Fixed in changeset 1901.  I chose to throw in this case.  The proper way to
create an empty range would be to do iota(0, 0), or iota(1, 1).  The main
reason for this choice was consistency with array slicing.  For example, if
bounds checking is enabled, array[3..2] throws a RangeError.

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

Reply via email to