-
I am getting this error when trying to `doc` or `publishLocal` in SBT. Strangely, this does not occur when compiling or running tests, so I assume that this is related to scaladoc, but am not certain.…
-
Ekrich has been advocating for SN to publish javadoc for a while now. Some recent layout changes to
the ReadTheDocs javalib.rst brought the issue into focus.
This Issue is a placeholder for …
-
The [use case] label is more likely to be interpreted as a header for the following text than an indication the method signature is a simplified version.
!scaladoc-usecase-misleading.png!
In thi…
-
The message says `"consumer is not subscribed to any topics"`. Also, in javadoc comments in `KafkaConsume.scala` it's mentioned multiple times that
```
* @note you have to first use `subscribe` to…
-
**ENV**
- OS: Ubuntu 20.04.2 LTS
- Docker version: Docker version 20.10.6, build 370c289
- docker-compose version: docker-compose version 1.29.1, build c34c88b2
**Problem**
I've cloned the repo…
-
## Reproduction steps
Scala version: (Is the bug only in Scala 3.x? If so, report it at https://github.com/lampepfl/dotty/issues/new/choose instead.)
3.3.1, 3.3.2-RC1, 3.4.0-RC1
save this, in…
-
build.sc:
```
import mill._, scalalib._
object milltest extends ScalaModule {
def scalaVersion = "3.3.1"
}
```
milltest/src/Main.scala:
```
extension [T](obj: T) def foo: T = ???
```
…
uosis updated
5 months ago
-
Old: https://scala-native.org/en/stable/user/sbt.html
![imagem](https://github.com/scala-native/scala-native/assets/1187242/5385b3f6-5f13-4b35-8992-4444a9b1c2b9)
New: https://scala-native.org/en…
JD557 updated
8 months ago
-
## Configuration (required) ##
Please paste the contents of your `.scalafmt.conf` file here:
```
version = 3.8.0
runner.dialect = scala212source3
maxColumn = 120
project.git = true
# http:/…
-
Hello Dear Maintainers, thank you for your work on this incredibly useful library!
I would like to propose an improvement in order to use a more intuitive name that directly relates to the function…