-
- [ ] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/develop/CONTRIBUTING.md) guidelines
## steps
Multi-module project, upgrade of sbt from 1.2.1 to 1.2.3
## problem
Change of …
-
The old (2.10/2.11) scaladoc used to put type aliases in package objects into "package.html", the new one uses "index.html", thus making it impossible to link correctly to these members when cross-bui…
-
See https://github.com/lampepfl/dotty/actions/runs/6911406038
-
使用的版本scala2.11.12
问题描述:在使用List.dropWhile()方法从原List中删除元素时,出现了删除不掉的问题,源码中没有注释描述,后发现只能从index(0)开始删除,如果要删除的元素不从index(0)开始,是无法删除的。
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
As titile.
### Expected Behavior
displaying scaladoc and javadoc
### Minimal Reproducible …
-
Testing Chisel v6.0.0 with my small project resulted in the following error messages. Any ideas?
Version 5.1.0 works fine. I'm using chiseltest 5.0.2.
```
[info] compiling 3 Scala sources to /hom…
-
In akka-http parsing we have a lot of backquoted identifiers and there are some warnings because of that. E.g. for this code:
```
// this specific ordering PREVENTS that next rule is allowed to …
-
The ScalaDoc tool is breaking on a mixed Java/Scala project because it seems unable to properly parse Java code with an inherited inner enum. I have recreated the problem with a very small test proje…
-
This simple file `Broken.java`
```java
public class Broken {
public enum Should {
Foo
}
public static class Work {
}
public Broken(Should should, Work work) {…
-
When scalafmt formats scaladoc and splits a `{@link SomeClass}` tag, this results in a scaladoc warning
and the link is not rendered.
I am not really an expert but think that many of the Javadoc s…