Serde Support 2023 December Update #3293
thomas-k-cameron
started this conversation in
General
Replies: 1 comment 2 replies
-
I'm going to mention you. I hope my write up will help! I will try to ready them during the holidays. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Congratulations on reaching GA!
I wanted to make a write up summarize the current situation on adding serde attributes.
Here is an overview of open PRs.
PRs for adding tests or refactoring
These PRs are for refactoring or tests; It does not affect functionalities of the crates.
Please take a look at the each PR for further detail.
serde
attributes are not added to error types #2803Non Trivial PRs
RFC30 #2615
This is the master PR; It had over 30 changed files, and I divided into smaller sub-PRs to improve the reviewing experience.
This is the PR where it make changes to
*Generator.kt
exists. Once this PR is merged all sdks are going to be shipped with theserde
attribute.RFC30: add Serde Decorator to RustClientCodegenPlugin #2650
This one adds
serde
decorator.I received a suggestion to add a compiler warning;
You can find my lengthy comment talking about calling
panic!()
during compilation; This is because I mistakenly believed that bycompiler warning
it meant something that forces the compilation to fail.Rfc30/compiletime benchmark to ci #2775
This is the PR for adding compile-time benchmarks.
CI-script for benchmarking was merged before but it was reverted due to an error.
Beta Was this translation helpful? Give feedback.
All reactions