You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mypy_mypyc-wheels Travis build is currently broken on linux
because of a mypyc bug that is dependent on the order of files passed
to mypyc. I am fixing the bug
(mypyc/mypyc#539), but this was complicated by
files coming out of the file system APIs in an unspecified order.
Sort the targets passed to mypyc so that the mypyc compilation process
is deterministic.
0 commit comments