Skip to content

Conversation

@Caellian
Copy link

  • They convert most primitives to string now.
    • Not through ToString as generic specialization isn't stable and we'd clone data needlessly otherwise.
  • They get erased if their value is () or None
    • Result isn't handled.

I know this is unlikely to get merged, but others might want to manually patch in something like this.

Caellian added 2 commits July 29, 2023 03:01
- They convert most primitives to string now.
  - Not through ToString as generic specialization isn't stable and
    we'd clone data needlessly otherwise.
- They get erased if their value is () or None
  - Result isn't handled.

Signed-off-by: Tin Svagelj <tin.svagelj@live.com>
Minor fixes

Signed-off-by: Tin Svagelj <tin.svagelj@live.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant