Robert Haines

Results 11 issues of Robert Haines

Also, my editor cleaned up some dangling whitespace...

This discussion started in #530 with @fbacall. We should be consistent with `::File.ftype` on what we return for entries in a Zip archive. Notes: * `::File.ftype` returns a string: `'file'`,...

enhancement
question

See #267 for an old implementation that needs to be updated now.

enhancement

Data descriptors are optional, but: * if they are wrong then errors will occur: #269; * if they are ignored then all sorts of horrible things can happen: #295. So...

enhancement
bug

It seems that `Zip::File.new` (`initialize`) is only really for use internally, by `Zip::File.open`, `Zip::File.open_buffer` and `Zip::File.add_buffer`. Should it be removed from the public API? Either by making it explicitly private,...

question

When using `Dir` to create and list items in a directory I think I've spotted different behaviour in truffleruby compared to ruby and jruby. TL;DR: if I create a directory,...

compatibility

This is a reminder to add version 1.3.0 files to the tests once 1.3.0 is finalized.

Implement `validate_as:` in the validation methods, as suggested here: https://github.com/citation-file-format/citation-file-format/issues/533#issuecomment-1956144249

enhancement

As we move nearer to CFF version `1.3.0` this library needs to be able to validate CFF files against the version of the schema against which they have been written....

enhancement