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

feat(sdk): changing the bind method from internal to public #3776

Merged
merged 5 commits into from
Aug 11, 2023

Conversation

marciocadev
Copy link
Collaborator

@marciocadev marciocadev commented Aug 10, 2023

This PR changes the _bind methods, making them public and removing the internal tag. It makes more sense to make this method public, as a Wing class can rewrite the method when necessary.

Closes #3775

Checklist

  • Title matches Winglang's style guide
  • Description explains motivation and solution
  • Tests added (always)
  • Docs updated (only required for features)
  • Added pr/e2e-full label if this feature requires end-to-end testing

By submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.

Signed-off-by: monada-bot[bot] <[email protected]>
@monadabot monadabot added the ⚠️ pr/review-mutation PR has been mutated and will not auto-merge. Clear this label if the changes look good! label Aug 10, 2023
@Chriscbr Chriscbr added the 🚧 pr/do-not-merge PRs with this label will not be automatically merged by mergify. label Aug 10, 2023
@Chriscbr Chriscbr removed the 🚧 pr/do-not-merge PRs with this label will not be automatically merged by mergify. label Aug 10, 2023
marciocadev and others added 3 commits August 10, 2023 21:26
Signed-off-by: monada-bot[bot] <[email protected]>
Signed-off-by: monada-bot[bot] <[email protected]>
@marciocadev marciocadev removed the ⚠️ pr/review-mutation PR has been mutated and will not auto-merge. Clear this label if the changes look good! label Aug 11, 2023
@mergify
Copy link
Contributor

mergify bot commented Aug 11, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

mergify bot added a commit that referenced this pull request Aug 11, 2023
@mergify mergify bot merged commit f416d4b into main Aug 11, 2023
11 checks passed
@mergify mergify bot deleted the marciocadev/function-bind-public branch August 11, 2023 02:03
@monadabot
Copy link
Contributor

Congrats! 🚀 This was released in Wing 0.24.96.

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.

Change the internal bind method to public
3 participants