limwz01

Results 5 comments of limwz01
trafficstars

The example is in the [linked issue](https://github.com/google/yapf/issues/613).

After a long while of using this with only the problems mentioned in my first post, I've found a further problem that occurs with the following: ```python3 def main(): if...

@SkyeNygaard @braineo @dmytrokyrychuk I've created a [fork (PR 1102)](https://github.com/google/yapf/pull/1102) that fixes this bug, but it needs extensive testing as making this right is quite difficult. It still wouldn't fix the...

I now understand what you mean when you say your approach also allows main program arguments. I didn't notice that you still parse the main arguments even after detecting a...