-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
build for windows_386 (untyped int constant) overflows int #219
Comments
failed when install? |
when building 32-bit programs |
安装时没问题,交叉编译时出错吗? |
There is no problem during installation, but is there an error when cross-compiling? |
嗯,64 位编译运行没有问题,设置 v2.3.5 在 32位环境下是编译运行正常的。 |
Well, there is no problem in 64-bit compilation and operation. When setting v2.3.5 compiles and runs normally in a 32-bit environment. |
Ref: golang-module/carbon/issues/219 Signed-off-by: liutianqi <zixizixi@vip.qq.com>
Hello,
I encountered an issue with the following code:
golang version: 1.20.13
carbon version: 2.3.6
I expected to get:
But I actually get:
Thanks!
The text was updated successfully, but these errors were encountered: