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

Pixi cpp-fmt command is not portable #6563

Open
jleibs opened this issue Jun 13, 2024 · 1 comment
Open

Pixi cpp-fmt command is not portable #6563

jleibs opened this issue Jun 13, 2024 · 1 comment
Assignees
Labels
🪳 bug Something isn't working 🧑‍💻 dev experience developer experience (excluding CI)

Comments

@jleibs
Copy link
Member

jleibs commented Jun 13, 2024

Running produces:

✨ Pixi task (cpp-fmt in cpp): fd --extension h --extension hpp --extension c  --extension cpp --exec clang-format -i
fd: command not found

We need a portable alternative to fd.

@jleibs jleibs added 🪳 bug Something isn't working 🧑‍💻 dev experience developer experience (excluding CI) labels Jun 13, 2024
@jleibs jleibs self-assigned this Jun 13, 2024
@jleibs
Copy link
Member Author

jleibs commented Jun 13, 2024

We can just add this to the environment via pixi add fd-find. I'll make a PR once #6560 lands to avoid merge-conflicts on the pixi.lock file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 🧑‍💻 dev experience developer experience (excluding CI)
Projects
None yet
Development

No branches or pull requests

1 participant