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

fix(volo-build): not add vologen prefix for method arguments type with rust type kind #520

Merged
merged 4 commits into from
Nov 5, 2024

Conversation

Ggiggle
Copy link
Contributor

@Ggiggle Ggiggle commented Nov 5, 2024

Motivation

Referred to #515, when using the rust basic type or predefined types in the volo framework ecosystem as the method arguments, the vologen prefix would be incorrect to add here.

Solution

Only the type defined in idl, which type kind is the path kind, will need this vologen prefix, so we will use this to decide whether to add this prefix.

@Ggiggle Ggiggle requested review from a team as code owners November 5, 2024 05:16
Millione
Millione previously approved these changes Nov 5, 2024
@Ggiggle Ggiggle force-pushed the fix/not_use_volo_gen_prefix_for_rust_type branch from e4a6d0e to 2956e5d Compare November 5, 2024 06:41
@PureWhiteWu PureWhiteWu merged commit effeaff into main Nov 5, 2024
15 of 17 checks passed
@PureWhiteWu PureWhiteWu deleted the fix/not_use_volo_gen_prefix_for_rust_type branch November 5, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants