odersky

Results 321 comments of odersky

I think println just has to work, unconditionally. It should show up in the output without the user having to hunt for where it is. Anything else would be really...

I think flushing every second or so would be acceptable. But I think at least the first 5 or so lines should be in the output, to make sure it...

In fact, playing more with it it seems more of the string formatting is off. If I do a mkString(" ") with two spaces it will still only print one...

One more problem: If I convert the problematic example to a full program and press run, I get a non-terminating sequence of output in debug console. But it seems there's...

I think that's related to a change that @dwijnand made. I believe the warning is correct in this case. But it would be nice if there was a reason given,...

@KacperFKorban Any news on the bisection side?

@KacperFKorban Thanks for getting this far! That was actually enough to figure it out.

Minimized: ```scala def widen[T](x: T): T = x def f[T (x: X) => List(x)) ```