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

Explicit convert UINT64_MAX to unsigned. #220

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

jianminzhao
Copy link
Contributor

In Jenkins' build machine (MacOS), we found it failed to convert UINT64_MAX to unsigned with @() after we upgraded MACOSX_DEVELOPMENT_TARGET to 12 from 10.14. A test failed because of it. Fix it by creating an NSNumber with unsignedLongLong.

In Jenkins' build machine (MacOS), we found it failed to convert UINT64_MAX to unsigned with @() after we upgraded MACOSX_DEVELOPMENT_TARGET to 12 from 10.14.
A test failed because of it. Fix it by creating an NSNumber with unsignedLongLong.
@jianminzhao jianminzhao requested a review from pasin May 10, 2024 22:16
@pasin pasin requested a review from bmeike May 10, 2024 22:19
@jianminzhao jianminzhao merged commit 0e32f3e into release/3.1 May 10, 2024
3 checks passed
@jianminzhao jianminzhao deleted the cbl-5723 branch May 10, 2024 22:24
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.

None yet

2 participants