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.vim-instant-markdown: init at 2019-09-06 #78579

Closed
wants to merge 3 commits into from

Conversation

iv-nn
Copy link
Contributor

@iv-nn iv-nn commented Jan 26, 2020

Motivation for this change

Add vim-instant-markdown plugin.

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.

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

this looks like an addition of a node package, and usage of said package in a vim module. The commit history should look like:

nodePackages.instant-markdown-d: init at XXXXX
vimPlugins: update
vimPlugins.vim-instant-markdown: init at 2019-09-06

@iv-nn
Copy link
Contributor Author

iv-nn commented Feb 21, 2020

I just rebased to fix conflicts.

@jonringer
Copy link
Contributor

I just merged another big PR, do you mind rebasing again

@iv-nn
Copy link
Contributor Author

iv-nn commented Feb 24, 2020

Done.

@@ -2,7 +2,7 @@

{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-13_x"}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is weird and might be related to #70974 or #81275.

@jonringer
Copy link
Contributor

@GrahamcOfBorg eval

@iv-nn
Copy link
Contributor Author

iv-nn commented May 22, 2020

I finally got to rebase it, had issue with the node packages generate.sh script and then with github rate limiting when running vim plugins update.py (until I noticed the new --proc option).

@prusnak
Copy link
Member

prusnak commented May 30, 2020

Please rework your PR. It now has a merge conflict after PR #89184 has been merged

@cideM
Copy link
Contributor

cideM commented Jan 9, 2021

@iv-nn It's a hassle with the constant merge conflicts :( but are you still available for seeing this through to the end 🚀 ? Otherwise I'd just pick it up

@jonringer
Copy link
Contributor

usually the conflicts aren't too bad with vim plugins, but they are horrendous with node, as it needs to re-make the entire node world.

@iv-nn
Copy link
Contributor Author

iv-nn commented Jan 16, 2021

I tried to rebase and run generate.sh but then I've changes in node-env.nix, utillinux is renamed to util-linux going against bc49a08. I'm not sure what to do.

@stale
Copy link

stale bot commented Jul 16, 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 Jul 16, 2021
@teto
Copy link
Member

teto commented Dec 2, 2021

@iv-nn place yourself on top of master, cherry-pick the code that hasn't changed and redo what you've done the first time. I can try to merge it quick if that works fine.

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Dec 2, 2021
@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 19, 2022
@teto
Copy link
Member

teto commented Jul 8, 2022

feel free to reopen when rebasing/updating the PR

@teto teto closed this Jul 8, 2022
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

6 participants