You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rubyzip 3.2: Add type sig for block-form/generic overrides and fix sig top-level config (#1023)
* add tests for missing block-form return types
* add generic overrides for `Zip::File.open` and `Zip::File.open_buffer`
* add block-form/generic method overrides for `Zip::FileSystem::(Dir|File|ZipFileNameMapper)`
* add block-form/generic method overrides for `Zip::(Input|Output)Stream`
* add block-form/generic method overrides for `Zip::Streamable` methods
* add non-block/generic method overrides for `Zip::Entry`
* More tests
* more tests
* Fix top level `::Zip` module config methods
* more tests
* Use new `next_entry` var for `get_next_entry` in tests so it does not cause type issues with the var `entry` resulting from `get_entry`
* rubocop -A
0 commit comments