codecrafters-io / build-your-own-redis

Definition for the redis challenge.
https://app.codecrafters.io/courses/redis/overview
MIT License
101 stars 29 forks source link

CC-1188: add crystal dependency resolution #192

Open ryan-gang opened 2 months ago

linear[bot] commented 2 months ago

CC-1188 Add dependency management for Crystal + upgrade version

ryan-gang commented 2 months ago

After a lot of searching, added this library to the list of dependencies. https://github.com/crystal-community/kiwi Might be useful as the datastore they use for their Redis implementation.

rohitpaulk commented 2 months ago

@ryan-gang let's spend some time today thinking about how we can avoid the precompile commenting situation, and how we can make this more transparent to the user (not related to this PR per-se, just a general note)

rohitpaulk commented 1 month ago

Gonna keep this on hold for a bit - will revisit soon