You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like crystalline ignores/can't read a shards' contents if they are symlinked to some directory.
Example file tree:
- shard.yml
- src/...
- lib/
- dep -> ~/dep
If dep is installed normally, crystalline works fine:
However, dep is symlinked to ~/dep, and crystalline is confused:
The use case is this: I am developing a shard, while simultaneously developing an application that uses the shard. Therefore I do not want to constantly copy files between the two projects, but rather symlink my shard to the applications' lib folder.
The text was updated successfully, but these errors were encountered:
It seems like crystalline ignores/can't read a shards' contents if they are symlinked to some directory.
Example file tree:
If
dep
is installed normally, crystalline works fine:However,

dep
is symlinked to~/dep
, and crystalline is confused:The use case is this: I am developing a shard, while simultaneously developing an application that uses the shard. Therefore I do not want to constantly copy files between the two projects, but rather symlink my shard to the applications'
lib
folder.The text was updated successfully, but these errors were encountered: