Commit graph

16678 commits

Author SHA1 Message Date
Fabian Affolter 017b0596a1 mkdocs: 1.0.4 -> 1.2.1 2021-06-18 13:25:10 +02:00
R. RyanTM 228baac5a4 cargo-make: 0.33.0 -> 0.34.0 2021-06-17 13:59:06 +09:00
R. RyanTM cbb17d3bcb azure-storage-azcopy: 10.10.0 -> 10.11.0 2021-06-16 18:11:18 -07:00
github-actions[bot] 51bf815af0
Merge master into staging-next 2021-06-17 00:09:48 +00:00
Sandro f4ca9882ff
Merge pull request #127128 from baloo/baloo/bindgen/llvm_latest
rust-bindgen: some features of bindgen require a recent version of llvm
2021-06-16 23:58:53 +02:00
R. RyanTM 90022056f5 byacc: 20210109 -> 20210520 2021-06-16 13:36:12 -07:00
Arthur Gautier 61a9aafda6 rust-bindgen: some features of bindgen require a recent version of llvm
Features likes 'asm goto' are only available if compiled with llvm >= 11.

This is required for rust-in-linux development for example. I believe
binding to llvmPackages_latest is an acceptable tradeoff.

```
  RUSTC L rust/build_error.o
error: unknown argument: '-fmacro-prefix-map=./='
error: unknown argument: '-fno-stack-clash-protection'
error: unknown warning option '-Wno-frame-address'; did you mean '-Wno-address'? [-Wunknown-warning-option]
error: unknown warning option '-Wno-pointer-to-enum-cast' [-Wunknown-warning-option]
./arch/x86/include/asm/bitops.h:138:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/bitops.h:162:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/bitops.h:201:9: error: 'asm goto' constructs are not supported yet
./include/linux/list.h:282:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./include/linux/list.h:318:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./include/linux/list.h:821:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./include/linux/list.h:830:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./arch/x86/include/asm/atomic.h:83:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic.h:123:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic.h:137:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic.h:152:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:76:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:118:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:132:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:147:9: error: 'asm goto' constructs are not supported yet
./include/linux/jump_label.h:278:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:284:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:306:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:309:3: error: expected '(' after 'asm'
./include/linux/jump_label.h:317:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:320:3: error: expected '(' after 'asm'
./include/linux/llist.h:189:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
error: unknown argument: '-fmacro-prefix-map=./=', err: true
error: unknown argument: '-fno-stack-clash-protection', err: true
error: unknown warning option '-Wno-frame-address'; did you mean '-Wno-address'? [-Wunknown-warning-option], err: true
error: unknown warning option '-Wno-pointer-to-enum-cast' [-Wunknown-warning-option], err: true
./arch/x86/include/asm/bitops.h:138:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/bitops.h:162:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/bitops.h:201:9: error: 'asm goto' constructs are not supported yet, err: true
./include/linux/list.h:282:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./include/linux/list.h:318:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./include/linux/list.h:821:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./include/linux/list.h:830:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./arch/x86/include/asm/atomic.h:83:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic.h:123:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic.h:137:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic.h:152:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:76:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:118:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:132:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:147:9: error: 'asm goto' constructs are not supported yet, err: true
./include/linux/jump_label.h:278:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:284:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:306:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:309:3: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:317:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:320:3: error: expected '(' after 'asm', err: true
./include/linux/llist.h:189:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
fatal error: too many errors emitted, stopping now [-ferror-limit=], err: true
thread 'main' panicked at 'Unable to generate bindings: ()', src/main.rs:54:36
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
make[1]: *** [rust/Makefile:141: rust/bindings_generated.rs] Error 1
make[1]: *** Deleting file 'rust/bindings_generated.rs'
```

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-06-16 18:52:09 +00:00
github-actions[bot] 2d104c99a7
Merge master into staging-next 2021-06-16 18:04:45 +00:00
Florian Beeres ef74702bff
litestream: init at 0.3.5 (#127108)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-16 19:06:30 +02:00
Sandro 4d374223f7
Merge pull request #126994 from r-ryantm/auto-update/dotenv-linter 2021-06-16 18:33:01 +02:00
Sandro f68a20933e
Merge pull request #127072 from jojosch/twirp-8.1.0 2021-06-16 17:43:45 +02:00
José Luis Lafuente 779cb5580d tree-sitter: update grammars
Switch to nvim-treesitter/tree-sitter-lua for lua,
since current lua grammar is broken for 0.19.5
2021-06-16 16:53:57 +02:00
Maximilian Bosch d646b9cf44
packer: 1.7.2 -> 1.7.3 (#127057)
ChangeLog: https://github.com/hashicorp/packer/blob/v1.7.3/CHANGELOG.md#173-june-15-2021
2021-06-16 15:49:25 +02:00
Johannes Schleifenbaum 728c149ebd
protoc-gen-twirp: 8.0.0 -> 8.1.0 2021-06-16 13:21:26 +02:00
github-actions[bot] f060a3768b
Merge master into staging-next 2021-06-16 06:04:41 +00:00
R. RyanTM 52ffe02b31 checkstyle: 8.42 -> 8.43 2021-06-15 21:47:52 -07:00
Jonathan Ringer d1d37feb6d
Merge branch 'master' into staging-next
Conflicts:
  pkgs/servers/x11/xorg/default.nix
2021-06-15 19:32:36 -07:00
Sandro df4ffccc5c
Merge pull request #126863 from alyssais/bear
bear: 3.0.9 -> 3.0.12
2021-06-16 03:33:22 +02:00
Arseniy Seroka 99d6ee52b1
Merge pull request #126989 from ruuda/butane0121
butane: 0.12.0 -> 0.12.1
2021-06-16 01:07:51 +03:00
Robert Schütz 0b1ec4bd68
Merge pull request #126940 from SuperSandro2000/websocket_client
pythonPackages: websocket_client -> websocket-client
2021-06-16 00:04:27 +02:00
R. RyanTM 45c92cb8bc dotenv-linter: 3.0.0 -> 3.1.0 2021-06-15 20:52:07 +00:00
Sandro 60e002c0f2
Merge pull request #126976 from figsoda/stylua
stylua: 0.8.1 -> 0.9.0
2021-06-15 22:13:41 +02:00
Ruud van Asseldonk fc35d70fd8 butane: 0.12.0 -> 0.12.1 2021-06-15 22:12:40 +02:00
Sandro 2bec6f6d9a
Merge pull request #126958 from 06kellyjac/just 2021-06-15 22:10:31 +02:00
Sandro Jäckel 7b4d273d3c
pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00
Sandro 2b6b345900
wiggle: cleanup (#126900) 2021-06-15 21:55:54 +02:00
Sandro 16e9a398d9
Merge pull request #126904 from witkamp/irony
irony-server: fixed darwin build
2021-06-15 21:54:59 +02:00
figsoda bc57cac75f stylua: 0.8.1 -> 0.9.0 2021-06-15 13:50:48 -04:00
06kellyjac 5e5cdf6a00 just: 0.9.4 -> 0.9.5 2021-06-15 16:11:08 +01:00
Sandro f7521e2abd
Merge pull request #126059 from timbertson/gup
gup: 0.7.0 -> 0.8.0
2021-06-15 16:50:11 +02:00
Jan Tojnar 91171e2955
Merge branch 'master' into staging-next
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-15 11:19:41 +02:00
JesusMtnez 43d1855378
sbt: 1.5.3 -> 1.5.4 2021-06-15 06:12:50 +02:00
Theodore Witkamp 86ff405947 irony-server: fixed darwin build 2021-06-14 19:56:00 -07:00
Alyssa Ross 5d08999385
bear: 3.0.9 -> 3.0.12
Fixes: https://github.com/NixOS/nixpkgs/pull/117413
2021-06-14 18:12:02 +00:00
Andika Demas Riyandi 15353873f2
sentry-cli: init at 1.66.0 (#126228) 2021-06-14 17:37:13 +02:00
Sandro e8d07ac0d9
Merge pull request #126802 from figsoda/stylua
stylua: init at 0.8.1
2021-06-14 14:24:06 +02:00
github-actions[bot] f2ba460019
Merge master into staging-next 2021-06-14 12:04:41 +00:00
Sandro 35076cc90c
Merge pull request #126821 from fabaff/bump-litecli
litecli: 1.5.0 -> 1.6.0
2021-06-14 14:00:04 +02:00
Fabian Affolter a52e3408fa litecli: 1.5.0 -> 1.6.0 2021-06-14 12:47:46 +02:00
Sandro d258a6f7b4
Merge pull request #126747 from 06kellyjac/terraform-ls
terraform-ls: drop test that fail on aarch64 for aarch64 builds
2021-06-14 12:45:46 +02:00
figsoda c3218e1ff7 stylua: init at 0.8.1 2021-06-13 22:47:06 -04:00
github-actions[bot] 23986c7b23
Merge master into staging-next 2021-06-13 18:04:25 +00:00
Michael Livshin 8e06a39574 clang-tools: fix clangd
Whatever change has necessitated
https://github.com/NixOS/nixpkgs/pull/122044, it also broke clangd --
<clang-wrapper>/resource-root/include is no longer automagically
searched for includes, which kills pretty much any indexing since that
directory contains vital stuff like stddef.h etc.

Fix by appending the directory to CPATH & CPLUS_INCLUDE_PATH in the
clangd wrapper.
2021-06-13 17:31:16 +03:00
06kellyjac a936ab5eb6 terraform-ls: drop test that fail on aarch64 for aarch64 builds 2021-06-13 12:39:15 +01:00
github-actions[bot] 261638938e
Merge master into staging-next 2021-06-13 00:10:24 +00:00
Sandro Jäckel 10f85360c6
maintainers: remove jD91mZM2
Thank you for every single commit to NixOS and nixpkgs.
https://github.com/NixOS/nixpkgs/commits?author=jD91mZM2

https://www.redox-os.org/news/open-source-mental-health/
2021-06-12 23:13:40 +02:00
Sandro 0b277ac4ef
Merge pull request #126691 from ericdallo/polylith-init
polylith: init at 0.1.0-alpha9
2021-06-12 21:44:02 +02:00
Eric Dallo e1d5e9da32
polylith: init at 0.1.0-alpha9 2021-06-12 15:12:52 -03:00
github-actions[bot] 65a7d168af
Merge master into staging-next 2021-06-12 18:04:56 +00:00
Mario Rodas c9ddfed170 tflint: 0.29.0 -> 0.29.1
https://github.com/terraform-linters/tflint/releases/tag/v0.29.1
2021-06-12 04:20:00 +00:00