Commit graph

9627 commits

Author SHA1 Message Date
Mario Rodas 1e117cf7b1
Merge pull request #69189 from marsam/update-terraform-lsp
terraform-lsp: 0.0.6 -> 0.0.9
2019-09-21 17:43:42 -05:00
Mario Rodas 2ba55afe2f
Merge pull request #69154 from marsam/update-pgformatter
pgformatter: 4.0 -> 4.1
2019-09-21 17:43:05 -05:00
Mario Rodas cc0a3221f5
Merge pull request #69190 from marsam/update-tflint
tflint: 0.11.1 -> 0.11.2
2019-09-21 16:24:47 -05:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
volth 1673f3d458 ammonite: add scala-2.13 version 2019-09-21 13:16:30 -04:00
Maximilian Bosch a141d29fef
Merge pull request #67680 from gilligan/add-hydra-cli
hydra-cli: init at 0.2.0
2019-09-21 15:46:51 +02:00
Vladimír Čunát 41af38f372
Merge branch 'staging-next' 2019-09-21 13:14:09 +02:00
Jörg Thalheim f0fec244ca
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion (#69163)
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion
2019-09-21 09:45:23 +01:00
Mario Rodas 354b2ee016
terraform-lsp: 0.0.6 -> 0.0.9 2019-09-21 00:00:00 -05:00
Mario Rodas 5ee382a79a
tflint: 0.11.1 -> 0.11.2
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.2
2019-09-21 00:00:00 -05:00
Mario Rodas 7ffeba4315
flow: 0.107.0 -> 0.108.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.108.0
2019-09-21 00:00:00 -05:00
Pierre Bourdon ad4b97a233
redo-apenwarr: fix source URL 2019-09-20 22:31:08 +02:00
Sirio Balmelli dee0cb7be5
ycmd: add gopls completer
ycmd gives 'no completer support' because of missing 'gopls'.
Add this as a conditional dependency.

Refactor the 'mkdir -p' step to be conditional per-dependency,
and placed just before the link step.
This is mostly for legibility but also pedantic correctness:
do not create a directory unless it will be used.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli 7d21d6a680
ycmd: update build to 2019-09-19
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli dfc7bdb1a3
ycmd: install phase copies all dirs below 'third_party'
Copy _all_ of 'third_party'.
Cherry-picking the contents of this dir is a fragile approach as
they change in later commits (breaking this build).

This approach continues to work on the current build,
and will not break with later versions of the project.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:37 +02:00
Mario Rodas 22d77d950d
pgformatter: 4.0 -> 4.1
Changelog: https://github.com/darold/pgFormatter/releases/tag/v4.1
2019-09-20 08:30:00 -05:00
Frederik Rietdijk 0b12d44c06 Merge master into staging-next 2019-09-19 16:59:42 +02:00
Nikolay Korotkiy ad4a3074c0 qtcreator: use Qt mkDerivation 2019-09-19 18:55:12 +09:00
Lily Ballard aa413a0ce3 jazzy: 0.11.0 -> 0.11.1 2019-09-18 22:54:37 -07:00
Jörg Thalheim 0a784ab6aa
radare2: 3.8.0 -> 3.9.0 2019-09-19 04:53:56 +01:00
Mario Rodas bc172c8780
circleci-cli: 0.1.2569 -> 0.1.5879 2019-09-18 18:00:00 -05:00
Jan Tojnar 62791c3743
Merge branch 'master' into staging-next 2019-09-18 21:15:35 +02:00
markuskowa 19a51cd2cb
Merge pull request #68263 from moaxcp/micronaut
micronaut init at 1.2.1
2019-09-18 13:14:36 +02:00
Mario Rodas f1747f0f88
Merge pull request #68966 from siriobalmelli-foss/fix/cargo-inspect
cargo-inspect: fix build on Darwin
2019-09-18 06:13:15 -05:00
John Mercier b973a8e0d0 micronaut init at 1.2.1 2019-09-18 06:25:21 -04:00
Sirio Balmelli 7cb3992c6c
cargo-inspect: fix build on Darwin
package fails to build with 'ld: framework not found Security'
Solve by adding darwin.apple_sdk.frameworks.Security on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-18 10:10:28 +02:00
Mario Rodas 24d976e39f
terraform-lsp: 0.0.5 -> 0.0.6
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.6
2019-09-17 23:48:00 -05:00
Vladimír Čunát fa4a3af5a7
Merge branch 'master' into staging-next 2019-09-16 19:24:52 +02:00
Will Dietz 7f9a120147
elfinfo: 0.7.5 -> 0.7.6 2019-09-16 09:36:54 -05:00
Sirio Balmelli a3757e6409 racerd: fix broken build on Darwin (#68861)
* racerd: fix broken build on Darwin

Build on Darwin failing with 'ld: framework not found Security'

Add buildInput darwin.apple_sdk.frameworks.Security
when building on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-15 21:25:59 -05:00
Mario Rodas edc033a616
Merge pull request #67905 from marsam/add-pgformatter
pgformatter: init at 4.0
2019-09-15 11:38:08 -05:00
Aaron Andersen 3866029516
Merge pull request #68668 from pebbleKite/cue_version_bump
cue: 0.0.3 -> 0.0.11
2019-09-15 09:59:07 -04:00
Vladimír Čunát b6c6e1f9e8
Merge branch 'master' into staging-next 2019-09-15 13:18:54 +02:00
Vladimír Čunát c860babfe6
redo-apenwarr: fixup a hard evaluation error on Darwin 2019-09-15 13:17:37 +02:00
Franz Pletz 789760aa10
Merge pull request #68779 from mimame/update/maintainer
maintainer: mimadrid: update github username and personal data
2019-09-14 14:08:35 +00:00
Doron Behar 4a99b423fe sccache: 0.2.10 -> 0.2.11 2019-09-14 15:18:12 +03:00
WilliButz cbb6293dce
Merge pull request #68291 from Ma27/bump-hydra
hydra: 2019-05-06 -> 2019-08-30
2019-09-14 13:16:07 +02:00
Lily Ballard a5d5133e9c jazzy: 0.10.0 -> 0.11.0 (#68766)
* gem-config: fix sassc on darwin

By default the sassc gem compiles with LTO, but LTO is currently broken
on darwin.

* jazzy: 0.10.0 -> 0.11.0
2019-09-14 10:17:05 +00:00
Miguel Madrid Mencía 148c82e07e
maintainer: mimadrid: update github username and personal data 2019-09-14 12:15:46 +02:00
Vincent Laporte 5fed98e862 ocamlPackages.js_of_ocaml*: 3.3.0 -> 3.4.0
Ensures compatibility with OCaml 4.08
2019-09-14 06:54:35 +00:00
Mario Rodas 3243c157a3
Merge pull request #68646 from marsam/update-tflint
tflint: 0.11.0 -> 0.11.1
2019-09-13 23:15:58 -05:00
Austin Seipp 700cc56a0e
doctl: 1.18.0 -> 1.31.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-13 18:32:29 -05:00
zimbatm d5817fa95a
rustup: 1.18.3 -> 1.19.0 2019-09-13 16:33:40 +00:00
Jörg Thalheim a4bea6db8b
ccls: 0.20190314.1 -> 0.20190823 (#67832)
ccls: 0.20190314.1 -> 0.20190823
2019-09-13 16:34:32 +01:00
Robin Gloster ec64d881cb
Merge pull request #65457 from ck3d/redo-0.42
redo-apenwarr: update to release 0.42 and added docs and checks
2019-09-13 17:28:26 +02:00
Jörg Thalheim 2e0c19121a
Merge branch 'master' into ccls 2019-09-13 16:26:21 +01:00
pebblekite 250a667892 cue: 0.0.3 -> 0.0.11 2019-09-13 18:01:33 +03:00
Christian Kögler 9b7e7e726e redo-apenwarr: update to release 0.42 and added docs and checks 2019-09-13 15:43:50 +02:00
Mario Rodas 9a2e336c8a
tflint: 0.11.0 -> 0.11.1
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.1
2019-09-13 04:20:00 -05:00
Sascha Grunert 4c981b4ffe
buildah: 1.11.0 -> 1.11.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-13 09:04:21 +02:00