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

Refactor Android filesystem platform helpers #6928

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

kraenhansen
Copy link
Member

What, How & Why?

This closes #5296 using the std::filesystem API as a pre-requisite for merging #6927 (as that needs the ensure_directory_exists_for_file to get tests passing).

☑️ ToDos

  • 📝 Changelog entry
  • 📝 Compatibility label is updated or copied from previous entry
  • 📝 Update COMPATIBILITY.md
  • 🚦 Tests
  • 📦 Updated internal package version in consuming package.jsons (if updating internal packages)
  • 📱 Check the React Native/other sample apps work if necessary
  • 💥 Breaking label has been applied or is not necessary
  • 🔔 Mention @realm/devdocs if documentation changes are needed

@kraenhansen kraenhansen self-assigned this Nov 12, 2024
@cla-bot cla-bot bot added the cla: yes label Nov 12, 2024
@kraenhansen kraenhansen added the no-jira-ticket Skip checking the PR title for Jira reference label Nov 12, 2024
@kraenhansen
Copy link
Member Author

Ran tests locally to verify this, Android is green and because of 93d7d3e this will never be green on CI.

@kraenhansen kraenhansen merged commit d5e901b into main Nov 12, 2024
26 of 30 checks passed
@kraenhansen kraenhansen deleted the kh/android-platform-refactor branch November 12, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes no-jira-ticket Skip checking the PR title for Jira reference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reimplement RN filesystem primitives
2 participants