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

fixed parse StackOverflow and added Symbol/Colorant versions; closes … #233

Merged
merged 2 commits into from
Dec 6, 2015

Conversation

tbreloff
Copy link
Member

#232

Let me know if you'd like any adjustments or additional tests.

@@ -72,7 +72,7 @@ Returns:
- "hsla(h,s,l,a)" was used, in which case an `HSLA` color;
- a specific `Colorant` type was specified in the first argument
"""
function Base.parse(::Type{Colorant}, desc::AbstractString)
function _parse_colorant(desc::AbstractString)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This attaches the docstring to _parse_colorant when it should be attached to Base.parse.

@timholy
Copy link
Member

timholy commented Dec 2, 2015

Pushing additional commits to a PR doesn't send an email, so if you address review comments don't hesitate to also ping me.

Let's wait a bit more for comments on #239.

timholy added a commit that referenced this pull request Dec 6, 2015
fixed parse StackOverflow and added Symbol/Colorant versions; closes …
@timholy timholy merged commit f6fc42c into JuliaGraphics:master Dec 6, 2015
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.

2 participants