Ward Fisher

Results 51 issues of Ward Fisher

Currently, netCDF tries to run the filter tests even if the underlying libhdf5 doesn't support them. This feature should only be available if linking against hdf5 when dynamic filter support...

area/netcdf4

We are seeing a lot of temporary (apparently) breakage in TravisCI. This is causing problems managing pull requests; manually restarting failing tests is time consuming, and there's no reason to...

area/tests

As reported, the following command works on OSX/Linux and fails on Windows using MSVC. It was reported as a failure in `4.6.1` but I'm seeing the same issue with `4.7.0`....

area/DAP2
area/utils

When `-DENABLE_FILTER_TESTING=TRUE` is passed to cmake on Windows using MSVC, we fail with missing symbols during linking in the `plugins/` directory. I'll paste the errors in a bit.

area/build/cmake
platform/windows
area/compression_plugins

Possibly related to the recent spate of merges, so that will be put on hold until this is tracked down. The tests are running but so far the following tests...

arch/32-bit
area/tests

Initially reported via e-support: --- if a dimension name and a variable name are the same, nccopy will generate an error. This does not appear to be a problem with...

type/bug
status/confirmed
area/utils

Playing with 'new' GitHub tools, workflows for managing the `v4.9.0` release. New `Project` here: https://github.com/orgs/Unidata/projects/4

Coverity in its current state has been obviated for static analysis. Remove the badge with the possibility to reintroduce when and if modern Coverity is reintroduced.

Adding MacOS tests to Github Actions.

With the recent changes to travis-ci we will need to move to Github actions for CI, similar to how we adapted netcdf-c.