schovi / baked_file_system

Virtual File System for Crystal language. Embedding your assets into final binary.
MIT License
177 stars 18 forks source link

crystal 0.35 compability #37

Closed carlhoerberg closed 3 years ago

straight-shoota commented 4 years ago

Just a heads up: The breaking change is probably going to be reverted in Crystal 0.35.1 (https://github.com/crystal-lang/crystal/pull/9469), making the IO changes in this PR obsolete (and also #36). The compress changes are still good, though.

straight-shoota commented 4 years ago

@carlhoerberg Would you mind removing the IO changes from this PR. They're no longer necessary (and indeed incompatible) with Crystal 0.35.1.

carlhoerberg commented 4 years ago

updated

straight-shoota commented 3 years ago

Fixed in #38. Tt's basically the same change but also fixes return types on abstract method overrides (see #35). Thanks anyway!