summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-02-04 21:48:37 +0100
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-02-10 11:00:07 -0800
commit127a7679c105ed1ff18350978d3ddf81a5dd07fa (patch)
tree45a063adb3a38de4371cc9e60abbfdeb4a58456b /test
parent4a8edc03653cb0f6b6ed1cdea1779a19df20f8f5 (diff)
downloadscala-127a7679c105ed1ff18350978d3ddf81a5dd07fa.tar.gz
scala-127a7679c105ed1ff18350978d3ddf81a5dd07fa.tar.bz2
scala-127a7679c105ed1ff18350978d3ddf81a5dd07fa.zip
SI-8129 Crack the case of the curiously incoherent Context
- Typer is created with Context. - Typer creates an Inferencer with said Context. - Typer mutates Typer#context after each import statement - Typer mutates its current Context (e.g to disable implicits.) - Typer asks a question of Inferencer - Inferencer, looking at the old context, thinks that implicits are allowed - Inferencer saves implicit ambiguities into the wrong Context. Because of this bug, overload resolution in blocks or template bodies for applications that follow an import have been considering implicit coercions in the first try at static overload resolution, and, in the rare case that it encounters an ambigous implicit in the process, leaking an unpositioned ambiguout error. This commit ensures coherency between `typer.context` and `typer.infer.context` by making the latter delegate to the former.
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/t8219b.scala (renamed from test/pending/pos/t8219.scala)0
1 files changed, 0 insertions, 0 deletions
diff --git a/test/pending/pos/t8219.scala b/test/files/pos/t8219b.scala
index d55d3139e1..d55d3139e1 100644
--- a/test/pending/pos/t8219.scala
+++ b/test/files/pos/t8219b.scala