Skip to content

Commit

Permalink
Use Proscenium for stdlib imports instead of Rudiments
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 26, 2025
1 parent a0d0f03 commit 01e9571
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/core/probably-core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import anticipation.*
import digression.*
import fulminate.*
import gossamer.*
import rudiments.*
import proscenium.*
import spectacular.*

given realm: Realm = realm"probably"
Expand Down
1 change: 0 additions & 1 deletion src/core/probably.Details.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package probably
import anticipation.*
import chiaroscuro.*
import digression.*
import rudiments.*

enum Details:
case Throws(stack: StackTrace)
Expand Down
1 change: 0 additions & 1 deletion src/core/probably.Harness.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package probably

import anticipation.*
import rudiments.*
import spectacular.*

import scala.collection.mutable as scm
Expand Down
1 change: 1 addition & 0 deletions src/core/probably.Report.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import fulminate.*
import gossamer.*
import hieroglyph.*
import iridescence.*, webColors.*
import proscenium.*
import rudiments.*
import spectacular.*
import turbulence.*
Expand Down
1 change: 0 additions & 1 deletion src/core/probably.TestId.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import digression.*
import gossamer.*
import hieroglyph.*
import hypotenuse.*
import rudiments.*
import vacuous.*

object TestId:
Expand Down
1 change: 0 additions & 1 deletion src/core/probably.Trial.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package probably

import anticipation.*
import rudiments.*

enum Trial[+T]:
case Returns(result: T, duration: Long, context: Map[Text, Text])
Expand Down
1 change: 1 addition & 0 deletions src/coverage/probably.Coverage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package probably

import anticipation.*
import gossamer.*
import proscenium.*
import rudiments.*

import scala.collection.mutable.BitSet
Expand Down
1 change: 0 additions & 1 deletion src/coverage/probably.Juncture.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package probably
import anticipation.*
import digression.*
import gossamer.*
import rudiments.*

object Juncture:
given Ordering[Juncture] = Ordering.by[Juncture, Int](_.start).orElseBy(-_.end)
Expand Down

0 comments on commit 01e9571

Please sign in to comment.