Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Why a package trigger another's download even when I have built-in in the other's recipe? #1159

Closed
WorldsEndless opened this issue May 3, 2024 · 2 comments
Labels

Comments

@WorldsEndless
Copy link

Why does elfeed-org always clone a copy of org even when my org recipe has straight (:type built-in)? After an annoying bit of bisection I found that without elfeed-org, the built-in version is respected and a straight repo is NOT cloned. With elfeed-org, however, I get an org repo and m-x org-version telling me "mixed version." May any package trigger a parent package build, or is there something peculiar about elfeed-org? Is there anything I can do to get elfeed-org to stop triggering the org repo?

@progfolio
Copy link
Contributor

Are you able to reproduce the issue via straight-bug-report?
That would help narrow down the issue. Thanks.

@raxod502
Copy link
Member

As @progfolio said. But the most likely cause would be you need to make sure the org recipe is loaded first, else it would get cloned as a dependency of elfeed before straight.el knows it is supposed to be built-in.

@radian-software radian-software locked and limited conversation to collaborators May 23, 2024
@raxod502 raxod502 converted this issue into discussion #1162 May 23, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Development

No branches or pull requests

3 participants