Yaroslav Kishchenko

Results 8 comments of Yaroslav Kishchenko

At this point it is quite hard to create such functionality as computed field, because some scopes (like lambdas) may be inside expressions. To be able to search inside expression,...

Currently scope graph does not provide all the needed information. To correct it the concept of the graph have to be changed. Now graph vertexes should either represent scope or...

I am for finding out nested blocks with `for`, `if` etc. at once. Considering nested blocks of different types, their nesting depth should be greater than for nested blocks of...

@Vitaly-Protasov So to keep current functionality, pattern class needs to accept in its constructor `max_depth` and tuple of statements types. It is better be done the following way: ```python def...

@acheshkov, I fixed flake, please reaproove and merge one more time.

@acheshkov Please try one more time.

I think last patterns should be distributed the next way: - @Vitaly-Protasov can take `nesting_block` and `nesting_loop` (last one should be deleted, check my comment in #562). - I am...

@Vitaly-Protasov Yep, no problem.