Max Petrov

Results 165 comments of Max Petrov

@yegor256 It's planned for development. As soon as we get resolved all issues with new syntax changes.

> @mximp maybe `random.pseudo` can be replaced with `$.

> > @mximp maybe `random.pseudo` can be replaced with `$.

> Try to change the way `try` deals with catch-finally blocks. Return them without dataization. I think the issue will be fixed in this branch. @yegor256 We will have double-dataization...

> Try to change the way try deals with catch-finally blocks. Return them without dataization... @yegor256 Also `finally` body must be either never returned or returned always. I believe you...

> @mximp check this, maybe will help: https://news.eolang.org/2022-12-22-declarative-while.html (the example at the end of the article) @yegor256 I've read the post... We will probably need the same for `try` and...

@yegor256 please check and merge

@yegor256 reminder

> @yegor256 I believe, these changes are not as significant as changing the behavior of the `while` object. We almost never use `goto` in our code. So why `while` object...

> Should it return the following? > > ``` > x is 11 > y is 11 > ``` > > Correct me if I'm wrong somewhere @yegor256 @MikhailLipanin I...