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

Small fix for realm-trawler #7989

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Small fix for realm-trawler #7989

merged 1 commit into from
Aug 20, 2024

Conversation

jedelbo
Copy link
Contributor

@jedelbo jedelbo commented Aug 20, 2024

We should be able to handle files that uses type_LinkList

What, How & Why?

☑️ ToDos

  • 📝 Changelog update
  • 🚦 Tests (or not relevant)
  • C-API, if public C++ API changed
  • bindgen/spec.yml, if public C++ API changed

We should be able to handle files that uses type_LinkList

if (type == realm::col_type_Link) {
if (type == 12) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: but isn't it easier to just if (type == 12 || type == 13)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Then the call in line 635 would not work

@jedelbo jedelbo merged commit d4ecfba into master Aug 20, 2024
23 of 37 checks passed
@jedelbo jedelbo deleted the je/realm-trawler branch August 20, 2024 10:39
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 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.

2 participants