protoncr / tourmaline

Simple Telegram bot library for Crystal
https://tourmaline.dev
MIT License
158 stars 38 forks source link

undefined constant IO::Timeout (Crystal version 0.34.0) #14

Closed Tylerwbrown closed 4 years ago

Tylerwbrown commented 4 years ago

Looks like they changed the exception hierarchy in Crystal 0.34, so it made some breaking changes here, or at least in some of the dependencies (i.e halite/client.cr:160:17)

Tylerwbrown commented 4 years ago

Made a PR to update the dependency to 0.34.0, so I'm closing this issue since it's unrelated to this codebase.

After I did the below fix locally, this error went away.

For reference: https://github.com/icyleaf/halite/pull/83

watzon commented 4 years ago

Thanks!

On Thu, Apr 9, 2020, 6:00 AM Tyler Brown notifications@github.com wrote:

Made a PR for a fix on the dependency, so I'm closing this issue since it's unrelated to this codebase.

For reference: icyleaf/halite#83 https://github.com/icyleaf/halite/pull/83

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/protoncr/tourmaline/issues/14#issuecomment-611489776, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCTI7XT2CLHTVR3XMWRY2DRLW2ETANCNFSM4MEVCJZQ .