Coder Social home page Coder Social logo

Comments (6)

leafac avatar leafac commented on August 25, 2024

Hi @jeffrson,

Thanks for the nice words and for reaching out.

Do you think you could make things work with the --dedupe and the --prepare-command command-line flags?

Best.

from caxa.

jeffrson avatar jeffrson commented on August 25, 2024

Yes, works for me (--no-dedupe though).

The command line is rather long now (even with short parameters), but doesn't seem to matter.

from caxa.

leafac avatar leafac commented on August 25, 2024

Great. I’m glad you got things working.

from caxa.

jeffrson avatar jeffrson commented on August 25, 2024

@leafac

Unfortunately I wasn't right.

Although everything seemed to be fine, it isn't:
--prepare-command and --exclude don't work well together. I exclude files from .yarn (eg .yarn/cache), which, however, are instantly recreated by the prepare-command I want to use.

So I think, the order of exclude and prepare should be switched, which, btw, sounds quite sensible: first prepare, then do all other things.

from caxa.

leafac avatar leafac commented on August 25, 2024

Oh, interesting. It seems like you and I understand the point of --exclude differently:

You: --exclude means “don’t include this file in the binary.”
I: --exclude means “don’t copy this file over into the temporary directory where the application will be prepared.”

Your --exclude comes late in the chain of processes that need to happen to make an executable. Mine comes early.

That’s a miscommunication that I’ll address in the documentation.

In light of this information, I suppose that you still can get what you want by using the existing configuration facilities in caxa:

  1. Use --exclude to avoid copying stuff you don’t want into the temporary directory, for example, .git.

  2. Use --prepare-command as <commands-that-you-want-to-run> && rm <files-that-were-generated-by-the-previous-commands>.

How does that sound?

from caxa.

leafac avatar leafac commented on August 25, 2024

Hi @jeffrson,

Thanks for using caxa and for the conversation here.

I’ve been thinking about the broad strategy employed by caxa and concluded that there is a better way to solve the problem. It sidesteps the issues of --include and --exclude entirely. Can you please give it a try and report back? I don’t have any experience with package managers other than npm, so maybe you can help in that department.

It’s a different enough approach that I think it deserves a new name, and it’s part of a bigger toolset that I’m building, which I call Radically Straightforward · Package.

I’m deprecating caxa and archiving this repository. I invite you to continue the conversation in Radically Straightforward’s issues.

Best.

from caxa.

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.