Anyone know whether this is in JIRA, or if it should be? This was revealed by ScalaCheck, on 2.9.1: scala.collection.mutable.ArrayBuffer().slice(102450392, -2045033354) throws an out of memory error.
On Wed, Feb 1, 2012 at 05:36, Naftoli Gugenheim wrote:
> Anyone know whether this is in JIRA, or if it should be? This was revealed
> by ScalaCheck, on 2.9.1:
> scala.collection.mutable.ArrayBuffer().slice(102450392, -2045033354) throws
> an out of memory error.
I don't know if it is, but, IMHO, it should be. Curious, because paulp
did a major rewrite of slice/take/drop a while back.
On Wed, Feb 1, 2012 at 05:36, Naftoli Gugenheim wrote:
> Anyone know whether this is in JIRA, or if it should be? This was revealed
> by ScalaCheck, on 2.9.1:
> scala.collection.mutable.ArrayBuffer().slice(102450392, -2045033354) throws
> an out of memory error.
I don't know if it is, but, IMHO, it should be. Curious, because paulp
did a major rewrite of slice/take/drop a while back.