File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
sbt-dotty/sbt-test/source-dependencies
macro-expansion-dependencies-1
macro-expansion-dependencies-2
macro-expansion-dependencies-3 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ $ copy-file changes/Macro.scala Macro.scala
13
13
14
14
# use an implemntation of the macro that emits a compile-time error
15
15
$ copy-file changes/MacroCompileError.scala Macro.scala
16
- # FIXME -> compile
16
+ -> compile
17
17
18
18
$ copy-file changes/Macro.scala Macro.scala
19
19
> clean
20
20
> compile
21
21
22
22
$ copy-file changes/MacroRuntimeError.scala Macro.scala
23
- # FIXME -> run
23
+ -> run
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $ copy-file changes/MacroRuntime.scala MacroRuntime.scala
11
11
> clean
12
12
> run
13
13
14
- # use an implemntation of the macro that emits a compile- time error
14
+ # use an implemntation of the macro that emits a compile time error
15
15
$ copy-file changes/MacroRuntimeCompileError.scala MacroRuntime.scala
16
16
-> compile
17
17
Original file line number Diff line number Diff line change 3
3
# make sure that Macros is recompiled due to it's dependencie on B.f
4
4
# this will end in a failure to compile due to cyclic macros
5
5
$ copy-file changes/TestB.scala TestB.scala
6
- # FIXME -> compile
6
+ -> compile
You can’t perform that action at this time.
0 commit comments