Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Use correct exceptional return in float blocks #609

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Conversation

liamappelbe
Copy link
Contributor

We were generating 0 as the exceptional return for float blocks, but we should be generating 0.0. Fixes dart-lang/native#452

@liamappelbe liamappelbe enabled auto-merge (squash) September 1, 2023 02:57
Copy link
Contributor

@dcharkes dcharkes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Thanks @liamappelbe .

Should we have a bug-fix entry in the CHANGELOG.md?

Also, should we have fixes on the stable branch? 9.0.2 ?

@liamappelbe liamappelbe merged commit 876b7ad into main Sep 1, 2023
6 checks passed
@liamappelbe liamappelbe deleted the float_block branch September 1, 2023 09:25
@liamappelbe
Copy link
Contributor Author

Should we have a bug-fix entry in the CHANGELOG.md?

Also, should we have fixes on the stable branch? 9.0.2 ?

I have a lot of small bug fixes like this in the works. Maybe we can cherry pick them into a stable branch once they're done, if 3.2 isn't stable by then.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[ObjectiveC] exceptionalReturn of 0 for a function that returns Float.
2 participants