netcdf-c/.github/workflows
Dennis Heimbigner 9b7202bf06 Explicitly disallow variable length type compression
re: https://github.com/Unidata/netcdf-c/issues/2189

Compression of a variable whose type is variable length
fails for all current filters. This is because at some point,
the compression buffer will contain pointers to data instead
of the actual data. Compression of pointers of course is meaningless.

The PR changes the behavior of nc_def_var_filter so that it will
fail with error NC_EFILTER if an attempt is made to add a filter
to a variable whose type is variable-length.

A variable is variable-length if it is of type string or VLEN
or transitively (via a compound type) contains a string or VLEN.

Also added a test case for this.

## Misc Changes
1. Turn off a number of debugging statements
2022-02-19 16:47:31 -07:00
..
mingw.yml Explicitly disallow variable length type compression 2022-02-19 16:47:31 -07:00
run_tests_osx.yml Add complete bitgroom support to NCZarr 2022-01-24 15:22:24 -07:00
run_tests_ubuntu.yml CI: Update HDF5 testing 1.8.21 --> 1.8.22 2022-01-31 15:14:29 -07:00
run_tests_win_mingw.yml Correct trigger event for mingw tests to pull_request from push' 2022-01-24 16:31:34 -07:00