hack-pad / hackpadfs

An extensible file system abstraction for Go. File systems, composable interfaces, and test suites.
Apache License 2.0
254 stars 11 forks source link

fix: fix field alignment to avoid panics on 32bit OSes #44

Closed hairyhenderson closed 4 months ago

hairyhenderson commented 4 months ago

Fixes #43

To solve this, I:

hairyhenderson commented 4 months ago

If at all possible, my strong preference is to maintain field ordering in the table driven test case types

I can revert the test files, no big deal.

hairyhenderson commented 4 months ago

@JohnStarich thanks for the feedback, I think I've addressed it all - please have another look!

(I'm not sure why coveralls thinks the coverage decreased - I added new tests... ¯\_(ツ)_/¯)