@@ -35,7 +35,7 @@ the impact of the PR and detect regressions before the PR is merged.
35
35
## Has it helped?
36
36
37
37
Definitely. Over the past few years, the build has often caught
38
- regressions and unanticipated source- compatibility issues.
38
+ regressions and brought unanticipated compatibility issues to light .
39
39
40
40
During the Scala 2.12 cycle, feedback from the community build was key
41
41
for guiding the work on SAMs and the new trait encoding. And, seeing what
@@ -50,12 +50,11 @@ open-source ecosystem, to the
50
50
We've also [ begun using it] ( https://github.com/scala/community-builds/issues/609 ) to
51
51
gauge our progress on Java 9 support.
52
52
53
- Library authors have also benefited. The community build has
54
- often provided early warning of compatibility issues because
55
- of changes to Scala or changes to other libraries. It has helped
56
- maintainers standardize their builds, keep their dependencies
57
- up-to-date, identify flaky tests, and shake out assorted other
58
- issues.
53
+ Library authors have also benefited. The community build has often
54
+ provided early warning of the effects of changes to Scala or changes
55
+ to other libraries. It has helped maintainers standardize their
56
+ builds, keep their dependencies up-to-date, identify flaky tests, and
57
+ shake out assorted other issues.
59
58
60
59
## How big is it?
61
60
0 commit comments