-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
itype:bugstat:needs triageEvery issue needs to have an "area" and "itype" labelEvery issue needs to have an "area" and "itype" label
Description
Compiler version
3.8.0-RC2
Description
Javadoc delimiter changed since JDK 11
- JDK 8
- JDK 11 or later
But dotty.tools.scaladoc.tasty.SymOps use -.
"#" + sym.name + paramSigs.mkString("-","-","-") scala3/scaladoc/test/dotty/tools/scaladoc/ExternalLocationProviderIntegrationTest.scala
Lines 12 to 22 in 2953eab
"externalJavadoc", List(".*java.*::javadoc::https://docs.oracle.com/javase/8/docs/api/"), List( "https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.Builder.html", "https://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html", "https://docs.oracle.com/javase/8/docs/api/java/util/Map.html", "https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html#forEach-java.util.function.Consumer-", "https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html#toArray-T:A-", "https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html#subList-int-int-", "https://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#printf-java.lang.String-java.lang.Object...-", "https://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#write-byte:A-int-int-"
Expectation
Support both style javadoc
Metadata
Metadata
Assignees
Labels
itype:bugstat:needs triageEvery issue needs to have an "area" and "itype" labelEvery issue needs to have an "area" and "itype" label