Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Deserialization] flatten configs cannot be deserialized by serde #2226

Closed
ZhiHanZ opened this issue Oct 13, 2021 · 1 comment
Closed

[Deserialization] flatten configs cannot be deserialized by serde #2226

ZhiHanZ opened this issue Oct 13, 2021 · 1 comment
Labels
C-bug Category: something isn't working

Comments

@ZhiHanZ
Copy link
Collaborator

ZhiHanZ commented Oct 13, 2021

Summary

Query use flatten for configuration management, however, serde itself would not compile it and would NOT throw error information

Additional context
to relieve this issue, current approach is to parse each flattened areas separately which works for now, we should track on upstream for complete fixes or write down some encoding and decoding methods to avoid this issue
nox/serde_urlencoded#33

@ZhiHanZ ZhiHanZ added the C-bug Category: something isn't working label Oct 13, 2021
@Xuanwo
Copy link
Member

Xuanwo commented Jul 2, 2022

Already addressed by newly designed config format.

@Xuanwo Xuanwo closed this as completed Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants