crystal-lang / shards

Dependency manager for the Crystal language
Other
758 stars 99 forks source link

Add expanded local path to `shard.yml` error message in `PathResolver` #541

Closed straight-shoota closed 2 years ago

straight-shoota commented 2 years ago

This patch enhances the error information when a path resolver can't find shard.yml: It shows the expanded path of the directory where it looked for the file.

/cc #308, #309