disdat icon indicating copy to clipboard operation
disdat copied to clipboard

bundle data with existing local directory fails

Open kyocum opened this issue 4 years ago • 2 comments

The behavior should be that it is not a file, then ignore it (treat as string).

kyocum avatar Oct 01 '20 21:10 kyocum

This fails at the moment b/c we can note when users place local directories in bundles. The thought was to capture when this happens in case they thought links worked on directories.

kyocum avatar Oct 05 '20 20:10 kyocum

This isn't a bug, but a semantic issue. If the user passes in a string of an existing directory, then we error. This prevents users from just storing directories as strings. We should resolve this by determining whether the existing semantics are OK for the majority of cases.

kyocum avatar Oct 14 '20 18:10 kyocum