-
Notifications
You must be signed in to change notification settings - Fork 444
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
doc: add docstrings and usage examples in Init.Data.String.Basic
#4001
Conversation
84da8f6
to
362d13d
Compare
Init.Data.String.Basic
Init.Data.String.Basic
Mathlib CI status (docs):
|
awaiting-review |
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!
I'm happy. I'd like to give David a chance to have a look (or decline to having a look). |
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.
This is looking very good! I think it's almost ready to go. Two final comments.
Thank you very much!
Add docstrings and usage examples for `String.length`, `.push`, `.append`, `.get?`, `.set`, `.modyify`, and `.next`. Update docstrings and add usage examples for `String.toList`, `.get`, and `.get!`.
Co-authored-by: Joachim Breitner <[email protected]>
Co-authored-by: Joachim Breitner <[email protected]>
Co-authored-by: Joachim Breitner <[email protected]>
Co-authored-by: David Thrane Christiansen <[email protected]>
Co-authored-by: David Thrane Christiansen <[email protected]>
Co-authored-by: David Thrane Christiansen <[email protected]>
Co-authored-by: David Thrane Christiansen <[email protected]>
14331db
to
1f0f5eb
Compare
I addressed the two final comments and rebased off of master to try and fix the mathlib builds. |
Don't worry about the Mathlib build for this one, there's been a CI hiccup due to the Std -> Batteries rename. Normal service should resume tomorrow. |
Thanks again! |
Add docstrings and usage examples for
String.length
,.push
,.append
,.get?
,.set
,.modyify
, and.next
. Update docstrings and add usage examples forString.toList
,.get
, and.get!
.