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: e8dd1fa1d9b3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d5deb8c9a9b5
Choose a head ref
  • 10 commits
  • 24 files changed
  • 1 contributor

Commits on Dec 29, 2020

  1. Copy the full SHA
    a629257 View commit details
    Browse the repository at this point in the history
  2. tree-sitter: improve update script to fetch all available grammars

    The update script would only fetch the few grammars listed in the
    tree-sitter repository previously. But the tree-sitter github orga has
    a rather large amount of officially supported grammars.
    
    Thus we change the script to query the github APIs for repositories
    instead (up to 100 this is supported without paging).
    
    Since the repository list also contains some that are not grammars,
    there is a bash script which lists all repos we are aware of and the
    ones we want to ignore. It will make sure we don’t forget any
    repositories in the future, by comparing to the actual list with jq.
    Profpatsch committed Dec 29, 2020
    Copy the full SHA
    c0a4b41 View commit details
    Browse the repository at this point in the history
  3. tree-sitter: update grammars

    The new update scripts gives us a bunch of new grammars!
    Profpatsch committed Dec 29, 2020
    Copy the full SHA
    a32c5d9 View commit details
    Browse the repository at this point in the history
  4. tree-sitter/update: factor repo list into nix

    We want the ability to add different orga repos as well, and that is a
    lot easier on the nix level.
    Profpatsch committed Dec 29, 2020
    Copy the full SHA
    d2988da View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0b1bfd7 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b4ff78a View commit details
    Browse the repository at this point in the history
  7. tree-sitter/update: allow grammars to be fetched from other orgas

    Some of the grammars are not in the official orga, like
    tree-sitter-lua, so we make sure the updater knows how to fetch them.
    Profpatsch committed Dec 29, 2020
    Copy the full SHA
    5f0ace2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0181e10 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    00359f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Merge pull request #107514 from Profpatsch/tree-sitter-fetch-all-gram…

    …mars
    
    Tree sitter fetch all grammars
    Profpatsch committed Dec 30, 2020
    Copy the full SHA
    d5deb8c View commit details
    Browse the repository at this point in the history