-
Notifications
You must be signed in to change notification settings - Fork 91
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
Use a different operator for cstring stringification #47
Comments
from https://irclogs.nim-lang.org/27-01-2018.html#12:48:00
instead of an operator, can we just use my recommendation:
noteone problem with using operators for this is that parsing rules makes it awkward to use in UFCS/MCS chains, eg:
although it's nice to have a short, standard name for stringification; not sure if there's a better solution though. links
|
|
since there's nothing karax specific about options:
I still prefer |
@Araq let me know if one of these works and I will PR a backwards compatible change (with deprecation message) to karax? |
|
Using
&
is a strange choice and is confusingThe text was updated successfully, but these errors were encountered: