You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our value_conversion.rs file contains duplicate code and some unspecified/generic implementation logic. We should refactor typings to cover duplicate code and be as specific as possible for type (for example: bulk string vs simple string).
We should divide and organize types based on common uses. For example, we have a lot of ArrayOfX types, which could take advantage of recursive typing like we now have for Maps. Array { element_type: type } could replace all of these.
Proposed Solution
No response
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
Client version used
All
Environment details (OS name and version, etc.)
All
The text was updated successfully, but these errors were encountered:
acarbonetto
changed the title
(topic): (short issue description)
Glide-Core: Refactor and cleanup value_conversion.rs
Jul 5, 2024
Describe the feature
Our value_conversion.rs file contains duplicate code and some unspecified/generic implementation logic. We should refactor typings to cover duplicate code and be as specific as possible for type (for example: bulk string vs simple string).
From discussion: #1816 (comment)
Use Case
Currently, we have the following types available:
We should divide and organize types based on common uses. For example, we have a lot of ArrayOfX types, which could take advantage of recursive typing like we now have for Maps. Array { element_type: type } could replace all of these.
Proposed Solution
No response
Other Information
No response
Acknowledgements
Client version used
All
Environment details (OS name and version, etc.)
All
The text was updated successfully, but these errors were encountered: