Skip to content
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

RJS-2771: Upgrade to Realm Core v14.4.0 #6569

Merged
merged 5 commits into from
Mar 22, 2024
Merged

RJS-2771: Upgrade to Realm Core v14.4.0 #6569

merged 5 commits into from
Mar 22, 2024

Conversation

kneth
Copy link
Contributor

@kneth kneth commented Mar 21, 2024

What, How & Why?

This closes #6568, #6554, and #6558

☑️ ToDos

  • 📝 Changelog entry
  • 📝 Compatibility label is updated or copied from previous entry
  • 📝 Update COMPATIBILITY.md
  • 🚦 Tests
  • 📦 Updated internal package version in consuming package.jsons (if updating internal packages)
  • 📱 Check the React Native/other sample apps work if necessary
  • 💥 Breaking label has been applied or is not necessary

@kneth kneth merged commit ddef582 into main Mar 22, 2024
32 checks passed
@kneth kneth deleted the kneth/realm-core-14.4.0 branch March 22, 2024 15:07
@@ -239,6 +239,9 @@ function convertPrimToJsi(addon: JsiAddon, type: string, expr: string): string {
case "uint64_t":
return `bigIntFromU64(_env, ${expr})`;

case "std::chrono::milliseconds":
return `bigIntFromU64(_env, std::chrono::milliseconds(${expr}).count())`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking more about this change. We should have been able to ignore this primitive all together, by simply not including it in the js_opt_in_spec.yml. Did bindgen fail if you didn't put this code in? If not - perhaps we should extend the "opt-in" feature to include primitives? What do you think @elle-j?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Realm Core 14.4.0
3 participants