Clément DOUIN

Results 407 comments of Clément DOUIN

> In how far is it safe vs. not safe to delete `$XDG_CACHE_HOME/pimalaya`? Could anything go wrong next time I run `neverest synchronize`? If yes, that folder should definitely be...

> Would it make sense to add a "readonly" flag to protect either left or right side from accidental changes or a flag to indicate the "direction" of the sync?...

Then I will fix it for the next release. Thank you for your feedback!

Yes, in a way that "this implementation does not seem right". But not sure if it's a common practice, I can just remove it.

The structure is not well documented yet, but the first level correspond to host platforms, the second the cross platforms. From ` x86_64-linux`, you can cross compile for `x86_64-linux`, `arm64-linux`...

It allows this kind of things in [CI](https://github.com/pimalaya/neverest/blob/fc5a999205f314e396814dc64cd321881106f8ca/.github/workflows/release.yml#L58), which I find great and I would like to keep it. It makes builds more predictable and reproducible.

> Maybe, just to make it clear for people, you could add - either a prefix or a suffix - `-cross`. Yes indeed, I like the proposition!

As you wish. It should not take long for me to fix it, I already put my nose in recently. Thank you for proposing, feel free to submit other PRs...

Sorry, I realized I've never replied to you. > I think this would be simpler than the current approach and/or adding a `-cross` suffix. Should be definitely enough, would you...

Ah yes indeed, `--dry-run` runs so fast for me that I never realized they don't move. Good to keep in mind for the replacement!