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: 468fa8738f69
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a62dac34e6f8
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 8, 2020

  1. chromium: Ignore unknown warning options

    This can e.g. save around 150k lines of unnecessary log messages which
    take up around 66% of the total lines (based on a log of 80.0.3987.100):
    29527 warning: unknown warning option '-Wno-bitwise-conditional-parentheses'; did you mean '-Wno-bitwise-op-parentheses'? [-Wunknown-warning-option]
    29527 warning: unknown warning option '-Wno-builtin-assume-aligned-alignment' [-Wunknown-warning-option]
    29527 warning: unknown warning option '-Wno-deprecated-copy'; did you mean '-Wno-deprecated'? [-Wunknown-warning-option]
    29527 warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
    29527 warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
    
    (cherry picked from commit 9f39148)
    primeos committed Apr 8, 2020
    Copy the full SHA
    df50124 View commit details
    Browse the repository at this point in the history
  2. chromiumBeta: Fix the build

    This patch was also backported to M81 [0][1].
    
    [0]: https://chromium-review.googlesource.com/c/chromium/src/+/2091896
    [1]: chromium/chromium@bbf0fad
    
    (cherry picked from commit ff3bc51)
    primeos committed Apr 8, 2020
    Copy the full SHA
    85e8548 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a62dac3 View commit details
    Browse the repository at this point in the history