-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Related area
commit churn
Is your feature request related to a problem?
The dependencies.lock file encodes the local path to one of my components. Every time dependencies are re-evaluated, this creates silly changes in the repository, and makes it difficult to reproduce building the project from scratch. I believe this only happens to a component I've forked from Espressif, probably because I haven't added idf_component.yml to my other local components.
Describe the solution you'd like
Instead of:
path: C:\Projects\SuperCoolProject\components\espressif__esp_websocket_client
Please consider:
path: .\components\espressif__esp_websocket_client
Describe alternatives you've considered
I could remove idf_component.yml from my forked component, is that what I should do?
I tried editing dependencies.lock manually, but idf.py reconfigure overwrote it.
Additional context
No response
I have checked existing list of Feature requests and I have provided enough information.
- I confirm I have checked existing list of Feature requests and I have provided enough information.
Metadata
Metadata
Assignees
Labels
No labels