-
Notifications
You must be signed in to change notification settings - Fork 47
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
Graceful parsing of Colorants #232
Comments
FYI |
Yes... The issue came up somewhere in Plots, of course I'm still looking for the bug since the full stack trace isn't printed due to the stack overflow. (Is that a bug in julia?) I'll put together a PR for the signatures I mentioned.
|
Ugh, StackOverflows shouldn't happen even in cases of user error, but I often forget to watch out for this. The key technique is probably to change only one argument type at a time. Comparing Line 75 in 8309364
Line 136 in 8309364
::AbstractString to the declaration of desc in the latter. If this is true, would be good to change this.
|
Fixed by #233 |
This isn't ideal behavior:
Should there be a better signature in parse:
and/or should there be a "pass-through" option for Colorants:
The text was updated successfully, but these errors were encountered: