Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ждать в одном стейтменте #151

Merged
merged 5 commits into from
Nov 23, 2021
Merged

Ждать в одном стейтменте #151

merged 5 commits into from
Nov 23, 2021

Conversation

asosnoviy
Copy link
Member

@asosnoviy asosnoviy commented Oct 22, 2021

@@ -242,7 +242,7 @@ member
: unaryModifier?
(
constValue
| complexIdentifier
| WAIT_KEYWORD? complexIdentifier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вроде такая штука позволит сделать Ждать А.А, без вызова метода на конце. а такое нельзя

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вроде такая штука позволит сделать Ждать А.А, без вызова метода на конце. а такое нельзя

проверили, можно

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Можно, отчего же нельзя. Ждать работает как Возврат <Выражение>, т.е. просто принимает некий аргумент типа Обещание. Можно смело напихать обещания в структуру структур структур и ждать их через несколько точек

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Кажется, что Ждать (Обещание) тоже возможен синтаксически, т.к. обещание в скобках это все равно обещание. Так же, как Возврат ("Что в скобках, что без скобок, разницы нет, т.к. это экспрешшен")

@@ -242,7 +242,7 @@ member
: unaryModifier?
(
constValue
| complexIdentifier
| WAIT_KEYWORD? complexIdentifier
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Кажется, что Ждать (Обещание) тоже возможен синтаксически, т.к. обещание в скобках это все равно обещание. Так же, как Возврат ("Что в скобках, что без скобок, разницы нет, т.к. это экспрешшен")

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@nixel2007 nixel2007 merged commit b0858f1 into develop Nov 23, 2021
@nixel2007 nixel2007 deleted the fix/wait branch November 23, 2021 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants