kemalcr / kemal

Fast, Effective, Simple Web Framework

Home Page:https://kemalcr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile error with Crystal 0.35.0 related to Gzip/Zlib

jackharrhy opened this issue · comments

Should have checked the PR list, #570 by @bcardiff resolves this :)


Description

As of Crystal 0.35.0, Flate, Gzip, Zip, Zlib have been moved Compress.

https://github.com/bcardiff/crystal/blob/changelog/0.35.0/CHANGELOG.md

Steps to Reproduce

  1. Run (even the most basic) kemal app, using 0.35.0
  2. Warnings, then errors at compile time

Versions

Crystal 0.35.0 (2020-06-09)

LLVM: 10.0.0
Default target: x86_64-pc-linux-gnu

Using Arch Linux, in which the repos just got updated with the newest version.


image