Hi all, greetings from PyCon! I only realized today that I should checked/initiated a style-checking/linting/static analysis BoF yesterday.
There's a couple of new logilab.astng patches in my patch queue at https://bitbucket.org/tmarek/logilab-astng-patchqueue They are all fairly small and non-controversial: brain_hashlib.diff > Make sure that set literals are treated as inference leaves. brain_urlparse.diff > Add support for getitem inference on dict literals. dict_getitem_inference.diff > Add support for inference of subscript operations on dict literals. set_literal_inference.diff > Set literals should be treated as inference leaves. yield_in_lambda.diff > Fix inference for generator methods to correctly handle yields in lambdas. Those are almost all the patches that we have for logilab.astng. I have a larger patchset that adds support for having the standard library in a zip file (turns out almost nobody has that). However, I need to come up with a good way to test that, which is complicated by exactly that. I also have a number of pylint patches (7 to be exact), but one of them depends on the patches here, and they're also not completely done yet (cleanup/testing). // Torsten -- Site Reliability Engineer ∘ Google ✚ ∘ ⬕
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
