Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 93bf6e264852
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: b425012fdf45
Choose a head ref
  • 16 commits
  • 9 files changed
  • 9 contributors

Commits on Sep 1, 2019

  1. fcitx: use enchant2

    Averell Dalton committed Sep 1, 2019
    Copy the full SHA
    c055ac1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. vimPlugins: Update

    justinlovinger committed Sep 9, 2019
    Copy the full SHA
    552f566 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. moodle: 3.7.1 -> 3.7.2

    aanderse committed Sep 10, 2019
    Copy the full SHA
    cb7deb3 View commit details
    Browse the repository at this point in the history
  2. routinator: 0.5.0 -> 0.6.0

    0x4A6F committed Sep 10, 2019
    Copy the full SHA
    9d5b3c3 View commit details
    Browse the repository at this point in the history
  3. qtwebkit: fixing build / reducing build log size

    GCC 8 introduced a new type of warning `-Wclass-memaccess` which
    is included in `-Wall`. This warnings spits out *a million* of warnings
    like the following:
    
    ```
    [...]
    /build/source/Source/WTF/wtf/Vector.h:128:15: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class WTF::RefPtr<WebCore::TransformOperation>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
             memcpy(dst, src, reinterpret_cast<const char*>(srcEnd) - reinterpret_cast<const char*>(src));
    [...]
    ``
    
    Logs demonstrating the issue:
    https://hydra.nixos.org/build/100205478/nixlog/1
    
    While I don't think disabling warnings is the best way to deal with this,
    there is alrady precedent for this package and I don't feel confident enough
    to either patch or bump this package.
    
    Please view this as a low-friction sub-optimal suggestion in case nobody else
    has a better fix.
    d-goldin committed Sep 10, 2019
    Copy the full SHA
    6f1ad06 View commit details
    Browse the repository at this point in the history
  4. ibus-engines.mozc: fix build

    This fixes:
    
    FAILED: obj/engine/engine.engine.o
    clang++ -MMD -MF obj/engine/engine.engine.o.d -DOS_LINUX -DMOZC_BUILD -DCHANNEL_DEV -DENABLE_GTK_RENDERER -DNDEBUG -DQT_NO_DEBUG -DNO_LOGGING -DIGNORE_HELP_FLAG -DIGNORE_INVALID_FLAG -I/build/source/src -Igen -Igen/proto_out -Wall -Wno-char-subscripts -Wno-sign-compare -Wno-deprecated-declarations -Wwrite-strings -Wno-unknown-warning-option -Wno-inconsistent-missing-override -fPIC -fno-exceptions -fmessage-length=0 -fno-strict-aliasing -funsigned-char -pipe -pthread -fno-omit-frame-pointer -fstack-protector --param=ssp-buffer-size=4 -Wtype-limits -O2 -Wno-deprecated -Wno-covered-switch-default -Wno-unnamed-type-template-args -Wno-c++11-narrowing -std=gnu++0x -std=gnu++0x  -c ../../engine/engine.cc -o obj/engine/engine.engine.o
    In file included from ../../engine/engine.cc:30:
    In file included from /build/source/src/engine/engine.h:33:
    In file included from /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/memory:62:
    In file included from /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algobase.h:66:
    /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_iterator_base_funcs.h:183:2: error: cannot decrement value of type 'mozc::ZeroQueryDict::iterator'
            --__i;
            ^ ~~~
    /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_iterator_base_funcs.h:206:12: note: in instantiation of function template specialization 'std::__advance<mozc::ZeroQueryDict::iterator, long>' requested here
          std::__advance(__i, __d, std::__iterator_category(__i));
               ^
    /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algo.h:2137:9: note: in instantiation of function template specialization 'std::advance<mozc::ZeroQueryDict::iterator, long>' requested here
              std::advance(__middle, __half);
                   ^
    /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algo.h:2190:19: note: in instantiation of function template specialization 'std::__equal_range<mozc::ZeroQueryDict::iterator, unsigned long, __gnu_cxx::__ops::_Iter_less_val, __gnu_cxx::__ops::_Val_less_iter>' requested here
          return std::__equal_range(__first, __last, __val,
                      ^
    /build/source/src/prediction/zero_query_dict.h:213:17: note: in instantiation of function template specialization 'std::equal_range<mozc::ZeroQueryDict::iterator, unsigned long>' requested here
        return std::equal_range(begin(), end(), iter.index());
                    ^
    1 error generated.
    ivan committed Sep 10, 2019
    Copy the full SHA
    b4b332b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    153127f View commit details
    Browse the repository at this point in the history
  6. qolibri: use qt5's mkDerivation

    ivan committed Sep 10, 2019
    Copy the full SHA
    939960b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #67856 from averelld/fcitx-use-enchant2

    fcitx: use enchant2
    gebner committed Sep 10, 2019
    Copy the full SHA
    9c71e5f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #67882 from ivan/qolibri-2019-07-22

    qolibri: 2018-11-14 -> 2019-07-22
    worldofpeace committed Sep 10, 2019
    Copy the full SHA
    70a0add View commit details
    Browse the repository at this point in the history
  9. Merge pull request #68434 from d-goldin/release-19.09/qtwebtoolkit-di…

    …sable-memaccess-warnings
    
    qtwebkit: fixing build / reducing build log size
    worldofpeace committed Sep 10, 2019
    Copy the full SHA
    9cbc8f3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #68443 from ivan/mozc-gcc8-fix

    ibus-engines.mozc: fix build
    worldofpeace committed Sep 10, 2019
    Copy the full SHA
    2bcd4fa View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    ff93569 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Merge pull request #68417 from aanderse/moodle

    moodle: 3.7.1 -> 3.7.2
    aanderse committed Sep 11, 2019
    Copy the full SHA
    6aea38b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68423 from 0x4A6F/master-routinator

    routinator: 0.5.0 -> 0.6.0
    aanderse committed Sep 11, 2019
    Copy the full SHA
    c504ffd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #68464 from JustinLovinger/deoplete-dictionary

    vimPlugins.deoplete-dictionary: init at 2019-04-16
    teto committed Sep 11, 2019
    Copy the full SHA
    b425012 View commit details
    Browse the repository at this point in the history