Auto sort#5
Conversation
|
I'm sorry but I've not finished initial build. |
|
Is that related to sorting? Or would you like this to happen on |
|
@Timple can you please fix the merge conflicts? |
|
@wolfv @traversaro what do you think? |
|
Rationale:
|
|
I am totally for it, thanks @Timple ! Something convenient (but not blocking for me) would have the sorting functionalities in specific vinca verbs rather then in |
|
I'm not familiar with vinca verbs. |
|
Sorry, I actually meant vinca commands/entry points, i.e. having a vinca-sort command or similar in https://github.com/RoboStack/vinca/blob/2df8921f53c4f4b72e8db7be8104564fa6853591/pyproject.toml#L47 that can be easily reused across repos. |
|
Sure, but this sorts more files than just the vinca.yaml |
Yes, but they are all files that are ingested by vinca, so it seems to be logic to have that logic there, so that we can easily share it. We could have a vinca-sort command with options to select which files to sort or something like that. |
|
Merged, feel free to update the vinca version in pixi.toml, thanks! |
|
I did! |
I vibe-coded some sorting scripts that keep the structure of the yaml files kind of aligned but with sorting enabled.
pixi run sortshould help in the future.After #4