tek / splain

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

bugfix and tests for TryCompile feature #92

Closed tribbloid closed 2 years ago

tribbloid commented 2 years ago

... also enabled 2 advanced gradle features: compilation cache and parallel task execution

github-actions[bot] commented 2 years ago

Test Report (2.13.7)

59 tests  +10   56 :heavy_check_mark: +10   18s :stopwatch: +9s 10 suites ±  0     3 :zzz: ±  0  10 files   ±  0     0 :x: ±  0 

Results for commit 7e7a54ab. ± Comparison against base commit 8c17c5d1.

This pull request removes 2 and adds 12 tests. Note that renamed tests count towards both. ``` splain.test.TryCompileSpec ‑ static ... implicitly splain.test.TryCompileSpec ‑ static apply ``` ``` splain.test.TryCompileSpec ‑ parsingError splain.test.TryCompile$Static splain.test.TryCompileSpec ‑ parsingError splain.test.TryCompile$UseNSC splain.test.TryCompileSpec ‑ parsingError splain.test.TryCompile$UseReflect splain.test.TryCompileSpec ‑ runtime implicit search default scope splain.test.TryCompileSpec ‑ runtime implicit search imported scope splain.test.TryCompileSpec ‑ success splain.test.TryCompile$Static splain.test.TryCompileSpec ‑ success splain.test.TryCompile$UseNSC splain.test.TryCompileSpec ‑ success splain.test.TryCompile$UseReflect splain.test.TryCompileSpec ‑ typing error ... invoke implicitly splain.test.TryCompileSpec ‑ typing error splain.test.TryCompile$Static … ```

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

github-actions[bot] commented 2 years ago

Test Report (2.13.6)

59 tests  +10   56 :heavy_check_mark: +10   16s :stopwatch: +9s 10 suites ±  0     3 :zzz: ±  0  10 files   ±  0     0 :x: ±  0 

Results for commit 7e7a54ab. ± Comparison against base commit 8c17c5d1.

This pull request removes 2 and adds 12 tests. Note that renamed tests count towards both. ``` splain.test.TryCompileSpec ‑ static ... implicitly splain.test.TryCompileSpec ‑ static apply ``` ``` splain.test.TryCompileSpec ‑ parsingError splain.test.TryCompile$Static splain.test.TryCompileSpec ‑ parsingError splain.test.TryCompile$UseNSC splain.test.TryCompileSpec ‑ parsingError splain.test.TryCompile$UseReflect splain.test.TryCompileSpec ‑ runtime implicit search default scope splain.test.TryCompileSpec ‑ runtime implicit search imported scope splain.test.TryCompileSpec ‑ success splain.test.TryCompile$Static splain.test.TryCompileSpec ‑ success splain.test.TryCompile$UseNSC splain.test.TryCompileSpec ‑ success splain.test.TryCompile$UseReflect splain.test.TryCompileSpec ‑ typing error ... invoke implicitly splain.test.TryCompileSpec ‑ typing error splain.test.TryCompile$Static … ```

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

github-actions[bot] commented 2 years ago

Test Report (2.13.8)

59 tests  +10   56 :heavy_check_mark: +10   16s :stopwatch: +9s 10 suites ±  0     3 :zzz: ±  0  10 files   ±  0     0 :x: ±  0 

Results for commit 7e7a54ab. ± Comparison against base commit 8c17c5d1.

This pull request removes 2 and adds 12 tests. Note that renamed tests count towards both. ``` splain.test.TryCompileSpec ‑ static ... implicitly splain.test.TryCompileSpec ‑ static apply ``` ``` splain.test.TryCompileSpec ‑ parsingError splain.test.TryCompile$Static splain.test.TryCompileSpec ‑ parsingError splain.test.TryCompile$UseNSC splain.test.TryCompileSpec ‑ parsingError splain.test.TryCompile$UseReflect splain.test.TryCompileSpec ‑ runtime implicit search default scope splain.test.TryCompileSpec ‑ runtime implicit search imported scope splain.test.TryCompileSpec ‑ success splain.test.TryCompile$Static splain.test.TryCompileSpec ‑ success splain.test.TryCompile$UseNSC splain.test.TryCompileSpec ‑ success splain.test.TryCompile$UseReflect splain.test.TryCompileSpec ‑ typing error ... invoke implicitly splain.test.TryCompileSpec ‑ typing error splain.test.TryCompile$Static … ```

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

tribbloid commented 2 years ago

Sorry almost forgot this PR :< will merge after test pass