Skip to content
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.presenting-vim: init at 2018-11-25 #97877

Closed
wants to merge 5 commits into from

Conversation

kalbasit
Copy link
Member

@kalbasit kalbasit commented Sep 13, 2020

Motivation for this change

https://github.com/sotte/presenting.vim

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Comment on lines 138 to 149
asyncomplete-vim = buildVimPluginFrom2Nix {
pname = "asyncomplete-vim";
version = "2020-08-09";
src = fetchFromGitHub {
owner = "prabirshrestha";
repo = "asyncomplete.vim";
rev = "0d4ec1805d50fd39b8b41626e0761736feb307d0";
sha256 = "0lcqdh51fd8lx1g02dcwrfnnx3zfm71g57nv2pmin5ap7qgh8kir";
};
meta.homepage = "https://github.com/prabirshrestha/asyncomplete.vim/";
};

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reasoning behind removing this package?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was done by update.py. It looks like the package has a new owner on GitHub, and the update.py script follows redirect links. A recent PR I made for vimPlugins featured the same update.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm the package has not moved from https://github.com/prabirshrestha/asyncomplete.vim, and I did not make this change. I'll re-run the script 🤞

Copy link
Member Author

@kalbasit kalbasit Sep 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it was introduced in 2bc02f2 (#97128) but was not introduced properly. I'll add it back in this PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that looks to be the issue. Good eye. It was not included in vim-plugin-names.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I addressed this issue, PTAL.

@stale
Copy link

stale bot commented Apr 7, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants