-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for -Xsource:3 testkit input & output #1666
Conversation
82149f7
to
a5dc1e9
Compare
project/ScalafixBuild.scala
Outdated
Compile / unmanagedSourceDirectories := | ||
((Compile / sourceDirectory).value * "*xsource3").get |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not particular proud about that. For sure, it would be more maintainable to have a dedicated inputSource3
project with a sources in the regular scala
, but I haven't found a way to integrate that in the unit
matrix without duplicating the entire testkit properties setup.
Curious (mildly) if something is blocking this, or if just sort of got forgotten about. |
I am not very happy about the solution. so I want to park that for a while to see if the added complexity in the build was worth it, particularly in the context of #1480. |
Big conflicts with #1756 ahead |
d91ac05
to
461c741
Compare
Still iterating on this locally after rebasing against
|
ca93f83
to
b42b366
Compare
Follows #1664 (review)
This adds adds some complexity in the inter-project lookup mechanism so that some projects introduced in #1756 can be removed, in order to reduce (almost cancel) the extra build cardinality introduced by this PR .