mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

Granite is required as dependency #36

Closed greenbigfrog closed 5 years ago

greenbigfrog commented 5 years ago

You seam to be referencing Granite here, which causes a compilation issue if you don't have granite in your project anyway already. I don't think it's intended to be like this

https://github.com/robacarp/mosquito/blob/a1ade883a060b1ae7526fea4c6a09aea6b61a9f9/src/mosquito/base.cr#L2

robacarp commented 5 years ago

I know that it does work without Granite in the project, or at least it did recently.

Can you send the error you're getting? this file is included which declares a bare class to hold the place of Granite when it's not in the project. If that's stopped working, that may be due to a recent change in Crystal itself, or to a configuration issue.