Commit graph

16690 commits

Author SHA1 Message Date
Sandro b4cad9f225
Merge pull request #127233 from 06kellyjac/terraform-ls
terraform-ls: 0.18.0 -> 0.18.1
2021-06-18 11:53:32 +02:00
Sandro 3daab2d424
Merge pull request #127220 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.40.1 -> 1.41.0
2021-06-18 11:53:19 +02:00
Sandro dc24c0f714
Merge pull request #127230 from figsoda/stylua
stylua: 0.9.0 -> 0.9.1
2021-06-18 11:30:40 +02:00
R. RyanTM c419ced74d esbuild: 0.12.7 -> 0.12.9 2021-06-18 18:14:29 +09:00
R. RyanTM 2ffff5d9bb gosec: 2.8.0 -> 2.8.1 2021-06-18 06:21:50 +00:00
06kellyjac 751ae12d6f terraform-ls: 0.18.0 -> 0.18.1 2021-06-17 16:53:16 +01:00
Ryan Mulligan 8b1221f601
Merge pull request #127196 from r-ryantm/auto-update/earthly
earthly: 0.5.16 -> 0.5.17
2021-06-17 08:31:20 -07:00
R. RyanTM 818201e4b5 bazel-remote: 2.0.1 -> 2.1.0 2021-06-17 17:21:34 +02:00
figsoda 3f9ab36710 stylua: 0.9.0 -> 0.9.1 2021-06-17 11:20:56 -04:00
Sandro dacb6a91da
Merge pull request #127168 from r-ryantm/auto-update/cargo-msrv
cargo-msrv: 0.6.0 -> 0.7.0
2021-06-17 17:13:33 +02:00
R. RyanTM d069d23716 golangci-lint: 1.40.1 -> 1.41.0 2021-06-17 13:29:59 +00:00
R. RyanTM c562271f72 earthly: 0.5.16 -> 0.5.17 2021-06-17 09:53:14 +00:00
R. RyanTM 228baac5a4 cargo-make: 0.33.0 -> 0.34.0 2021-06-17 13:59:06 +09:00
R. RyanTM 9f695b8d1a cargo-msrv: 0.6.0 -> 0.7.0 2021-06-17 02:11:32 +00: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