Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pygbag cli: --directory and --cache arguments are not respected #68

Open
gabriel-v opened this issue Feb 7, 2023 · 1 comment
Open
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@gabriel-v
Copy link

gabriel-v commented Feb 7, 2023

Parser args are added here:

  • pygbag/pygbag/app.py

    Lines 185 to 189 in 17ae938

    parser.add_argument(
    "--directory",
    default=build_dir.as_posix(),
    help="Specify alternative directory [default:%s]" % build_dir,
    )
  • parser.add_argument("--cache", default=cache_dir.as_posix(), help="md5 based url cache directory")

But then, they are not being used at all, here:

I think we need to either remove the arguments or respect them.

My current workaround for this issue is to cp -a the stuff into a temporary directory before building.

@pmp-p pmp-p added the bug Something isn't working label Feb 7, 2023
@pmp-p
Copy link
Member

pmp-p commented Aug 26, 2023

Thank for reporting.
Indeed commenting them until implemented correctly as they are confusing, and "build" is totally fine for python ecosystem anyway.

@pmp-p pmp-p added the wontfix This will not be worked on label Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants