- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Looks like we need a 2.8.0 RC6
Wed, 2010-06-16, 23:34
Folks,
Compiling the lift-json library against 2.8.0-RC5 results in:
[INFO] Caused by: java.lang.IndexOutOfBoundsException
[INFO] at scala.collection.LinearSeqOptimized$class.apply(LinearSeqOptimized.scala:53)
[INFO] at scala.collection.immutable.List.apply(List.scala:45)
[INFO] at scala.tools.nsc.matching.Matrix$MatrixContext$PatternVarGroup.apply(Matrix.scala:141)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$$anonfun$1$$anonfun$apply$1.apply(ParallelMatching.scala:75)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$$anonfun$1$$anonfun$apply$1.apply(ParallelMatching.scala:75)
[INFO] at scala.Function2$$anonfun$tupled$1.apply(Function2.scala:53)
[INFO] at scala.Function2$$anonfun$tupled$1.apply(Function2.scala:52)
[INFO] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:206)
[INFO] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:206)
[INFO] at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:61)
[INFO] at scala.collection.immutable.List.foreach(List.scala:45)
[INFO] at scala.collection.TraversableLike$class.map(TraversableLike.scala:206)
[INFO] at scala.collection.immutable.List.map(List.scala:45)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$Row.expandAlternatives(ParallelMatching.scala:685)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$$anonfun$1.apply(ParallelMatching.scala:75)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$$anonfun$1.apply(ParallelMatching.scala:75)
[INFO] at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:227)
[INFO] at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:227)
[INFO] at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:61)
[INFO] at scala.collection.immutable.List.foreach(List.scala:45)
I'll work on isolating the issue.
Thanks,
David
--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im
Surf the harmonics
Compiling the lift-json library against 2.8.0-RC5 results in:
[INFO] Caused by: java.lang.IndexOutOfBoundsException
[INFO] at scala.collection.LinearSeqOptimized$class.apply(LinearSeqOptimized.scala:53)
[INFO] at scala.collection.immutable.List.apply(List.scala:45)
[INFO] at scala.tools.nsc.matching.Matrix$MatrixContext$PatternVarGroup.apply(Matrix.scala:141)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$$anonfun$1$$anonfun$apply$1.apply(ParallelMatching.scala:75)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$$anonfun$1$$anonfun$apply$1.apply(ParallelMatching.scala:75)
[INFO] at scala.Function2$$anonfun$tupled$1.apply(Function2.scala:53)
[INFO] at scala.Function2$$anonfun$tupled$1.apply(Function2.scala:52)
[INFO] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:206)
[INFO] at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:206)
[INFO] at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:61)
[INFO] at scala.collection.immutable.List.foreach(List.scala:45)
[INFO] at scala.collection.TraversableLike$class.map(TraversableLike.scala:206)
[INFO] at scala.collection.immutable.List.map(List.scala:45)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$Row.expandAlternatives(ParallelMatching.scala:685)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$$anonfun$1.apply(ParallelMatching.scala:75)
[INFO] at scala.tools.nsc.matching.ParallelMatching$MatchMatrix$$anonfun$1.apply(ParallelMatching.scala:75)
[INFO] at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:227)
[INFO] at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:227)
[INFO] at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:61)
[INFO] at scala.collection.immutable.List.foreach(List.scala:45)
I'll work on isolating the issue.
Thanks,
David
--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im
Surf the harmonics
Wed, 2010-06-16, 23:57
#2
Re: Looks like we need a 2.8.0 RC6
On Wed, Jun 16, 2010 at 3:39 PM, Paul Phillips <paulp@improving.org> wrote:
On Wed, Jun 16, 2010 at 03:27:52PM -0700, David Pollak wrote:
> Compiling the lift-json library against 2.8.0-RC5 results in:
I already fixed it.
You are a deity!!
https://lampsvn.epfl.ch/trac/scala/changeset/22334
> I'll work on isolating the issue.
TOO SLOW.
--
Paul Phillips | We must respect the other fellow's religion, but only
Moral Alien | in the sense and to the extent that we respect his
Empiricist | theory that his wife is beautiful and his children smart.
pp: i haul pills | -- H. L. Mencken
--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im
Surf the harmonics
On Wed, Jun 16, 2010 at 03:27:52PM -0700, David Pollak wrote:
> Compiling the lift-json library against 2.8.0-RC5 results in:
I already fixed it.
https://lampsvn.epfl.ch/trac/scala/changeset/22334
> I'll work on isolating the issue.
TOO SLOW.