Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

code generation for deserialisation does not work with Classes, only Structs #269

Closed
theffc opened this issue Jun 12, 2020 · 1 comment
Closed
Labels
DX Dev Experience: something that directly degrades our users (developers) experience with our product iOS This issue directly affects structure and logic of iOS project

Comments

@theffc
Copy link
Contributor

theffc commented Jun 12, 2020

Description

As a user I want to create my Custom Components using Classes instead of Structs, and still would not need to manually create code for Decodable conformance.

Problem

We provide a tool to our users to automatically generate Decodable conformance for custom components. But that tool does not work with Classes, only Structs.

Expected behaviour

  • solution won't change how it works with Structs, only extend to also work with Classes
  • the API (AutoDecodable) should be the same
@theffc theffc added iOS This issue directly affects structure and logic of iOS project DX Dev Experience: something that directly degrades our users (developers) experience with our product labels Jun 12, 2020
@theffc
Copy link
Contributor Author

theffc commented Jul 15, 2020

we will depreciate this due to a feeling that our users would probably not use Sourcery. If that changes, we can do that again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
DX Dev Experience: something that directly degrades our users (developers) experience with our product iOS This issue directly affects structure and logic of iOS project
Projects
None yet
Development

No branches or pull requests

2 participants