Skip to content

Crash when dumping object of type Action #33

Description

@jimmyaat10

Hey Krzysztof!
First of all, thank you for all the tools that you share with the community, they are always very useful.
Our Paris team are very grateful :)

We have encountered a crash when trying to dump an Action

Simple test to reproduce the crash:

TestAction.swift.txt

We have added some logs and it seems like is trying to compare the RxSwift sequence
dump.txt

We have found a "quick fix but not best" for the moment avoiding to compare the Action type in diffLines like
if "\(expectedMirror.subjectType)".contains("Action<") && "\(receivedMirror.subjectType)".contains("Action<") { return [] }
but maybe you have a better solution.

Thank you.
Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions