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 integer overflow converting Lunar to Gregorian on 386 arch #220

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

iTanken
Copy link
Contributor

@iTanken iTanken commented Jan 25, 2024

GOARCH=386

Fix: #219

Ref: golang-module/carbon/issues/219

Signed-off-by: liutianqi <zixizixi@vip.qq.com>
@iTanken
Copy link
Contributor Author

iTanken commented Jan 25, 2024

@gouguoyin 有空的话请 review 此 PR,谢谢。如果有更好的解决方案请随时关闭。

@Issues-translate-bot
Copy link
Collaborator

The issue body's language is not English, translate it automatically, please use English next time. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


@gouguoyin Please review this PR if you have time, thank you. If there is a better solution please feel free to close.

@gouguoyin
Copy link
Collaborator

和我的修复方案一样,不过我的还没提交
image

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (28091bd) 100.00% compared to head (a163127) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #220   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         2553      2553           
=========================================
  Hits          2553      2553           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gouguoyin gouguoyin merged commit 0e710e7 into dromara:master Jan 25, 2024
6 checks passed
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.

build for windows_386 (untyped int constant) overflows int
3 participants