Braxton McKee

Results 43 issues of Braxton McKee

Right now our compiled hash function only works on a subset of types, and in particular it can't handle 'type'.

bug
compiler

Right now if you have `f(x: int)` and you call it with 'str' you get a very confusing and unhelpful error message - it simply tells you that the pattern...

enhancement

Right now, the hash function we use inside of Dict and Set is not the same as the python one. This is a problem because if you make a Dict(object,...

bug