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
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