Skip to content

Commit ef481b5

Browse files
committed
Add remaining modules to new build and fix compile errors
1 parent 7d9f0d1 commit ef481b5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.fury

+11
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ project probably
3333
include chiaroscuro/core
3434
include ambience/core
3535
36+
module cli
37+
compiler scala
38+
sources src/cli
39+
include probably/core
40+
include escritoire/core
41+
42+
module bench
43+
compiler scala
44+
sources src/bench
45+
include probably/core
46+
3647
##
3748

3849
code=H4sIAAAAAAAAA1WQzW6CUBCF9zzF5IagpuFH8KINwU1t04XGB5Au4P4IkQsUvdUmrPpEfbI+QwdITLubmZM558vhMTFf97tn12Epy4Urdf\

src/cli/cli.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import digression.*
2929
import language.adhocExtensions
3030

3131
abstract class Suite(suiteName: Text) extends TestSuite(suiteName):
32-
val suiteIo = safely(stdioSources.virtualMachine).vouch(using Unsafe)
32+
val suiteIo = safely(stdioSources.virtualMachine.ansi).vouch(using Unsafe)
3333

3434
given runner: Runner[TestReport] =
3535
given Stdio = suiteIo

0 commit comments

Comments
 (0)