aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/core/Contexts.scala')
-rw-r--r--src/dotty/tools/dotc/core/Contexts.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Contexts.scala b/src/dotty/tools/dotc/core/Contexts.scala
index 6874cd74c..2759d1079 100644
--- a/src/dotty/tools/dotc/core/Contexts.scala
+++ b/src/dotty/tools/dotc/core/Contexts.scala
@@ -256,6 +256,7 @@ object Contexts {
.withSetting(settings.debug, true)
.withSetting(settings.Ylogcp, true)
.withSetting(settings.printtypes, true)
+ .withSetting(settings.pageWidth, 120)
/** The symbol loaders */
val loaders = new SymbolLoaders
@@ -334,7 +335,7 @@ object Contexts {
// Printers state
/** Number of recursive invocations of a show method on cuyrrent stack */
- private[core] var showRecursions = 0
+ private[core] var toTextRecursions = 0
// Reporters state
private[dotc] var indent = 0