Sean Olson

Results 55 comments of Sean Olson

I haven't thought about this for more than 5 minutes, but my initial thought is that this should **not** be provided directly by peru. Unifying this kind of metadata could...

A mono-repo model or unified repositories seem preferable, but that's not always possible and I can see the appeal of using SemVer here. I don't think peru should ever attempt...

@Hologos > I think complete opposite. I don't see the reason to program it to every plugin since the logic will be the same. The more I think about this,...

It's missing support for some ANSI codes that we need (line movement, line wrapping, line clear), but [colorama](https://github.com/tartley/colorama) may be useful for making our display more portable (and colorful). According...

Another possibility is an `--exlcude` flag for the `reup` command. This would of course need to be repeated in this case, but it could be generally useful to inverse the...

Perhaps using the `pick` rule to isolate the `dir1_bornRev32` subdirectory would work here (instead of including the subdirectory in the repository URL, which is not generally supported). Using `pick` in...

> I took a closer look at svn export and noticed an important detail: the peg revision Wow, thanks for finding this! I think I encountered something like this years...

Coverage is currently setup on the `coveralls` branch.

Coverage is enabled on `master`.

I'd really like to leave this to external tools, and it seems like overrides are the only tricky part. The names and paths of overrides are trivial to query, so...