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.

Sorry, something went wrong.

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 iv-nn force-pushed the vim-instant-markdown branch from 4df4919 to 338154d Compare February 24, 2020 09:30
@iv-nn
Copy link
Contributor Author

iv-nn commented Feb 24, 2020

Done.

@iv-nn iv-nn force-pushed the vim-instant-markdown branch from 338154d to f058745 Compare February 28, 2020 22:50
@@ -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 iv-nn force-pushed the vim-instant-markdown branch from f058745 to 93b4f2a Compare May 22, 2020 13:45
@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

@prusnak prusnak added 2.status: merge conflict This PR has merge conflicts with the target branch 6.topic: nodejs labels May 30, 2020
@iv-nn iv-nn force-pushed the vim-instant-markdown branch from 93b4f2a to 473cad4 Compare June 9, 2020 11:20
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Jun 9, 2020
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 11-100 and removed 10.rebuild-darwin: 11-100 10.rebuild-linux: 101-500 labels Jun 9, 2020
iv-nn and others added 3 commits June 14, 2020 12:03

Verified

This commit was signed with the committer’s verified signature. The key has expired.
iv-nn Ivann

Verified

This commit was signed with the committer’s verified signature. The key has expired.
iv-nn Ivann
@iv-nn iv-nn force-pushed the vim-instant-markdown branch from 473cad4 to e92d651 Compare June 14, 2020 10:15
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin labels Jun 14, 2020
@ryantm ryantm added 2.status: merge conflict This PR has merge conflicts with the target branch and removed 2.status: merge conflict This PR has merge conflicts with the target branch labels Oct 3, 2020
@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
@iv-nn iv-nn deleted the vim-instant-markdown branch July 25, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: merge conflict This PR has merge conflicts with the target branch 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 6.topic: nodejs 6.topic: vim 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 10.rebuild-linux: 11-100
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants