Adriaan Moors

Results 50 comments of Adriaan Moors
trafficstars

The comment is just one example of how isSameType is wrong. Here's a simpler one: `typeOf[String with AnyRef] =:= typeOf[String]` is false...

You're right -- good point, but I don't think that's a very intuitive definition of type equality. Witness the implementation in dotty :-) EDIT: yes, I realize compound types and...

I think we can figure this (and any other deprecation strategy) out early in the 2.13.x cycle.

You're right. I was trying to remember which tool measures/tests asymptotic complexity and your name popped up. Have you perhaps authored something else that does this? :-) Or does it...

Ok, thanks! Rex did https://github.com/Ichoran/thyme, but I don't think that does O(n) either. Maybe I'm just wishful remembering :-)

This has become less pressing now that we don't mix in forwarders in subclasses, which implies we're not mixing in forwarders with the wrong signature :-) Fixing this properly would...

scabot checks with the typesafe.com CLA controller and posts the result to github, for the repos that it's configured to watch (on being triggered by the githoob hook) see -...

@szeiger, is this enough info to pick this back up? If we use scabot for all repos, there shouldn't be much to do except for making the jenkins connection optional...

The ASM 7 upgrade is trickier, but I have a PR for the 6.2 one (scala/scala#8079), which should be enough, as our ambitions for 2.11 don't extend beyond Java 11

Thanks, closed the other one :-)