realm-kotlin
realm-kotlin copied to clipboard
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
We want to capture on CI similar issue to https://github.com/realm/realm-kotlin/pull/1572/
We want to capture issues like https://github.com/realm/realm-kotlin/pull/1568 at CI level, probably via adding an App and SyncConf with the KMM sample and making sure it compiles with the latest kotlin
I was testing exceptions in some callbacks in JNI. We have this code in `throw_as_java_exception`: ``` jclass error_type_class = (jenv)->FindClass("io/realm/internal/interop/CoreErrorUtils"); ``` Which will crash in `FindClass` if you have a...
Core now reports progress estimates during a Download/Upload. This PR adds support for it. The progress estimate is a double ranged between 0 - 1. Depends on https://github.com/realm/realm-core/pull/7124 Closes https://github.com/realm/realm-kotlin/issues/1744
See this Java issue for broader context: https://github.com/realm/realm-java/issues/1694 Given that KMP has no default types for UUID and Dates, type adapters are probably required from the start for Kotlin. This...
Currently our `inMemory()` modifier still writes files to disk during operation (but it is done lazily and they are removed when the Realm file is closed). However for some use...
### How frequently does the bug occur? Always ### Description Compiling a Realm model object with with Kotlin's K2 support will fail if other plugins adds a companion object too....
### Problem I am trying kotlin multiplatform realm sdk. Everything was going smooth untill i have to install realm studio, export my db files and view it which is very...
Trying to release dispatcher/scheduler used across multiple realms in https://github.com/realm/realm-kotlin/pull/1559/commits/f3e4ce362d56231c77bbf6dffcf8240bf5756fd2#diff-291d3886fa0a21b98dc0ebd5ff0ce3846d78dab19a8d3ccffe6386899f0879a4R79 causes ``` io.realm.kotlin.test.common.utils.PlatformUtilsTests.createTempDir_createDifferentDirs STANDARD_OUT Uncaught Kotlin exception: kotlin.IllegalStateException: Dispatcher multipleSchedulersOnSameThread was closed, attempted to schedule: DispatchedContinuation[MultiWorkerDispatcher@584bb7d0, Continuation @ 0] io.realm.kotlin.test.darwin.CoroutineTests.dispatchQueueScheduler...
### How frequently does the bug occur? Sometimes ### Description A few users get an exception on the startup due to a Realm initialization issue. ### Stacktrace & log output...