Giter VIP home page Giter VIP logo

sbt-hackling's People

Contributors

jastice avatar raam86 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pombredanne

sbt-hackling's Issues

libling index

A way to find and resolve liblings without knowing their repo location.

This could be implemented for now as a github repo libling/index that just contains some code describing known liblings.

A task for sbt-hackling to submit a libling to this repo as PR.

Conflict resolution: eviction

The simplest way to deal with conflicting versions might be eviction of older versions. This could be done by determining if any one commit is an ancestor/descendant of another and evicting ancestors from the dependencies.

Sometimes we might want to have multiple versions of the same source tree as dependencies for some reasons. Any eviction should be overridable.

friendly DSL

Right now adding a source dependency is a bit unwieldy:

sourceDependencies += Dependency(
        HashVersion("<git commit long hash>"),
        Repositories(uri("<https git repository uri>")))

We'd like something more like:

sourceDependencies += hash("<git commit hash>") from uri("<repo uri>")
sourceDependencies += tag("<git tag name>") from uri("<repo uri>")
sourceDependencies += branch("<git branch name>") from uri("<repo uri>")
sourceDependencies += hash("<git commit hash>") from Seq(uri("<repo uri1>"), uri("<repo uri1>"))
[etc...]

Binary dependencies

Many liblings will be most useful as add-ons to already available libraries.

A way to add those libs as binary dependencies to a libling. This could be done by using the ivy lock files that should be available in sbt 1.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.