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

Refactor BLangWorkerSend so that it can work as a expression. #24849

Closed
rdhananjaya opened this issue Jul 20, 2020 · 2 comments · Fixed by #38245
Closed

Refactor BLangWorkerSend so that it can work as a expression. #24849

rdhananjaya opened this issue Jul 20, 2020 · 2 comments · Fixed by #38245
Assignees
Labels
Points/3 Equivalent to three days effort Priority/High Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Bug Type/Improvement

Comments

@rdhananjaya
Copy link
Member

Description:
Refer https://ballerina.io/ballerina-spec/spec.html#async-send-action

BLangWorkerSend is modeled as a statement, it need to be modeled as a action (hence as an expression and validate later)

Steps to reproduce:

Affected Versions:

OS, DB, other environment details and versions:

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

@sanjana
Copy link
Contributor

sanjana commented Apr 11, 2023

The updated link to spec is: https://ballerina.io/spec/lang/2022R4/#async-send-action

@github-actions
Copy link

This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now.

      - Reason/EngineeringMistake - The issue occurred due to a mistake made in the past.
      - Reason/Regression - The issue has introduced a regression.
      - Reason/MultipleComponentInteraction - Issue occured due to interactions in multiple components.
      - Reason/Complex - Issue occurred due to complex scenario.
      - Reason/Invalid - Issue is invalid.
      - Reason/Other - None of the above cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Points/3 Equivalent to three days effort Priority/High Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Bug Type/Improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants