Zsolt Dollenstein
Zsolt Dollenstein
Let me revisit this implementation, apparently the dependency I chose is doomed: https://github.com/pengutronix/aiohttp-json-rpc/pull/62
@AvdN points out another effect of how black treats multiline strings that are styled like this in #426 (in the case when the string is a parameter to a function...
Huh, I thought CPython 3.7 doesn't support M1 cpus Edit: yeah, 3.8.10 was the first release that supports Apple arm64: https://docs.python.org/release/3.8.12/whatsnew/changelog.html#id10
> Are we expecting to see CST objects change names? Is there an example where the current structure doesn't match as closely as it could if we only had a...
Yeah I agree with this sentiment, the same way as `a` is `STORE` in `a += 1`. Moreover, in this snippet: ``` import a.b as c import d.e from f.g...
> But I guess it ultimately depends on whether we really want to interpret the concept of "expression context" as related to symbol in namespace. I will wait for you...
Hmmm, what happens if you run `ufmt format /build/python-libcst/src/LibCST-0.4.6/libcst/_typed_visitor.py`? Any output?
That might be the case, and then there should be some more details in `/build/python-libcst/src/LibCST-0.4.6/libcst/_typed_visitor.py.failed_generate` about the failure that might help
Agreed, this is something black should do in my opinion as well
As long as you run `black` with --safe, this shouldn't cause any breakages (apart from black itself crashing).