scala/scala3

Improve debugging support by implementing JSR-45

オープン

#9,715 opened on 2020/09/03

 (0 件のコメント) (1 件のリアクション) (1 人の担当者)Scala (1,159 件のフォーク)batch import
area:backendcompat:scala2help wanteditype:enhancement

Repository metrics

Stars
 (6,247 個のスター)
PR merge metrics
 (平均マージ 18d 14h) (30d で 133 merged PRs)

説明

We should port https://github.com/scala/scala/pull/9121, note that unlike scala 2 we don't have a backend inliner (yet) but we do have inline def so we need to deal with positions coming from other files, this is currently handled by https://github.com/lampepfl/dotty/blob/cdfc76e2e5093dd8f70e1d582e38d2537494c0bb/compiler/src/dotty/tools/dotc/typer/Inliner.scala#L239-L240

コントリビューターガイド