Hello, I'm interested in contributing to Akka and just forked / cloned the repo to my machine. Without modifying any files, running `sbt compile` from the top-level directory caused 499 files to be reformatted. Compilation then failed with the following errors:
akka/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/Conductor.scala:575: not found: value → akka/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/Conductor.scala:576: not found: value → akka/akka-cluster/src/main/scala/akka/cluster/routing/AdaptiveLoadBalancing.scala:383: value / is not a member of (akka.actor.Address, Double) akka/akka-actor-tests/src/test/scala/akka/actor/FSMActorSpec.scala:82: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/FSMActorSpec.scala:232: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/FSMTimingSpec.scala:215: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/FSMTransitionSpec.scala:23: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/FSMTransitionSpec.scala:53: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/FSMTransitionSpec.scala:54: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/FSMTransitionSpec.scala:154: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/SupervisorHierarchySpec.scala:472: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/SupervisorHierarchySpec.scala:537: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/SupervisorHierarchySpec.scala:551: not found: value → akka/akka-actor-tests/src/test/scala/akka/actor/SupervisorHierarchySpec.scala:568: not found: value → I think these errors are related to the mass reformatting of files (since the project's formatting preferences are set to rewrite arrow symbols), but in any case I was surprised to have the untouched master blow up in this way. Is there an extra configuration step not documented in http://doc.akka.io/docs/akka/2.4.1/dev/building-akka.html that's required to make the project build properly? Thanks for the help! Daniel -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
