-
Notifications
You must be signed in to change notification settings - Fork 42
Move libraries and applications from the tools directory to src #338
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add tests for ncexists and man page
Some of the tests for ncexists would fail due to segfaults, as error cases in the code were not handled correctly
Adjust how man aliases are handled.
Added dictionaries for vscode and cspell
More words for cspell
This is to bypass issue with how some compilers create the Fortran module files
ceblanton
approved these changes
Mar 19, 2025
mlee03
requested changes
Apr 11, 2025
This is a dictionary for codespell. Names not in here are already
considered “spelled correctly”. If you would like your name added
specifically, then please add a PR with it added.
…--
Seth Underwood
S/W Development Process Lead
Modeling Systems Group
GFDL/NOAA/DOC
201 Forrestal Road
Princeton, NJ 08540-6649
(609) 452-5847 Office
(609) 676-5240 Cell
(609) 987-5063 Fax
***@***.***
On Fri, Apr 11, 2025 at 13:24 MiKyung Lee ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In .vscode/dicts/people.txt
<#338 (comment)>
:
> +Aleksey
+Yakovelv
+Wyman
+Fritsch
+Kahaner
+Moler
+Englewood
+Pacanowski
+Legg
+Scripps
+Remik
+Ziemlinski
+Zuniga
+Vinod
+Kumar
+Mulhall
Can I be added here too? 😇
—
Reply to this email directly, view it on GitHub
<#338 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJUS3LK7LID3OYEFDRJGT2Y73EPAVCNFSM6AAAAABUTPH4LOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDONRRGA2DAOJQGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
mlee03
approved these changes
Apr 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This moves the libraries and applications out of the tools directory, and puts
them in the src directory.
How Has This Been Tested?
Standard configure, make, make check, make distcheck on Mac OS (Arm and Intel), and several Linux OS systems.
Checklist:
make distcheck
passes