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

fix(cli): Watch workspace members if tauri dir is workspace root #8520

Merged
merged 3 commits into from
Jan 3, 2024

Conversation

FabianLars
Copy link
Member

See title. This PR also includes a fix/workaround for paths with funny characters that may not make the glob expansion panic.

Fixes #8509 -> That's about the funny characters and the reason i looked into the code again in the first place.

See title. This PR also includes a fix/workaround for paths with funny characters that may not make the glob expansion panic.

Fixes #8509
@FabianLars FabianLars requested a review from a team as a code owner January 1, 2024 19:29
@FabianLars
Copy link
Member Author

thinking about it i'm not sure anymore if it actually made a difference since it should watch the workspace members anyway since they are inside the root (if tauri dir is ws root) but ig being mroe explicit about it is good? 🙃

tooling/cli/src/interface/rust.rs Outdated Show resolved Hide resolved
@amrbashir amrbashir merged commit 67d7877 into 1.x Jan 3, 2024
12 checks passed
@amrbashir amrbashir deleted the fix-watch-workspace branch January 3, 2024 23:37
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

Successfully merging this pull request may close these issues.

2 participants