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

rocksdb: remove MacOS-specific options #53

Closed
wants to merge 1 commit into from

Conversation

abulimov
Copy link
Contributor

@abulimov abulimov commented Nov 6, 2023

Summary: No need to keep a copy of MacOS-specific options.go just to have ulong replaced with ulonglong. Use universal size_t and uint64_t instead

Reviewed By: deathowl

Differential Revision: D51027976

Summary: No need to keep a copy of MacOS-specific options.go just to have `ulong` replaced with `ulonglong`. Use universal `size_t` and `uint64_t` instead

Reviewed By: deathowl

Differential Revision: D51027976
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51027976

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f5723c5) 58.91% compared to head (3ab393c) 59.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   58.91%   59.18%   +0.27%     
==========================================
  Files          72       79       +7     
  Lines        8316     8651     +335     
==========================================
+ Hits         4899     5120     +221     
- Misses       3098     3209     +111     
- Partials      319      322       +3     

see 8 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 2da5c5b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants