Skip to content

Commit

Permalink
drop munit-core, fix references, fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Apr 16, 2024
1 parent 017c242 commit 3aad768
Show file tree
Hide file tree
Showing 33 changed files with 12 additions and 1,365 deletions.
26 changes: 0 additions & 26 deletions build.sbt
Expand Up @@ -245,7 +245,6 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.jvmConfigure(_.dependsOn(junit))
.dependsOn(munitDiff)
// .dependsOn(munitDiff, munitCore)

lazy val munitJVM = munit.jvm
lazy val munitJS = munit.js
Expand Down Expand Up @@ -291,30 +290,6 @@ lazy val munitScalacheck = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.jsConfigure(sharedJSConfigure)
.jsSettings(sharedJSSettings)

// lazy val munitCore = crossProject(JSPlatform, JVMPlatform, NativePlatform)
// .in(file("munit-core"))
// .settings(
// moduleName := "munit-core",
// sharedSettings,
// Compile / unmanagedSourceDirectories ++=
// crossBuildingDirectories("munit-core", "main").value,
// libraryDependencies ++= List(
// "org.scala-lang" % "scala-reflect" % {
// if (isScala3Setting.value) scala213
// else scalaVersion.value
// } % Provided
// )
// )
// .jvmSettings(
// sharedJVMSettings
// )
// .nativeConfigure(sharedNativeConfigure)
// .nativeSettings(
// sharedNativeSettings
// )
// .jsConfigure(sharedJSConfigure)
// .jsSettings(sharedJSSettings)

lazy val munitDiff = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.in(file("scala-diff"))
.settings(
Expand All @@ -338,7 +313,6 @@ lazy val munitDiff = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.jsConfigure(sharedJSConfigure)
.jsSettings(sharedJSSettings)
// .dependsOn(munitCore)

lazy val munitScalacheckJVM = munitScalacheck.jvm
lazy val munitScalacheckJS = munitScalacheck.js
Expand Down
78 changes: 0 additions & 78 deletions munit-core/js/src/main/scala/munit/internal/io/File.scala

This file was deleted.

30 changes: 0 additions & 30 deletions munit-core/js/src/main/scala/munit/internal/io/Files.scala

This file was deleted.

42 changes: 0 additions & 42 deletions munit-core/js/src/main/scala/munit/internal/io/JSIO.scala

This file was deleted.

149 changes: 0 additions & 149 deletions munit-core/js/src/main/scala/munit/internal/io/MunitPath.scala

This file was deleted.

29 changes: 0 additions & 29 deletions munit-core/js/src/main/scala/munit/internal/io/Paths.scala

This file was deleted.

16 changes: 0 additions & 16 deletions munit-core/js/src/main/scala/munit/internal/io/PlatformIO.scala

This file was deleted.

0 comments on commit 3aad768

Please sign in to comment.