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 5ab9e3b commit 26ede32
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/core/hieroglyph.CharDecoder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package hieroglyph

import anticipation.*
import proscenium.*
import rudiments.*
import vacuous.*

Expand Down
1 change: 1 addition & 0 deletions src/core/hieroglyph.CharEncoder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package hieroglyph

import anticipation.*
import proscenium.*
import rudiments.*
import vacuous.*

Expand Down
2 changes: 1 addition & 1 deletion src/core/hieroglyph.Chars.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package hieroglyph

import language.experimental.captureChecking

import rudiments.*
import proscenium.*

object Chars:
val superscript: Char ~> Char =
Expand Down
2 changes: 1 addition & 1 deletion src/core/hieroglyph.Encoding.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package hieroglyph

import anticipation.*
import fulminate.*
import rudiments.*
import proscenium.*

import scala.jdk.CollectionConverters.SetHasAsScala

Expand Down
1 change: 0 additions & 1 deletion src/core/hieroglyph.Hieroglyph.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import scala.quoted.*

import anticipation.*
import fulminate.*
import rudiments.*

object Hieroglyph:
given Realm = realm"hieroglyph"
Expand Down
1 change: 1 addition & 0 deletions src/core/hieroglyph.Unicode.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package hieroglyph
import anticipation.*
import fulminate.*
import kaleidoscope.*
import proscenium.*
import rudiments.*
import vacuous.*

Expand Down
1 change: 1 addition & 0 deletions src/test/hieroglyph.Tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import contingency.*, strategies.throwUnsafely
import gossamer.{displayWidth as _, *}
import larceny.*
import probably.*
import proscenium.*
import rudiments.*
import vacuous.*

Expand Down

0 comments on commit 26ede32

Please sign in to comment.