You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the -Yemit-tasty-in-class option, along with handling of .hasTasty.
The default was flipped in a645566
in July 2018. Since then, it has not been really tested.
Completely removing it will allow the tooling not to worry about
`.hasTasty` and the need to read TASTy from class files.
We keep the support of `.hasTasty` files in sbt-dotty for now, so
that it still supports older versions of dotty.
valYemitTastyInClass:Setting[Boolean] =BooleanSetting("-Yemit-tasty-in-class", "Generate tasty in the .class file and add an empty *.hasTasty file.")
158
157
valYlogClasspath:Setting[Boolean] =BooleanSetting("-Ylog-classpath", "Output information about what classpath is being applied.")
159
158
valYdisableFlatCpCaching:Setting[Boolean] =BooleanSetting("-YdisableFlatCpCaching", "Do not cache flat classpath representation of classpath elements from jars across compiler instances.")
0 commit comments