Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Incompatible with RealmSwift 10.1.4 #4

Description

@vapor-pawelw

New data type cases have been added to new realm and this browser doesn't switch over them, which ends up with compiler errors about switches not covering all the cases.

It would be great if it could be fixed. The compiler-error parts of the code are:

  • BrowserTools.swift:78 (private static func handleSupportedTypes(for property: Property, object: Object) -> String)
  • RBSRealmBrowser+Extensions.swift:74 (var humanReadable: String)

The missing types are objectId and decimal128.
I would also recommend adding @ unknown default case so we avoid situations like this in future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions