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

Ambiguity between single-wait-action and alternate-wait-action #525

Open
SupunS opened this issue May 20, 2020 · 0 comments
Open

Ambiguity between single-wait-action and alternate-wait-action #525

SupunS opened this issue May 20, 2020 · 0 comments
Labels
Area/Lang Relates to the Ballerina language specification Type/Improvement Enhancement to language design
Milestone

Comments

@SupunS
Copy link

SupunS commented May 20, 2020

Description:

function foo() {
    wait x | y;    // <----
}

Above statement can be either a single-wait-action with bitwise-or-expr, or alternate-wait-action with var-refs

@jclark jclark added this to the Swan Lake cleanup milestone Sep 27, 2020
@anupama-pathirage anupama-pathirage added Type/Improvement Enhancement to language design Area/Lang Relates to the Ballerina language specification labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Lang Relates to the Ballerina language specification Type/Improvement Enhancement to language design
Projects
None yet
Development

No branches or pull requests

3 participants