-
Notifications
You must be signed in to change notification settings - Fork 191
Minor fixes to sorting documentation #422
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
Conversation
Previously the documentation did not mention character(len=*) or type(string_type)
Sorting documentation fixes
Thank you @gareth-nx. I noticed similar issues (that I didn't see during the review) at some places. Could I open a PR with my changes against your branch, such that we have only this PR against fortran-lang:master? |
Yes that would be great. I'm not too familiar with git pull requests, so if
you can push ahead without needing me to interact via git, that would be
easiest for me.
…On Fri, 4 Jun 2021, 02:10 Jeremie Vandenplas, ***@***.***> wrote:
Thank you @gareth-nx <https://github.com/gareth-nx>. I noticed similar
issues (that I didn't see during the review) at some places. Could I open a
PR with my changes against your branch, such that we have only this PR
against fortran-lang:master?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#422 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATV4V2LENDSO3LJVSAY32CTTQ6SQDANCNFSM46A2XAJQ>
.
|
Thank you @gareth-nx . I openedd a PR here. If you merge it, my changes will also appear in this PR. |
Mainly added some links
Done, thankyou |
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.
Thank you @gareth-nx .
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.
Looks good to me
Thank you @gareth-nx for spotting and correcting the specs. I'll merge. |
Some parts of the documentation were missing references to sorting character(len=*) or type(string_type) -- but these are supported.