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 bug: replace int and float with num type in dart #3042

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

SnakeHacker
Copy link
Contributor

e.g. When data type is double and data value is 1, dart catch error as shown in the following figure
image

so I use the num type to be compatible with double and int

Verified

This commit was signed with the committer’s verified signature. The key has expired.
susnux Ferdinand Thiessen
@SnakeHacker
Copy link
Contributor Author

@kevwan PTAL

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


@kevwan ASKED

@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Merging #3042 (e527980) into master (7a647ca) will increase coverage by 0.01%.
The diff coverage is n/a.

see 3 files with indirect coverage changes

@kevwan kevwan added this pull request to the merge queue Mar 18, 2023
@kevwan kevwan merged commit a561048 into zeromicro:master Mar 18, 2023
@SnakeHacker SnakeHacker deleted the dart-gen branch March 19, 2023 05:32
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.

None yet

3 participants