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: f284b44089bf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 61b8a2c72011
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 4, 2021

  1. Copy the full SHA
    d815581 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    214effe View commit details
    Browse the repository at this point in the history
  3. rustracer: 2.1.35 -> 2.1.40, fix build

    Failing build: https://hydra.nixos.org/build/134175791
    ChangeLog: https://github.com/racer-rust/racer/blob/v2.1.40/CHANGELOG.md
    
    A few more things are worth noting:
    
    * It's not possible to update to latest version (2.1.42) at the time of
      committing since this requires a newer `rustc` (1.51 to be precise) to
      compile.
    * For proper completion, `rustLibSrc` rather than `rustcSrc` must be
      used now. The two were separated here previously[1].
    * Dropped the `checkPhase` and replaced it with a list of `checkFlags`.
      This has the benefit that the default `checkPhase` from
      `buildRustPackage` can be used which properly configures parallelism
      and which target to use (i.e. `release` in this case which reduces
      build time).
    
    [1] 68060f6
    Ma27 committed Jan 4, 2021
    Copy the full SHA
    61b8a2c View commit details
    Browse the repository at this point in the history