-
Notifications
You must be signed in to change notification settings - Fork 61
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
Upgrade to latest core #1731
Upgrade to latest core #1731
Conversation
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.
Looks great!
packages/cinterop/src/nativeDarwin/kotlin/io/realm/kotlin/internal/interop/ErrorCode.kt
Show resolved
Hide resolved
@@ -1,5 +1,6 @@ | |||
headers = realm.h realm/error_codes.h | |||
headerFilter = realm.h realm/error_codes.h | |||
compilerOpts = -DREALM_APP_SERVICES=1 |
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.
What does this option do?
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.
It's a build option to include core's default implementation of app services api. Eventually we will be able to supply our own, so that we can build the MongoDB API without core.
CI is just failing on various flaky tests due to timeouts. Merging. |
TODO:
Should we wait for Regression with missing download progress notification for PBS realm-core#7627 or considered it a known bugAdded it as a known bug.