Skip to content

Parser takes "none" keyword into account #325

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

Closed
wants to merge 1 commit into from

Conversation

tiaanl
Copy link
Collaborator

@tiaanl tiaanl commented Feb 17, 2023

"none" values will not be parsed where allowed and Option values will be passed through to the FromParsedColor trait to construct new colors.

The default color type (Color) also now allows Option values in it's members.

@tiaanl tiaanl force-pushed the none-keyword branch 7 times, most recently from a53b9f8 to 080c833 Compare February 24, 2023 11:36
"none" values will not be parsed where allowed and Option<T> values will
be passed through to the FromParsedColor trait to construct new colors.

The default color type (Color) also now allows Option<T> values in it's
members.
@tiaanl
Copy link
Collaborator Author

tiaanl commented Feb 26, 2023

I split this MR into parts, so closing this one.

@tiaanl tiaanl closed this Feb 26, 2023
@tiaanl tiaanl deleted the none-keyword branch February 26, 2023 09:28
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