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

Avoid generating async methods when there are no ones in service impl #516

Closed

Conversation

ridesun
Copy link
Contributor

@ridesun ridesun commented Sep 5, 2024

Resolves #63 .

I made some changes so that when there are absolutely no async calls in the service impl, only sync methods will be generated.

@reviewer-or-team

Copy link
Member

@DennisInSky DennisInSky left a comment

Choose a reason for hiding this comment

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

This functionaliy requires changes in code generation for program as well.

@ridesun
Copy link
Contributor Author

ridesun commented Sep 20, 2024

Noticed this issue and is revising

@ridesun ridesun closed this Sep 28, 2024
@ridesun ridesun force-pushed the ri/judge_async_methods_in_service_impl branch from 41e80b3 to 25e2530 Compare September 28, 2024 08:12
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.

macros: Avoid generating async methods when there are no ones in service impl
2 participants