Mark Jason Dominus (陶敏修)
Mark Jason Dominus (陶敏修)
The basic issue here is that Ubuntu ships with ancient versions of cabal, stack, and ghc. Updating cabal didn't help because ghc was still too old. I uninstalled the ubuntu...
That definition is one of the current serious problems with the manuscript. There are some tricky issues there. A subset S of a space X is connected if the space...
Robin's suggestion was the definition _I_ learned in school, but I had hoped to cut corners or to fudge it somehow. But as we see, that didn't work. I can't...
The checklist above says > `PyNumber_Check` doesn't test `complex` but Objects/abstract.c:905 currently has return nb && (nb->nb_index || nb->nb_int || nb->nb_float || PyComplex_Check(o)); `PyComplex_Check` itself seems well-developed in `Objects/complexobject.c`. Is...
The checklist above says > `PyMapping_HasKey` and `PyMapping_HasKeyString` are untested This appears not to be the case. The [baseline coverage report linked in the bug description](http://droettboom.com/cpython-coverage/llvm-coverage/) says they are uncovered,...
Perhaps edit the comment: * Check off the items I indicated, to prevent future maintainers from trying to follow them up * Remove the link to the coverage report from...
Done, sorry for the confusion. @encukou
> I'd replace the branch with something like: I agree, that's better. Should I resubmit?
Thanks! I meant to wrap this up over the weekend, but forgot. I will do it this week.