Skip to content

Commit

Permalink
Cleaned up code, removing fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Feb 14, 2024
1 parent 3d53aa9 commit a444d19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cli/cli.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,13 @@ import vacuous.*
import anticipation.*
import ambience.*, environments.virtualMachine
import hieroglyph.*, textMetrics.uniform
import digression.*

import language.adhocExtensions

abstract class Suite(suiteName: Text) extends TestSuite(suiteName):
val suiteIo = safely(stdioSources.virtualMachine).vouch(using Unsafe)

// FIXME: This seems to introduce a ghost ambiguity on the previous line
// It should be moved back to the top-level as soon as it works
import digression.*

given runner: Runner[TestReport] =
given Stdio = suiteIo
try Runner() catch case err: EnvironmentError =>
Expand Down

0 comments on commit a444d19

Please sign in to comment.