Re: [akka-user] Activator: akka-stream-scala template compilation error

2015-05-02 Thread Konrad Malawski
Thanks for pointing this out - good catch!
Fixed: https://github.com/typesafehub/activator-akka-stream-scala/pull/25

// Note to self, doubleckeck if travis actually works as expected on these
repos.

On Sat, May 2, 2015 at 1:50 AM, Richard Rodseth  wrote:

> You're probably aware of this already:
>
> [error]
> /Users/rrodseth/dev/samples/akka-stream-scala/src/main/scala/sample/stream/GroupLogFile.scala:34:
> too many arguments for method mapAsync: (parallelism: Int)(f: ((String,
> akka.stream.scaladsl.Source[String,Unit])) =>
> scala.concurrent.Future[T])akka.stream.scaladsl.Source[T,Unit]
>
> [error]   mapAsync(parallelism = 5, {
>
> [error]   ^
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
Konrad 'ktoso' Malawski
Akka  @ Typesafe 

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Activator: akka-stream-scala template compilation error

2015-05-01 Thread Richard Rodseth
You're probably aware of this already:

[error]
/Users/rrodseth/dev/samples/akka-stream-scala/src/main/scala/sample/stream/GroupLogFile.scala:34:
too many arguments for method mapAsync: (parallelism: Int)(f: ((String,
akka.stream.scaladsl.Source[String,Unit])) =>
scala.concurrent.Future[T])akka.stream.scaladsl.Source[T,Unit]

[error]   mapAsync(parallelism = 5, {

[error]   ^

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.