-
- Downloads
Better explanation for how to use MIMA excludes.
This patch does a few things: 1. We have a file MimaExcludes.scala exclusively for excludes. 2. The test runner tells users about that file if a test fails. 3. I've added back the excludes used from 0.9->1.0. We should keep these in the project as an official audit trail of times where we decided to make exceptions. Author: Patrick Wendell <pwendell@gmail.com> Closes #937 from pwendell/mima and squashes the following commits: 7ee0db2 [Patrick Wendell] Better explanation for how to use MIMA excludes.
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- .rat-excludes 1 addition, 0 deletions.rat-excludes
- dev/mima 34 additions, 0 deletionsdev/mima
- dev/run-tests 1 addition, 2 deletionsdev/run-tests
- project/MimaBuild.scala 24 additions, 24 deletionsproject/MimaBuild.scala
- project/MimaExcludes.scala 61 additions, 0 deletionsproject/MimaExcludes.scala
- tools/src/main/scala/org/apache/spark/tools/GenerateMIMAIgnore.scala 2 additions, 2 deletions...ain/scala/org/apache/spark/tools/GenerateMIMAIgnore.scala
dev/mima
0 → 100755
project/MimaExcludes.scala
0 → 100644
Please register or sign in to comment