Quintus/ruby-xz

Remove dependency on io-like

Quintus opened this issue · 4 comments

ruby-xz currently depends on the io-like gem, which appears to not be developed anymore. It also relies on an internal API of io-like, so getting rid of this dependency would be fairly nice.

Vale,
Quintus

👍 io-like is pretty ancient now and broke some resolver code while running under ruby 2.x.

Filed #13 as a separate issue for the resolver code breakage, because it's probably worthy of calling out separately for any poor soul searching google.

broke some resolver code while running under ruby 2.x.

This was not io-like’s fault, but mine. See #13 (comment) for what caused it most likely.

Valete,
Quintus

Nice find!