Should plugin versions should be locked by default? #6938
andrewhamon
started this conversation in
General
Replies: 1 comment
|
When Ideally,
Until that gets patched, the only safe workaround for reproducible dotfiles is to ignore the catalog copy-paste snippets and always pin the exact version yourself: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was investigating plugin management and it seems like there is no locking of installed plugins other than pinning an exact version. If you don't explicitly pin, you will always be on latest (i.e. when you
pi update, install your config on a fresh machine, etc.).To quote my llm:
That seems like a really dangerous default, especially when the package catalog gives un-pinned copy-paste snippets.
All reactions