Coder Social home page Coder Social logo

Include files from variable location about just HOT 5 CLOSED

pprkut avatar pprkut commented on July 29, 2024 4
Include files from variable location

from just.

Comments (5)

casey avatar casey commented on July 29, 2024 1

Whoops! I neglected to extend the parser to accept shell expanded string in mod and import paths. Just merged #2059 which fixes this.

from just.

tommyalatalo avatar tommyalatalo commented on July 29, 2024

I would love to see this functionality implemented in a similar way to how Terraform references remote modules. Basically allow the user to enter a remote git repository URL and ref (branch, tag, commit) which would get fetched and used. This is a total game changer and would allow you to write independent justfiles in repos that reference centralized remote files as common "includes". The implications of this for use with CI systems are really quite amazing.

from just.

peterhoeg avatar peterhoeg commented on July 29, 2024

How about using a git submodule (assuming you have your stuff in git of course)?

from just.

casey avatar casey commented on July 29, 2024

I just merged #2055, which adds a new kind of shell-expanded string literal. They look like this x'$FOO' and can be used anywhere a string literal can be used, including module and import paths.

from just.

laniakea64 avatar laniakea64 commented on July 29, 2024

can be used anywhere a string literal can be used, including module and import paths.

@casey For me this syntax only works in settings, optional imports, [confirm(...)], and places where any string is valid. It does not work for me in mod statements or non-optional imports?

With this example justfile -

import x"$PWD/foo.just"

I get -

$ just --evaluate
error: Expected '*', ':', '$', '=', identifier, or '+', but found string
 ——▶ justfile:1:9
  │
1 │ import x"$PWD/foo.just"
  │         ^^^^^^^^^^^^^^^

Same error with either mod foo or mod? foo instead of import (and using just --unstable --evaluate).

from just.

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.