-
Notifications
You must be signed in to change notification settings - Fork 586
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
Followup to #6922 refactoring after_realm_open
into exclude_from_icloud_backup
#6927
Conversation
e4d7aca
to
a71f6e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's cool! Pretty sure I heard some users mention to me that they have seen their data "sync" on Flutter as well and from what I can see it's probably also because of iCloud backup (though I think if data is stored in the application support path, that also lets you opt out).
MOCHA_REMOTE_GREP='icloud' npm run test:ios --workspace @realm/react-native-test-app-tests | ||
``` | ||
|
||
In the command above, we're explicitly grepping for the icloud backup tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the command above, we're explicitly grepping for the icloud backup tests. | |
In the command above, we're explicitly grepping for the iCloud backup tests. |
…cloud_backup` (#6927) * Avoid including realm core headers in platform.hpp * Add tests * Update contrib guide and script to reference integration tests * Add note in the changelog
…cloud_backup` (#6927) * Avoid including realm core headers in platform.hpp * Add tests * Update contrib guide and script to reference integration tests * Add note in the changelog
What, How & Why?
For some reason (yet to be determined) referencing the "shared_realm.hpp" from our platform.hpp fails compilation for Node.js on Windows. Instead of sinking more time and effort into locating the root cause and solving it, I refactored the implementation in #6922 to avoid referencing the
SharedRealm
fromplatform.hpp
.☑️ ToDos
Compatibility
label is updated or copied from previous entryCOMPATIBILITY.md
package.json
s (if updating internal packages)Breaking
label has been applied or is not necessary@realm/devdocs
if documentation changes are needed