scalacenter / scala

The Scala programming language

Home Page:http://www.scala-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continue to grow the library compatibility test-kit

bishabosha opened this issue · comments

[open]

Find more libraries/examples to add to https://github.com/scalacenter/tasty-reader-compat-testkit

We also need a better way to automate the build of the project, and potentially trigger CI whenever we push to scalacenter/scala:tasty_reader

comment from @nafg:

regarding testing the tasty reader compiler, what if you could get sbt to take any project that has Compile and Test configs, and compile the project with dotty and run the tests using a tasty-reading scala 2?

@bishabosha is this concerned with adding libraries written in dotty to https://github.com/scalacenter/tasty-reader-compat-testkit ?

@ashwinbhaskar yes, currently thats the method I'm using to test real-world compatibility. I would say that test cases that do not depend on a library can be added directly in this codebase.

@bishabosha is there an issue for - scalacenter/tasty-reader-compat-testkit#2 (comment) ? I glanced through the issues to see if there is one. I did not find one (maybe I missed it). Just confirming

There is one now, thanks