tek / splain

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

development for 1.0.0 which integrates both Analyzer & relevant tests in scala 2.13.6, please DO NOT merge. #62

Closed tribbloid closed 2 years ago

tribbloid commented 3 years ago

INCOMPLETE, DO NOT merge

github-actions[bot] commented 3 years ago

Test Report (2.13.6)

  7 files  7 suites   7s :stopwatch: 42 tests 5 :heavy_check_mark: 0 :zzz: 33 :x: 4 :fire:

For more details on these failures and errors, see this check.

Results for commit af5738ed.

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

tribbloid commented 3 years ago

at this moment, I need to first solve:

https://stackoverflow.com/questions/69428713/scala-runtime-compilation-how-to-get-line-number-of-the-error-message

There are some other problems caused by filtering of implicit not found error message, presumably caused by a few changes in 0.5.9.

tribbloid commented 3 years ago

In addition I want to discard Specs2 and replace it with ScalaTests (which received supports from very large scale projects like Apache Spark and Flink).

The Specs has many tech debt like this:

https://intellij-support.jetbrains.com/hc/en-us/requests/3538091?page=1

tek commented 3 years ago

sounds good!

tribbloid commented 2 years ago

OK this PR should already be included in #66, closing