Jukka Lehtosalo

Results 479 comments of Jukka Lehtosalo

This sounds reasonable. We don't really need the debug information for anything, I think.

Yeah, this is now good. Forgot about this issue when working on python/mypy#14454.

I created #14184 as an updated version of this PR.

We can close this or merge with #839 once python/mypy#14616 has been merged.

My current thinking has changed a bit. A packed array would be implemented as a (pointer to heap-allocated buffer, length) immutable struct/tuple. An array value would conceptually have two parts...

Implementation hints: 42 has type `Instance` with the `last_known_value` attribute set to the literal type. If the string representations of types in the assert_type error are the same, we can...

The unsigned binary operations are still missing, and they are needed to support the `u8` native int type (8-bit unsigned int). I'm not sure if we'll expose other unsigned integer...

Currently multiplication, etc. operations in the above list work as unsigned operations if the operands are unsigned, so it was possible to support `u8` after all. It still seems like...

> It would be wonderful if this could be further explained ^^ Thanks! For example, if there are hash collisions for items X and Y, it can be hard to...

I think that this is now in pretty good shape after python/mypy#14409 was merged (thanks @ichard26!). We can create separate issues for remaining improvements.