-
[info] Loading settings for project kafka-manager-build from plugins.sbt ...
[info] Loading project definition from /home/ishara/Documents/Zimpler/kafkaManager/kafka-manager/project
[info] Loading s…
-
Addendum to #9006, instead of merely making the links to companions more obvious, combine the trait/class and companion object into a single page with anchor tags to retain the current navigation but …
-
Just wanted to note that adding this flag to `scalacOptions` caused an error when trying to generate docs (`sbt doc`). To fix, I have removed this flag from `Compile / doc` scope in `build.sbt` like s…
-
Create a simpler interface to facilitate interoperability with Java. Some Scala features may be difficult to be called from Java applications, so it would be nice to have a simpler interface for Java …
labra updated
4 years ago
-
I'm happily creating a java-project along with resolving maven-dependencies. I can build a java_library perfectly. I saw, that I might be able to run tests with java_test (not yet checked). But what a…
f3rdy updated
2 months ago
-
Hi,
This is not a bug, but an enhancement information wrt Android Development. When the scala dependency is added to gradle build file: compile 'org.scala-lang:scala-library:2.11.6'
A lot of not nee…
-
This is a place to discuss formatting. I've been using scalafmt but not very systematically. It is not integrated into the build and I've used it only for new code.
I'm using the format rules selecte…
-
```
I'm using version 2.9.2 of Scala and 1.8 of Scalatest.
And I have the following two test in a FunSuite with ShouldMatchers._ imported
test("failure in variance, does not compile") {
…
-
This is a slightly lazy issue, apologies for that, but I caught the new maintainer announcement and thought I'd get in quick! :-)
[Indigo](https://github.com/PurpleKingdomGames/indigo) uses Scala-j…
-
If we list all the natural numbers below 10 that are multiples of 3 or 5 we get 3, 5, 6 and 9. The sum of these multiples is 23.
Find the sum of all the multiples of 3 or 5 below 1000.