-
Notifications
You must be signed in to change notification settings - Fork 152
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
Consistent doc comments #296
Conversation
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.
Great doc and code!
f4df576
to
8f7b235
Compare
Looks like it need a rebase. |
Thanks for all your work. I will spent some time in the evening to read through all of it :) |
144862c
to
025a44b
Compare
Closing and opening to retrigger CI build |
@CreepySkeleton you should be able to reload a travis job in the travis interface. |
@TeXitoi While I do have write access to this repo I'm not a member of your travis, I can't do that. If we move to Github actions I'll be able to do that. |
Strange, they say it works if you have write access to the repository. Are you logged to travis? |
Err, I wasn't :) Now it works. |
9157685
to
f3505c5
Compare
OK, this is carefully reworked, rebased and fine-tuned, I'd say it's ready |
Wait, DO NOT MERGE YET |
f3505c5
to
a49622f
Compare
OK, it's now mergable. cc @ssokolow Could use a final review |
I'll see if I can find some time later today to read through the rendered version of the docs and let you know. (I generally find it significantly harder to get a proper feel for them in their raw form than their rendered form for some reason. If you've ever noticed one of my comments having half a million edits to it, that's why. I forget to use the "Preview" button or, for whatever reason, still only notice something I want to change once I see it in context.) |
You're not alone here 😄 It took me about a year to really get used to. |
By the time things were ready, I'd started to get dozy, but I'll leave the tab open and scrolled to the relevant section so I should be able to get you guys an answer tomorrow morning, as soon as I'm fully alert. |
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.
There you go. Mostly perfectly understandable ESL (English as a Second Language) mistakes, but I did also tidy up the phrasing in various places.
@CreepySkeleton ping me when that's ready, that I read a second time. |
Sorry for the radio silence, I had to get back to other stuff I'm affiliated with. I'll get to this PR tomorrow. |
Take your time. |
a49622f
to
9e9df8c
Compare
9e9df8c
to
b151971
Compare
2a31b7e
to
58c5251
Compare
74e5937
to
8b90ec4
Compare
8b90ec4
to
ade37bd
Compare
OK, @TeXitoi , please give it a review and let's release it. We've been postponing this long enough already 😟 |
Ugh, I'm writing the changelog that was supposed to go in this PR 😠. Ok let's make a separate one |
Oups, sorry |
v0.3.6 published |
First commit ensures explicit handling of doc commits and sets strict priority among raw methods and doc comments, see
stc/lib.rs
diff for details. Closes #173Second commit introduces
no_mangle_docs
attributes. Fixes #163cc @TeXitoi @0ndorio @ssokolow