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

Local Project Management #19

Open
matt-attack opened this issue Aug 2, 2017 · 1 comment
Open

Local Project Management #19

matt-attack opened this issue Aug 2, 2017 · 1 comment
Assignees

Comments

@matt-attack
Copy link
Owner

Enable finding of projects stored throughout your computer. Based on idea from #18

Implementation of this would involve storing a list of projects built and their locations in a central location on the computer for the compiler to be able to find when searching for dependencies.
Currently, dependencies are specified as a path relative to the project requiring them. This will have to be changed somewhat. The initial idea is to search for projects in this list if no path delimiter is specified (/) and allow for a required version to be added after the project name.

Exact details on the version system and how to handle duplicates will have to be figured out in following issues. The main goal of this issue is the central database and being able to find packages with no version resolution.

@matt-attack matt-attack self-assigned this Aug 2, 2017
matt-attack added a commit that referenced this issue Aug 2, 2017
…cts built and their paths and versions as they are built. Currently the versions are just a dummy value.
matt-attack added a commit that referenced this issue Aug 3, 2017
…ath to the dependency is specified

Fix a typo in Parselets
@matt-attack
Copy link
Owner Author

Adding a way to navigate to projects on the system could be nice. Something similar to roscd could be very useful.

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