We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a4c66 commit cd9fed2Copy full SHA for cd9fed2
project/Build.scala
@@ -756,16 +756,8 @@ object Build {
756
asDottyLibrary(Bootstrapped).
757
enablePlugins(MyScalaJSPlugin).
758
settings(
759
- // TODO Compile more (enventually all) of the library
760
- /*unmanagedSourceDirectories in Compile :=
761
- (unmanagedSourceDirectories in (`dotty-library-bootstrapped`, Compile)).value,*/
762
- sources in Compile := {
763
- val baseDir = (baseDirectory in (`dotty-library-bootstrapped`, Compile)).value
764
- Seq(
765
- baseDir / "src/scala/forceInline.scala",
766
- baseDir / "src-3.x/dotty/DottyPredef.scala",
767
- )
768
- },
+ unmanagedSourceDirectories in Compile :=
+ (unmanagedSourceDirectories in (`dotty-library-bootstrapped`, Compile)).value,
769
)
770
771
lazy val `dotty-sbt-bridge` = project.in(file("sbt-bridge/src")).
0 commit comments