P. Oscar Boykin

Results 372 issues of P. Oscar Boykin

currently we do a repo rule that downloads the file, then use java_import to wrap that, then use java_library to build the dependency graph. This is because in the past,...

it would be nice to have support for reading lock files generated by gradle, or even read a set of poms and use those as the external dependencies, this eases...

it is too toilsome to update dependencies. It would be nice to have a way to specify to use the latest version of any dep (of if you want it...

Currently the old travis-ci based CI is broken I think. We should use github actions and also test mac, windows and linux if possible.

I think we can reconceptualize this tool as a fixed lock file resolver for coursier. So we resolve all the dependencies then emit the hashes and the dependency relationships between...

A heuristic that is probably very good if that if your artifact id ends with `_a.b` for some integers `a` and `b` and you depend on a version of scala-library...

We try to hide the scala version of scala artifacts, but the code that handles excludes in rules currently ignores scala language. To exclude scala, you will probably need to...

``` - Dependencies.normalize laws *** FAILED *** (85 milliseconds) TestFailedException was thrown during property evaluation. Message: 2 was not greater than or equal to 7 Location: (ParseGeneratedDocTest.scala:23) Occurred when passed...

If we had the `maven_repositories` method accepts a `{}` of already registered maven jars, so we don't duplicate, we could skip those, then return the list of actually registered items....

``` oscar [15:33] the reason I did it was simple: in a big repo all kinds of dependencies will be needed [15:33] so, just pruning the graph back to a...