Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Workaround #4709
  • Loading branch information
allanrenucci committed Jun 29, 2018
commit b055bc448a6dcef4ab15899b6cfa137fed6b5ed5
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/repl/ReplCompiler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class ReplCompiler(val directory: AbstractFile) extends Compiler {


val src = new SourceFile("<typecheck>", expr)
implicit val ctx = state.context.fresh
implicit val ctx: Context = state.context.fresh
.setReporter(newStoreReporter)
.setSetting(state.context.settings.YstopAfter, List("frontend"))

Expand Down