akka/akka-core
Scalafix followups: Move doc specs to doc/jdoc package
オープン
#26,045 opened on 2018/12/05
1 - triagedhelp wantedt:docs
Repository metrics
- Stars
- (13,277 個のスター)
- PR merge metrics
- (平均マージ 8d 19h) (30d で 10 merged PRs)
説明
https://github.com/akka/akka/pull/26019#pullrequestreview-181636601 introduced scalafix to remove unused imports. It is not enabled on compile and can remove imports that are included in specs for docs.
To followup:
- Ignore files in
doc/jdocpackage - Move any doc specs to the
docfor Scala andjdocpackage so that imports are necessary e.g.FlowZipSpecis in theakka.stream.scaladsland is used for docs. The unit test parts should remain but the docs part should be in a new file in the docs package do that imports fromakka.stream.scaladslare required - Test how fast it is to enable on compile and decide if we want it enabled by default