Giter Site home page Giter Site logo

Remove Build System? about git-extras HOT 4 CLOSED

hyperupcall avatar hyperupcall commented on June 10, 2024
Remove Build System?

from git-extras.

Comments (4)

spacewander avatar spacewander commented on June 10, 2024

To solve #1058, we can use a directory under /tmp as the $PREFIX and install the script during test, or run the test in a docker container.
To be frank, I wouldn't say I like to change the project structure as it can be solved by the test suite itself.

from git-extras.

hyperupcall avatar hyperupcall commented on June 10, 2024

@spacewander Yes, more code could be added to the test suite to handle this. But, what about the other issues I have mentioned? Complexity/fragility of the build system and difficulty of using common functions. The test suite isn't the only place where we see the problems from the build system

from git-extras.

spacewander avatar spacewander commented on June 10, 2024

here is a common util.sh file (that we can place in /usr/share/git-extras) that contains all our shared functions. Executables that require it can source it first-thing

As there is no common utility directory for all unix system (Linux, Mac, BSD), and the user can specify the root by using $PREFIX, move them to a separate file and source it during execution may break the portability and make it harder to manage.

We manually copy and paste these functions for every file. BUT, each function is prefixed with a common prefix (like util_, common_), and we have a check (run at build time and/or commit time) to make sure each function and its contents are identical. Making changes to these functions still isn't too hard because one can simply do a repository-wide find-and-replace in their favorite IDE

The current build process is already guaranteeing the consistency of the utility. To be frank, the check and the find-and-replace could be also complex & fragile.

from git-extras.

hyperupcall avatar hyperupcall commented on June 10, 2024

I see and understand where you are coming from - there are some disadvantages to my approach as well like the $PREFIX and moving bin/ files like you mentioned. Thank you for clarrifying your position. Although I may disagree, I will close this issue since you prefer the current approach.

from git-extras.

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.