Skip to content

Implement "scopes" #42

Description

@quintesse

It would be nice if we could have different sets of dependencies for different uses, the typical would be for compilation, runtime, testing, etc.

We'd have to figure out how to:

  • add this to the current app.yml format without making too many changes
  • be sure that the app.yml format stays fully backward compatible
  • design new format making it flexible enough but still easy to use
  • how to store things on disk (deps/compile, deps/run?)
  • add a cli option for applying scope to a command? (eg jpm install -s compile foo:bar:123?)
  • add extra options to the interactive search for dealing with scopes? (eg "Install to scope" and "Copy to scope"?)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions