jhance

Results 23 issues of jhance

Source commit: https://github.com/python/typeshed/commit/a92da58328aa259184ff45bb7408e82426fb563e

This implements some constraint tests for type var tuples. We only test SUPERTYPE_OF right now because the SUBTYPE_OF path doesn't actually seem to work yet. We also have to make...

I am planning to make a 0.980 release around late August. Please post here any issues you'd like to see fixed in the release, or PRs you'd like to have...

meta

There is no technical limitation forcing users to run mypyc on the same python version as the target. We should validate that this setup continues to work in CI (e.g....

feature

Can you make a dummy commit to get artifacts on appveyor again please?

In particular the authentication related headers are weirdly explicitly encoded to bytes whereas all the other headers are strings. This is unintuitive when using a custom http strategy and we...

next-major-version

Our python setup requires cross compiling, which isn't working because of `./configure` running within `setup.py`. I have locally patched out the embedded `libbacktrace` and replaced it with link opts to...

It conflicts with the other function named `makeLenses` from `Control.Lens.TH`. If I'm actually using lenses, surely I'm also importing `Control.Lens.TH` somewhere, and this causes conflicts. This is somewhat petty, but...

`12:import qualified XXXYYY.Proto.DescriptorProtos.FieldOptions as DescriptorProtos (FieldOptions)` instead of `Text.DescriptorProtos` (`XXXYYY.Proto` is my prefix module)

Seems like it can be used for `bytes` but we error on this.