Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a845adeb9b63
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 12c931a8e8b0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 22, 2020

  1. vimPlugins: Automate redirect updates in update.py

    Many of the plugins in vim-plugin-names are out of date and redirect to
    their new github repos. This commit adds a flag to automatically update
    these and defines a process for committing these updates into nixpkgs.
    ryneeverett committed Mar 22, 2020
    Copy the full SHA
    d4874a7 View commit details
    Browse the repository at this point in the history
  2. vimPlugins: Update

    ryneeverett committed Mar 22, 2020
    Copy the full SHA
    c78aa8e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6601c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. vimPlugins: --update-redirects improvements.

    In response to @timokau's review here are a couple changes:
    
    - Decrease the fragility of the replacement code by normalizing
    whitespace on each line.
    - Throw an error when plugins are renamed rather than silently aliasing
    to the new name.
    ryneeverett committed Mar 24, 2020
    Copy the full SHA
    a9c9b0d View commit details
    Browse the repository at this point in the history
  2. vimPlugins: Update redirects without flag.

    Per review, the input file will now be rewritten automatically if
    redirects are found.
    ryneeverett committed Mar 24, 2020
    Copy the full SHA
    cffb6cb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. vimPlugins: Automatically sort vim-plugin-names.

    Python's `sorted` method works a little differently than `sort` in the
    handling of dashes.
    ryneeverett committed Mar 26, 2020
    Copy the full SHA
    b886ad9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. vimPlugins: Automatic rename deprecations

    When an updated redirect results in a package name change, not just an
    owner change, throw an error to warn users the package names has
    changed.
    ryneeverett committed Mar 27, 2020
    Copy the full SHA
    7cc024b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    25fea45 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #83119 from ryneeverett/vim-plugins-update-redirects

    VimPlugins: update redirected repos
    timokau committed Mar 27, 2020
    Copy the full SHA
    12c931a View commit details
    Browse the repository at this point in the history