-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
change deprecated String type to AbstractString as per 0.4 spec #1447
Conversation
@@ -78,7 +78,7 @@ false | |||
1 < 2 < 3 # => true | |||
2 < 3 < 2 # => false | |||
|
|||
# Strings are created with " | |||
# AbstractStrings are created with " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uhm, care to explain a bit though? It's very surprising
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the link to the rationale
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit -1 on this line itself being changed, because it's so confusing. If you want to keep this one change, care to add a "(Julia's basic string type" note or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, you're right, that is confusing as a first sighting for string in julia. I'll clarify it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a few changes, thoughts?
Looks good to me. Thanks for putting up with my nitpicks ;-). |
change deprecated String type to AbstractString as per 0.4 spec
🍰 |
No description provided.