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 enhance method error when unknown parameter type #160

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Fix enhance method error when unknown parameter type #160

merged 2 commits into from
Jan 10, 2024

Conversation

mrproliu
Copy link
Contributor

Following apache/skywalking#11739, I used basic type judgment before to determine the default value, but it caused custom basic types to be unrecognized.
So this time I changed it to the form of pre-defined temporary variables, and let go automatically initialize the default values to complete the setting operation.

@mrproliu mrproliu added the bug Something isn't working label Jan 10, 2024
@mrproliu mrproliu added this to the 0.4.0 milestone Jan 10, 2024
@mrproliu mrproliu requested a review from wu-sheng January 10, 2024 04:25
@wu-sheng wu-sheng merged commit 63bab93 into apache:main Jan 10, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants