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

Combination of 9 outstanding non-controversial PRs #789

Merged
merged 41 commits into from
Jan 25, 2018

Conversation

edhartnett
Copy link
Contributor

@edhartnett edhartnett commented Jan 20, 2018

OK, my last attempt was too ambitious. Hubris!!

This PR does not include Denis' PRs.

This includes:
@wkliao PR #466
@gdsjaar #764, #765, #766
@Lnaden PR #760.
And from me, #763, #769, #780, #786.

After this has passed through testing @WardF will merge it and close the PRs listed above.

After this merge we will take another pass through the remaining PRs to see what can be merged.

From PR #760
Fix #299

From PR #786
Fixes #785.
Fixes #784.
Fixes #783.
Fixes #782

From PR #780:
Part of #701.
Fixes #779.
Fixes #777.
Fixes #776.
Fixes #775.
Fixes #774.

From PR #769
Part of #441.

From PR #763
Part of #597.
Fixes #741.
Fixes #746.
Fixes #749.

Thanks to all for your contributions to netCDF.

wkliao and others added 30 commits August 20, 2017 13:53
Fix Unidata#299
The conditions to make this error are the following:
* Two variables with different chunk sizes
* Both variables write on the same unlimited dimension
* The first variable has already written data when the second variable is created
I realize strncat is being eliminated, but in case the elimination isn't done prior to release, this patch should be applied.
Eliminate this warning from clang:
```
TPL/netcdf/netcdf-c/libdispatch/ncuri.c:914:31: warning: for loop has empty body [-Wempty-body]
        for(p=sp,q=sp+1;(*p++=*q++););
                                     ^
TPL/netcdf/netcdf-c/libdispatch/ncuri.c:914:31: note: put the semicolon on a separate line to silence this warning
1 warning generated.
```
Make it clear that NC_MAX_DIMS, NC_MAX_VARS, and NC_MAX_ATTRS limits are not enforced after netcdf-4.5.0 to avoid confusion
@edhartnett edhartnett changed the title Combination of 8 outstanding non-controversial PRs Combination of 9 outstanding non-controversial PRs Jan 20, 2018
@edhartnett
Copy link
Contributor Author

@WardF and @DennisHeimbigner if you guys are close to merging the outstanding filter PR, I suggest you do that before we merge this PR. There are a lot of files involved in that one, and I don't want to perturb anything just when you have resolved most of the issues...

@WardF WardF merged commit c329298 into Unidata:master Jan 25, 2018
@edhartnett edhartnett deleted the ejh_develop_3 branch January 30, 2018 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment