peru icon indicating copy to clipboard operation
peru copied to clipboard

a generic package manager, for including other people's code in your projects

Results 88 peru issues
Sort by recently updated
recently updated
newest added

If someone's `peru.yaml` is actually a symlink to another file in the repo, that should work. We'll need to support multiple indirection and loop detection.

I just added `peru file` as a module field and forgot to add it to the cache key. I _will_ forget this again in the future. We need a namedtuple...

Let's say I want to lock one of my Git modules at a specific tag (e.g., to get a tagged version on the master branch). If I put that tag...

I should be able to build (and force a build) of any target, not just local rules. Likewise, I should be able to export any tree, including the local imports....

enhancement

When doing a reup, it would be nice to see the before/after diff. One way to do this would be to support some kind of `peru diff FILE [FILE2]`. Note...

enhancement

We tend to use spaces in our field names, because it's just nicer to read (`required fields` vs `required_fields`). We should probably allow plugins to do the same with the...

There's no reason we shouldn't keep backups of `peru.yaml` under the `.peru` dir when we modify that file. It wouldn't take very much disk space, and it could be helpful...

enhancement

It can fall back to an --unshallow fetch if the needed rev is still missing after a standard fetch. (Or clone?)

enhancement

It would be nice to be able to manage a big ecosystem of projects with peru. We'd probably build on the existing `overrides` feature to do it. One idea we...

enhancement