Skip to content
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

Updates Fortran documentation for error codes #284

Merged
merged 3 commits into from
May 11, 2023

Conversation

ashao
Copy link
Member

@ashao ashao commented May 4, 2023

The examples in the Fortran documentation examples used a mixture of subroutines and functions. The former was deprecated when error handling was implemented to allow the clients to bubble up a return code that Fortran applications can check. This has now been updated to allow others to use the documents as an accurate jumping off point.

Closes CrayLabs/SmartRedis#335

@ashao ashao requested a review from billschereriii May 4, 2023 21:55
Copy link
Contributor

@billschereriii billschereriii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great content, just a few minor quibbles. Also, please update the changelog

@codecov
Copy link

codecov bot commented May 4, 2023

Codecov Report

Merging #284 (db7032d) into develop (1df7b53) will decrease coverage by 0.12%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #284      +/-   ##
===========================================
- Coverage    87.70%   87.58%   -0.12%     
===========================================
  Files           60       60              
  Lines         3374     3374              
===========================================
- Hits          2959     2955       -4     
- Misses         415      419       +4     

see 1 file with indirect coverage changes

@ashao
Copy link
Member Author

ashao commented May 10, 2023

I'm going to wait until #285 is merged so we get a clean pass on the CI.

ashao added 3 commits May 11, 2023 17:48
The examples in the Fortran documentation examples used a mixture
of subroutines and functions. The former was deprecated when
error handling was implemented to allow the clients to bubble up
a return code that Fortran applications can check. This has now
been updated to allow others to use the documents as an accurate
jumping off point.
Grep for and looking for that string
Copy link
Contributor

@billschereriii billschereriii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of these updates! This will help our users getting started with SmartRedis in Fortran quite a bit

@ashao ashao merged commit 7434157 into CrayLabs:develop May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

initialize should be a SUBROUTINE error
2 participants