-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
vimPlugins.gina-vim: rename plugin to fix alias #341309
Conversation
Result of 1 package built:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will take into consideration in #336137. Could you check also other deprecated plugins?
gina recommends https://github.com/lambdalisue/vim-gin as an alternative. I dont think we package it and it is using deno, I am not sure how easy it's to add. Till then maybe we can keep gina. It might be deprecated but doesn't mean it's broken yet. |
I think that the update script automatically added it to As the package has already been unavailable in nixpkgs for the past few months, I would argue that we properly deprecate it and eventually add |
Oh, update script doesn't remove packages. It also doesn't check if repository archived. All it does is resolves redirects, and adds a notice about rename to The reported error must come from another source (e.g. there is also an alias in |
Also, there are already multiple plugins that use denops.vim packaged ( |
The plugin that was in the package set was I have simply ran the update script and propose that we merge this. |
Result of 6 packages marked as broken and skipped:
120 packages built:
|
Current update script is broken and doesn't do what I described, it is fixed in #336137. Though, for some reason, it correctly renamed the plugin Also, let's not pollute commit history and change only parts that are related to this PR. And return deprecation please, it should work now |
You are right, let's do things properly. Is there any remaining blocker on your PR ? |
Result of 2 packages built:
|
No, only review. I will also fix merge conflicts in a moment |
Description of changes
The
gina-vim
plugin was marked as deprecated (rightfully so) but was not removed fromvim-plugin-names
.This lead to an eval failure reported in #337444.
This PR properly
removesrenames the plugin.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.