Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More portable support for "Add project by file" and "Upgrade & add workspace" commands if find and ln are unavailable #3

Open
6 tasks
abathur opened this issue Apr 9, 2018 · 0 comments

Comments

@abathur
Copy link
Owner

abathur commented Apr 9, 2018

Constellation currently assumes the find and ln will be available. It doesn't test for their availability or implement fallbacks.

  • "Add project by file" (only requires find)
    • Disable command if find is unavailable
    • If it can be done with tolerable performance, implement a platform-independent no-dependency fallback if the command is unavailable
  • "Upgrade & add workspace"
    • Disable command if either find or ln are unavailable
    • If it can be done with tolerable performance, implement a platform-independent no-dependency fallback if the command is unavailable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant