Cannot update to prerelase/1.0 due to swift-custom-dump issue in 0.10.x #2093
Unanswered
sareninden
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
just wondering if anyone else has this issue or solved it.
Currently we are migrating our project from our own RxSwift based variant inspired by TCA to this library. So I wanted to use the prerelease (like why work with things that are going to get deprecated/updated soon).
But I ran into a problem. I raised this issue 3 weeks ago but didn't receive any response yet.
My problem is that swift-custom-dump since 0.10.0 and later does not sort keys of dictionaries anymore. It works if you just dump a dictionary but once you nest it in a class/struct the keys are unsorted. And as such it breaks our snapshot tests that check a dump.
So does anyone else have this issue or have a workaround?
Beta Was this translation helpful? Give feedback.
All reactions