Mark Mendoza

Results 7 comments of Mark Mendoza

@manrajgrover is there any reason this PR hasn't been approved? Is this project actively maintained anymore?

We don't currently support this use of explicit type variables. We already enforce the exterior behavior necessary to make this sound (e.g `fn(my_int_subclass) -> int`, not `my_int_subclass`), but have not...

Im currently working on supporting class-based decorators like classonlymethod, this hopefully should be in the next release On Thu, May 28, 2020 at 8:34 PM Jon Janzen wrote: > I've...

The background here is that our lexer library is not unicode compatible :/. Therefore supporting this would require reimplementing our lexing into a new library, which would be a significant...

The file descriptor will be closed if there are no more processes attached to it, but if the initial payload process spawns a child process before being killed, and that...

Pyre certainly intends to support structural subtyping through Protocols. Right now we ensure that for ... in is only used on Iterables (also a protocol), but we could review whether...