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

Operations returning a BOOL broken #27

Open
ondrejhanslik opened this issue Jun 18, 2014 · 0 comments
Open

Operations returning a BOOL broken #27

ondrejhanslik opened this issue Jun 18, 2014 · 0 comments

Comments

@ondrejhanslik
Copy link
Contributor

Calling a method using frankly_map has an invalid return value when the method returns a BOOL.

Broken by this commit 947f287

The result is that booleans are returned to ruby as integers. Unfortunately, all integers in ruby are false breaking a lot of the test code.

I understand that @encode(BOOL) == @encode(signed char) but I think that BOOL is much more often used as a return value than a signed char.

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

No branches or pull requests

1 participant