Skip to content

add support for boolean/bool#12

Merged
bluejekyll merged 1 commit into
bluejekyll:mainfrom
ngrok-oss:nikolay/add-bool-support
May 13, 2024
Merged

add support for boolean/bool#12
bluejekyll merged 1 commit into
bluejekyll:mainfrom
ngrok-oss:nikolay/add-bool-support

Conversation

@nikolay-ngrok

Copy link
Copy Markdown
Contributor

Adds support for mapping java booleans. The only tricky part is that z already returns rust bool, but JavaBoolean is actually represented by u8, which makes is incompatible with from_java_value! macro.

@simlay simlay left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@bluejekyll I think these changes seem pretty reasonable. Up to take a look? It looks like CI hasn't ran since march of 2023. I'm up to get it working with the things leading up tojust test but I think github's default CI settings don't run CI for any non-previous contributors to a given repo.

Over in #14, I've slowly made more changes but some changes are obviously experimental and think it'd be good to have more small PRs rather than one big PR.

@bluejekyll

Copy link
Copy Markdown
Owner

Oh, I think I missed this PR. Yes, this looks reasonable.

@bluejekyll bluejekyll merged commit b00d5be into bluejekyll:main May 13, 2024
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

Successfully merging this pull request may close these issues.

3 participants