Git Product home page Git Product logo

Comments (4)

oconnor663 avatar oconnor663 commented on July 23, 2024

Ideally we'd like to be able to let the user import plugin definitions. (Like say, cloning down a github repository that defines a new peru plugin.) That will be tricky, because right now we construct import trees all at once, and the imports that use this custom plugin type will be errors ("plugin foo not found") before the imports that define the plugin are visible.

Doing imports in multiple stages sounds hacky, but it could work. We could also unpack plugins "in space" in a special step before we run the real fetch. That would have the major downside of needing to unpack the plugin every time a fetch is done. Maybe the .peru dir could have a special spot for unpacked plugins, to keep them around?

NOTE: This is similar to the problem that comes up when we think about "environment variable imports." The issue there is that the tmp dir containing the imported files needs to be constructed every time a build is run, because there's no guarantee that the last build didn't modify the files. That feels scandalously inefficient. Is there a way to have peru create a directory that's impossible to modify?

from peru.

oconnor663 avatar oconnor663 commented on July 23, 2024

To clarify, that would be importing new plugins inside the current project, not installing them somewhere permanent on the user's system.

from peru.

oconnor663 avatar oconnor663 commented on July 23, 2024

https://phabricator.buildinspace.com/D27 adds the plugins: field, but we're punting on any kind of special fetching. Peru is sometimes maybe better than copy-paste, but not necessarily this time.

from peru.

oconnor663 avatar oconnor663 commented on July 23, 2024

275e8fc

from peru.

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.