-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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 C# epsilon compiler error on double precision build #88994
Fix C# epsilon compiler error on double precision build #88994
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch. Thanks for the fix!
- I missed this in the review of [.NET] Better
.editorconfig
setup inmodules/mono/
#88570.
No problem! :) do we have any CI / pipelines / automation for checking C# 64 bit compilations? If not, I'd be happy to add it :) |
Above question is being discussed over here: #88993 (comment) |
I knew I would've broken something 🥲 |
Could you amend the commit message to be more explicit? E.g. the edit I did to this PR's title should be a good option:
|
Yep. Just woke up. Gonna get myself some coffee then will amend it :) |
7eb235d
to
09c6cb1
Compare
Renamed the commit message per @akien-mga 's suggestion. Let me know if you need anything else :) |
Thanks! And congrats for your first merged Godot contribution 🎉 |
Thanks you as well! |
Currently 64 bit C# builds of Godot are failing due to a compiler error. This fixes #88993
It appears the 64 bit / long version of Epsilon was missed in a recent refactor.