I tried building using Maven 3 and Java 8 b104. It looks like changes have been made in the Java 8 API. For example the interface Collector<T, A, R> has three type arguments but the LazySeq code base seems to expect only 2. Similarly there are 11 other errors when I try to build. Many look closely related to the above change. I could try to do a pull request but it will be some weeks before I have time to get back to it.
I tried building using Maven 3 and Java 8 b104. It looks like changes have been made in the Java 8 API. For example the interface
Collector<T, A, R>
has three type arguments but theLazySeq
code base seems to expect only 2. Similarly there are 11 other errors when I try to build. Many look closely related to the above change. I could try to do a pull request but it will be some weeks before I have time to get back to it.