Giter Club home page Giter Club logo

Comments (3)

gl-yziquel avatar gl-yziquel commented on July 30, 2024

I see the following code in the just codebase, in src/function.rs:

    "data_directory" => Nullary(|_| dir("data", dirs::data_dir)),
    "data_local_directory" => Nullary(|_| dir("local data", dirs::data_local_dir)),

It therefore seems more than likely that it is the dirs crate that is at fault.

from just.

gl-yziquel avatar gl-yziquel commented on July 30, 2024

Well, I looked into it. It seems that the dirs-rs crate always uses the user-space and not the system-wide values for folders.

As such, it does not fit my use case. For instance, my bld executable justfile tool needs to be used by multiple system users. And needs to be system-wide, and not user-space only.

As such, the python platformdirs package provides more sensible values, in my case and use case.

It's no biggie to invoke python from just. So not a big issue. But it is debatable whether just should only provide support for userspace folders.

In fact, I'd suggest the following kind of nomenclature:

  • executable_system_directory or data_system_directory for the system wide folders.
  • executable_directory or data_directory for the userspace wide folders.

The rationale being that for things to work out of the box, it's better to have short names, and, in this case, there is no access rights issues for the short names. The longer names need an explicit decision (to type longer) stuff, and this is as such a warning that more pain is in order: no access rights for system folders by default.

Any way. This is a design decision to make.

from just.

casey avatar casey commented on July 30, 2024

If /usr/local/share isn't the folder you want, I don't think there's a simple, standards-based way to find an alternative. I.e., on systems without /usr/local/share, but some other, similar directory, I'm not sure how to find that directory, so there's no way to provide a function that returns it. So I think your best bet is to use /usr/local/share directly.

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.