Skip to content

Commit 0448afc

Browse files
authored
Merge pull request #4190 from dotty-staging/fix-issue-reference
Make users log bugs on the dotty issue tracker
2 parents d72323e + 524bfc8 commit 0448afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/backend/jvm/DottyBackendInterface.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ class DottyBackendInterface(outputDirectory: AbstractFile, val superCallsMap: Ma
972972
case tp =>
973973
ctx.warning(
974974
s"an unexpected type representation reached the compiler backend while compiling $currentUnit: $tp. " +
975-
"If possible, please file a bug on issues.scala-lang.org.")
975+
"If possible, please file a bug on https://github.com/lampepfl/dotty/issues")
976976

977977
tp match {
978978
case tp: ThisType if tp.cls == ArrayClass => ObjectReference.asInstanceOf[ct.bTypes.ClassBType] // was introduced in 9b17332f11 to fix SI-999, but this code is not reached in its test, or any other test

0 commit comments

Comments
 (0)