tek / splain

better implicit errors for scala
MIT License
370 stars 29 forks source link

add github action strategy matrix to run compilation & test for all supported scala versions #56

Closed tribbloid closed 3 years ago

tribbloid commented 3 years ago

voila, also publish the testing result for each scala minor version

this is blocking a patch for scala 2.13.6+ and scala 2.12.14+

github-actions[bot] commented 3 years ago

Test Report (2.12.8)

  3 files  ±0    3 suites  ±0   21s :stopwatch: ±0s 23 tests ±0  20 :heavy_check_mark: ±0  0 :zzz: ±0  3 :x: ±0 

For more details on these failures, see this check.

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.12.7)

  3 files  ±0    3 suites  ±0   21s :stopwatch: ±0s 23 tests ±0  20 :heavy_check_mark: ±0  0 :zzz: ±0  3 :x: ±0 

For more details on these failures, see this check.

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.12.9)

  3 files  ±0    3 suites  ±0   22s :stopwatch: ±0s 23 tests ±0  20 :heavy_check_mark: ±0  0 :zzz: ±0  3 :x: ±0 

For more details on these failures, see this check.

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.12.10)

  3 files  ±0    3 suites  ±0   21s :stopwatch: ±0s 23 tests ±0  20 :heavy_check_mark: ±0  0 :zzz: ±0  3 :x: ±0 

For more details on these failures, see this check.

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.12.11)

  3 files  ±0    3 suites  ±0   22s :stopwatch: ±0s 23 tests ±0  20 :heavy_check_mark: ±0  0 :zzz: ±0  3 :x: ±0 

For more details on these failures, see this check.

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.12.12)

  3 files  ±0    3 suites  ±0   25s :stopwatch: ±0s 23 tests ±0  20 :heavy_check_mark: ±0  0 :zzz: ±0  3 :x: ±0 

For more details on these failures, see this check.

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.12.13)

  3 files  ±0    3 suites  ±0   19s :stopwatch: ±0s 23 tests ±0  20 :heavy_check_mark: ±0  0 :zzz: ±0  3 :x: ±0 

For more details on these failures, see this check.

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.12.14)

0 files  ±0  0 suites  ±0   0s :stopwatch: ±0s 0 tests ±0  0 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.13.1)

  4 files  ±0    4 suites  ±0   25s :stopwatch: ±0s 24 tests ±0  24 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.13.2)

  4 files  ±0    4 suites  ±0   20s :stopwatch: ±0s 24 tests ±0  24 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.13.3)

  4 files  ±0    4 suites  ±0   23s :stopwatch: ±0s 24 tests ±0  24 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.13.4)

  4 files  ±0    4 suites  ±0   24s :stopwatch: ±0s 24 tests ±0  24 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 years ago

Test Report (2.13.5)

  4 files  ±0    4 suites  ±0   22s :stopwatch: ±0s 24 tests ±0  24 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

:recycle: This comment has been updated with latest results.

tek commented 3 years ago

nice!

tribbloid commented 3 years ago

Any plan for 2.13.6+ after SplainFormatter became part of Scala? It should be included in the next release with 2.12.14 support (which is easy)

tek commented 3 years ago

I'd say to start we can just release an empty plugin for 2.13.6. The AnalyzerPlugin method shouldn't be hard to implement, but I'd say it's not vital that it's immediately available. And if there are no new features, we don't even have to version bump for 2.12.14, just doing ++2.12.14 publish; sonatypePublishAll should be fine

tribbloid commented 3 years ago

Are you sure? If we do this people will get compilation bug on 2.12.14 (the latest version supported by Spark & Flink). One of them is already complaining here

tek commented 3 years ago

I typoed the version there – I meant we can release the old version for 2.12.14, I do that all the time

tribbloid commented 3 years ago

make sense, will push the patch shortly, would you like to accept this PR?

github-actions[bot] commented 3 years ago

Test Report (2.12.6)

  3 files  ±0    3 suites  ±0   22s :stopwatch: ±0s 23 tests ±0  20 :heavy_check_mark: ±0  0 :zzz: ±0  3 :x: ±0 

For more details on these failures, see this check.

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.

github-actions[bot] commented 3 years ago

Test Report (2.12.5)

  3 files  ±0    3 suites  ±0   27s :stopwatch: ±0s 23 tests ±0  20 :heavy_check_mark: ±0  0 :zzz: ±0  3 :x: ±0 

For more details on these failures, see this check.

Results for commit 91ddd737. ± Comparison against base commit 91ddd737.