GithubHelp home page GithubHelp logo

Comments (4)

ugexe avatar ugexe commented on June 3, 2024

I agree. But what about when you have the same module installed to multiple CURs?

The ===> is shown so that situation makes more sense (showing the same module 2+ times). Some solutions:

    1. Prepend the CUR string to each distribution that is listed (not very human readable)
    1. Only list the unique distribution identities (this seems less than ideal)

from zef.

gfldex avatar gfldex commented on June 3, 2024

maybe provide it like so:
Math::FourierTransform:ver('0.0.1'):auth('Matt Oates'):CUR('Zef::ContentStorage::Ecosystems')

If you want to work with those outputs one has to parse :foo('bar') anyway.

from zef.

ugexe avatar ugexe commented on June 3, 2024

I'll think on this a few more days. I don't really like the repeating :CUR('xxx') for each line on non-verbose output, but I'm not discounting it either.

In the mean time the following can be used to show an example of your proposal:

# list from all content storages
perl6 -MZef::Client -MZef::Config -e '.say for Zef::Client.new(config => Zef::Config::parse-file(Zef::Config::guess-path)).list-available().map: { qq|{.dist.identity}:CUR("{.from}")| };'

# list from perl6 ecosystem content storage only
perl6 -MZef::Client -MZef::Config -e '.say for Zef::Client.new(config => Zef::Config::parse-file(Zef::Config::guess-path)).list-available("p6c").map: { qq|{.dist.identity}:CUR("{.from}")| };'

from zef.

ugexe avatar ugexe commented on June 3, 2024

Resolved in #151

from zef.

Related Issues (20)

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.