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

project dependency #36

Closed
dalance opened this issue Dec 25, 2022 · 4 comments
Closed

project dependency #36

dalance opened this issue Dec 25, 2022 · 4 comments
Labels
tools Tools feature

Comments

@dalance
Copy link
Collaborator

dalance commented Dec 25, 2022

No description provided.

@dalance dalance added the tools Tools feature label Dec 25, 2022
@dalance
Copy link
Collaborator Author

dalance commented Dec 25, 2022

The first step will be git path based dependency.

@dalance dalance changed the title package dependency project dependency Dec 26, 2022
@dalance
Copy link
Collaborator Author

dalance commented Jan 15, 2023

[dependencies]
prj1 = { git = "" }
prj2 = { git = "", rev = "" }
prj3 = { git = "", tag = "" }
prj4 = { git = "", branch = "" }

@dalance
Copy link
Collaborator Author

dalance commented Jan 18, 2023

What directory the dependencies are placed in?
dependencies directory?

Veryl.toml
dependencies
  - prj1
    - source.vl

@dalance
Copy link
Collaborator Author

dalance commented Jan 23, 2023

Now direct denepdency is supported.
Indirect dependency is not yet.

dalance added a commit that referenced this issue Jan 24, 2023
@dalance dalance closed this as completed Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Tools feature
Projects
None yet
Development

No branches or pull requests

1 participant