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

Made attributes more convenient #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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