-
Notifications
You must be signed in to change notification settings - Fork 265
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
Fix all warnings in ncdap4
#2898
Conversation
The failing tests here seem to be the same issue as #2897 ? |
* main: (48 commits) Update release notes. Refactor macro _FillValue to NC_FillValue in support of Unidata#2858 Remove appveyor config file. Add CI for a Windows Runner on Github Actions. Add cmake prefix path to appveyor config. Attempt to fix zlib-related error in appveyor. Correct typo. Remove check for libcurl unless it is necessary for required functionality. Rename the vendored strlcat symbol Fix conversion warnings in libdispatch Set flags to avoid warning messages if curl isn't found. Use modern cmake nomenclature for curl. Fix truncated-format warning in ncgen Fix some conversion warnings in ncgen3 Fix some conversion warnings in ncgen3 generated files Regenerate ncgen3 CMake: Add option to automatically regenerate ncgen3/ncgen Skip checking for duplicates if only one element in list Change format of backwards-loops Silence some conversion warnings in ncgen generated files ...
* main: Modify CMakeLists.txt to honor CMAKE_INSTALL_MANDIR in support of Unidata#2920. Modify ncdump to print char-valued variables as utf8. removal of ftp and contrib site removal of ftp site removal of ftp and netcdf contrib site removal of ftp and netcdf contrib site comment ftp --> resources for sample data location ftp--> resources for sample data location CMake: Enable plugins on MinGW Reintroduce targets to allow for cmake-based netCDF-Fortran to find and linka gainst netCDF-C. Stop-gap measure until we can modify netCDF-Fortran to use a more modern approach. revert ckp test1 debug1
The failing tests are a bit odd, they're all failing in the
Actually, the previous stage,
I don't see any different with one of the passing tests:
This looks like a problem with CI, but I don't understand what's triggering it. I don't think it could be anything in this PR |
* main: ftp --> resources Update release notes Convert the ENABLE_XXX options to NETCDF_ENABLE_XXX options CI: Create an MSYS2/MinGW CMake run. CI: Test on MSYS2/UCRT64 environment CMake: Fix running tests on MinGW
@DennisHeimbigner anything leap out at you about this PR? Now that tests are passing, I'm doing a full review but will hold off on merging, to give you time to weigh in. |
No description provided.