scala/scala3

Improve debugging support by implementing JSR-45

Open

#9,715 建立於 2020年9月3日

在 GitHub 查看
 (0 留言) (1 反應) (1 負責人)Scala (1,159 fork)batch import
area:backendcompat:scala2help wanteditype:enhancement

倉庫指標

Star
 (6,247 star)
PR 合併指標
 (平均合併 18天 14小時) (30 天內合併 133 個 PR)

描述

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

貢獻者指南