Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ints cannot be converted to iterable #141

Closed
riedelcastro opened this issue Mar 28, 2015 · 0 comments
Closed

Ints cannot be converted to iterable #141

riedelcastro opened this issue Mar 28, 2015 · 0 comments
Labels
Milestone

Comments

@riedelcastro
Copy link
Contributor

java.lang.IllegalArgumentException: -2147483648 until 2147483647 by 1: seqs cannot contain more than Int.MaxValue elements.
  at scala.collection.immutable.Range.fail(Range.scala:143)
  at scala.collection.immutable.Range.length(Range.scala:140)
  at scala.collection.immutable.Range.size(Range.scala:139)
  at ml.wolfe.term.AllSettings$$anonfun$6.apply(AllSettings.scala:21)
  at ml.wolfe.term.AllSettings$$anonfun$6.apply(AllSettings.scala:21)
  at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
  at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
  at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
  at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
  at scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
  at scala.collection.mutable.ArrayOps$ofRef.map(ArrayOps.scala:186)
  at ml.wolfe.term.AllSettings.(AllSettings.scala:21)
  at ml.wolfe.term.Dom$class.toIterable(Dom.scala:189)
  at ml.wolfe.term.RangeDom.toIterable(AtomicDom.scala:260)
  ... 67 elided

This is needed for the docs

@riedelcastro riedelcastro added this to the v0.5.0 milestone Mar 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant