Closed KitsuneAlex closed 2 months ago
Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @KitsuneAlex. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a @cla-bot check
comment. The GitHub usernames you file there will need to match that of your Pull Requests. If you have any questions or cannot file the CLA electronically, make a comment here and we will be happy to help you out.
This seems to be the major holdback with Kotlin 2.0.20 right now.
Doneso :)
How to ping Realm to actually merge this and release as a hotfix?
It's not so great not to support the latest stable release..
Giving a respectful bump @nirinchev :)
Also tagging @fealebenpae @tgoyne @kraenhansen and @nicola-cab because this specific repository seems a little inactive atm and i really need this fix at work if possible.
Hey, apologies for the delays here - it's a period of multiple vacations as well as parental leaves, which has left the Kotlin team very understaffed. We expect folks to start coming back from their leaves mid-September and we'll try to prioritize this PR.
Hey, apologies for the delays here - it's a period of multiple vacations as well as parental leaves, which has left the Kotlin team very understaffed. We expect folks to start coming back from their leaves mid-September and we'll try to prioritize this PR.
Thank you very very much. And sorry if i came off as spammy here!
Not at all, it's a fair ask!
Any news?, its a blocker for some Visma companies to upgrade kotlin as well.
@nhachicha that's the PR I mentioned yesterday. Can you take a look and if all looks good, we can do a release with the latest Core fixes + this.
Thanks for the PR @KitsuneAlex some updates: While this PR address some aspects, JetBrains introduced more compiler changes:
IrFactory
from an interface into a class which introduces a binary incompatibility between libraries shipped with kotlin 2.0.0|10 and 2.0.20 (see my slack message for details https://kotlinlang.slack.com/archives/C7L3JB43G/p1726064330074609?thread_ts=1718831903.163399&cid=C7L3JB43G ) I'm grouping potential fixes in https://github.com/realm/realm-kotlin/pull/1830 if you want to follow the progress
Fixes #1825