question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Handling git dependencies

See original GitHub issue

Hello! I was going to make a PR on this matter but I’d rather make an issue for discussion first.

The problem at hand is the following error:

> erlpack has an unresolvable version range: github:discord/erlpack

How should taze handle git dependencies? I’m assuming it should ignore them entirely considering they’re always up-to-date. If necessary, we could use https://github.com/pnpm/pnpm/tree/main/packages/git-resolver to parse git deps.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
antfucommented, Jan 30, 2021

or --loglevel=error by default and set warn to print the reslove warnings. --slient sounds like completely slient with zero log at all (maybe it’s good to have as well?)

1reaction
antfucommented, Jan 30, 2021

Sounds good. Would you like to create a PR? Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git and Project Dependencies | Atlassian Git Tutorial
Dependencies are an important aspect of software development. Allows you to manage the versions of other libraries used by your code. Read and...
Read more >
Managing Dependencies with Git and bonus advance concepts
A naive way I've seen people doing is pushing the dependencies code along with their source code. They will clone the “print” library...
Read more >
Exploring the dependencies of a repository - GitHub Docs
On GitHub.com, navigate to the main page of the repository. · Under your repository name, click Settings. · In the "Security" section of...
Read more >
How can I have linked dependencies in a git repo?
You can do this with submodules in git. In your repository, do: git submodule add path_to_repo path_where_you_want_it. So, if the library's repository had...
Read more >
Git dependencies - Unity - Manual
Git dependencies. When the Package Manager fetches a package from a Git repository, it adds the package locally to your project. This allows...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found