From 18a4de80a9f73b279528262e51f530d879efd5d9 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 16 Sep 2010 04:34:21 +0000 Subject: Overrode addString in TraversableViewLike. the Transform-derived traits within view resisted evaluating the entire sequence on a toString call, but the original view returned from a call to .view did not. This has a particularly bad result in the case of Stream, as for instance: Stream from 1 view would enter infiniteloopiland in the repl despite the fact that it should be doubly resistant to eager evaluation. Review by prokopec. --- test/files/run/t2074_2.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files') diff --git a/test/files/run/t2074_2.check b/test/files/run/t2074_2.check index e4fc89b1ce..0876ef7d03 100644 --- a/test/files/run/t2074_2.check +++ b/test/files/run/t2074_2.check @@ -1,3 +1,3 @@ -SeqView(1, 2, 3) -SeqView(1, 2, 3) +SeqView(...) +SeqView(...) SeqViewZ(...) -- cgit v1.2.3