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

Don't watch all sources of other packages in the same workspace, but only Cargo.* files #305

Open
Canop opened this issue Jan 17, 2025 · 0 comments

Comments

@Canop
Copy link
Owner

Canop commented Jan 17, 2025

Right now, when you launch bacon on a package in a workspace, all the packages of that workspace are watched, even if they're not dependencies of the current package.

But it's probably enough to watch the Cargo.toml and Cargo.lock at the workspace level and in other packages of the workspace. Source/Test files in other packages which aren't dependencies can't impact the package.

Any different insight on that ?
(related survey)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant