Matt L

Results 27 issues of Matt L

Currently, `testPutVLenUTF8` only checks that writing a sequence of UTF-8 strings returns 200. Adding a check to read back the value reveals that it's written incorrectly. Additionally, the write itself...

bug

- Remove `testPutVLenUTF8`, since the case it was testing (sequence of variable-length strings) isn't supported by HSDS. - `_doHyperslabWrite` now causes the client to receive an internal server error if...

bug

When reading from elements in a dataset of variable-length type, uninitialized elements are returned as scalars. With the library API, uninitialized vlen types are considered to be length-zero arrays. Test...

bug

Sample output: ``` Run docker/login-action@v1 with: username: *** password: *** ecr: auto logout: true Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment...

ci/cd

Test code attempting to create and write to an H5T_ARRAY dataset (originally written in `value_test.py`): ``` def testPutArray(self): headers = helper.getRequestHeaders(domain=self.base_domain) req = self.endpoint + "/" # Get root uuid...

bug

**Is your feature request related to a problem? Please describe.** `H5F_get_obj_ids` and `H5F_get_obj_count` consider transient datatypes to be objects only when using the `H5F_OBJ_ALL` flag. This makes them useful for...

Priority - 3. Low 🔽
Component - C Library
Type - Improvement
Type - New Feature

See HDFGroup/hsds#250

enhancement