scala/scala3

Improve debugging support by implementing JSR-45

Open

#9715 aperta il 3 set 2020

Vedi su GitHub
 (0 commenti) (1 reazione) (1 assegnatario)Scala (1159 fork)batch import
area:backendcompat:scala2help wanteditype:enhancement

Metriche repository

Star
 (6247 star)
Metriche merge PR
 (Merge medio 18g 14h) (133 PR mergiate in 30 g)

Descrizione

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

Guida contributor