Claus Rørbech

Results 54 issues of Claus Rørbech

This PR is just to experiment with compiling the project with Kotlin 1.7.10

cla: yes

This PR makes our internal `freeze` calls a no-op when running with Kotlin's new experimental memory model. This way we avoid freezing coroutine primitive to support Coroutine 1.6.0's new _freeze...

cla: yes

Adding https://github.com/Kotlin/binary-compatibility-validator to ensure that we track public API updates. Only works for `android` and `jvm`. According to https://github.com/Kotlin/binary-compatibility-validator#workflow changes to API will be verified by the normal `check` commands,...

cla: yes

`RealmReference` introduced a cycle in the references, which seems to cause GC to fail deallocation the Realm and the RealmReference on native. This draft PR is just my experiments of...

Current result of `MutableRealm.query` will return a `RealmQuery` that reevaluates and updates according to changes done during the `write`. This is difficult to reason about and can make iteration of...

This one popped up in a build after updating the changelog in https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/PR-702/8/tests 🤔 ``` Error kotlin.native.concurrent.InvalidMutabilityException: Frozen during lazy computation Stacktrace kotlin.native.concurrent.InvalidMutabilityException: Frozen during lazy computation at kotlin.Throwable#(/Users/teamcity1/teamcity_work/6326934d18cfe24e/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Throwable.kt:24) at...

iOS test stage failed in https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/master/297/pipeline with the below stack trace. Haven't been able to reproduce locally and subsequent build succeeded. The succeeding build ran on the same machine and...

From #713 (Christian - 2) RealmInterop is too huge and annoying to reason about. I would like to split it into more manageable chunks that mirror the ObjectStore classes: Realm,...