Skip to content

Commit a103c9e

Browse files
committed
scala/bug is the Scala issue tracker
1 parent 1f3ccd6 commit a103c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2018-06-04-scalac-profiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ reasonable, which hints us that the inefficiency is elsewhere.
302302

303303
For most of the cases, these timers are unlikely to be high when typechecking
304304
your program. If they are, try to figure out why and file a ticket in
305-
`scala/bug` so that either I or the Scala team can look into it.
305+
[Scala compiler's issue tracker](https://github.com/scala/bug/) so that either I or the Scala team can look into it.
306306

307307
### The troublemaker
308308

@@ -818,7 +818,7 @@ and
818818
The problem of incorrect instantiated type arguments we saw before seems
819819
specific to the way the compiler carries out the implicit search. Fixing it
820820
requires most likely changes to the implicit search algorithm, as [a similar
821-
scala/bug did](https://github.com/scala/bug/issues/10528). I tried porting
821+
Scala compiler issue](https://github.com/scala/bug/issues/10528) did. I tried porting
822822
these changes to 2.12.x and use `-Xsource:2.13` but the failed macro
823823
expansions didn't go away.
824824

0 commit comments

Comments
 (0)