-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[mono][interp] Add implicit conversion of floating-point call args #89428
Conversation
Tagging subscribers to this area: @BrzVlad, @kotlarmilos Issue DetailsThis PR adds explicit conversion of floating-point call args and enables the conversion for inlined methods. Fixes #89385
|
the debugger failure is known |
This comment was marked as outdated.
This comment was marked as outdated.
/azp run runtime-ioslike |
No commit pushedDate could be found for PR 89428 in repo dotnet/runtime |
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
The failures are known and shouldn't be related. |
This PR adds implicit conversion of floating-point call args and enables the conversion for inlined methods.
Fixes #89385