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

[master] Remove unused variables & make caller isolated #1615

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

dilanSachi
Copy link
Contributor

@dilanSachi dilanSachi commented Jun 25, 2024

Purpose

$subject

Decided to remove the 2 public records Remote and Local which were fields of the caller. However this won't be a breaking change for users as the caller is not exposed to the user and only the enwrapped caller class (ex - ChatStringCaller) uses the grpc:Caller which doesnt have any usage of the above fields. Also the remote and local values were not populated by the runtime as well (engineering mistake).

Related to ballerina-platform/ballerina-library#6656

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@dilanSachi dilanSachi marked this pull request as ready for review June 26, 2024 03:53
@dilanSachi dilanSachi merged commit b7eac02 into ballerina-platform:master Jun 26, 2024
5 checks passed
@dilanSachi dilanSachi deleted the isolate-caller branch June 26, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants